[Bugzilla] [Bug 6611] Samuel GOUGEON has changed bug_file_loc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Wed Mar 21 12:16:36 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=6611
--------- Bug Summary -----------
Extend application of find() to list and cell types. Searching inside complex
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_file_loc
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|--> a=makecell([2,2], -3, [ |
|'a' 'b' ; 'f' 'gh'], |
|makecell([2,2], 'sa', %z, |
|'lut', 'bonjour'), list( |
|-1, "ok" )) a =!-3 |
| |
| ["a","b";"f","gh"] |
| |
|!!mlist(["ce","dims","entri |
|es"],int32([2,2]),list("sa" |
|,"lut",z,"bonjour")) |
|list(-1,"ok") !--> |
|find(a(:).entries==-3) ans |
|= [] |
|-->find(a.entries==-3) ans |
|= []--> L=list(%pi, |
|(1-%z)^3, "abcd") L = |
| L(1) 3.1415927 |
| L(2) 2 3 |
| 1 - 3z + 3z - z |
| L(3) abcd |
|-->find(L==%pi) ans = |
|[] -->find(L(:)==%pi) |
| !--error 39 Nombre |
|incorrect d'argument |
|d'entrée. |
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180321/fca70ae8/attachment.htm>
More information about the Bugzilla
mailing list