[Bugzilla] [Bug 6611] Adeline CARNIS has changed bug_file_loc, cc, component
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Wed Mar 21 12:02:11 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 ------------
adeline.carnis at scilab-enterprises.com
---------- What changed ----------
bug_file_loc, cc, component
Adeline CARNIS <adeline.carnis at scilab-enterprises.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|--> a=makecell([2,2], -3, [ |--> a=makecell([2,2], -3, [
|'a' 'b' ; 'f' 'gh'], |'a' 'b' ; 'f' 'gh'],
|makecell([2,2], 'sa', %z, |makecell([2,2], 'sa', %z,
|'lut', 'bonjour'), list( |'lut', 'bonjour'), list(
|-1, "ok" ))
|-1, "ok" )) a =!-3
|
|
| a =
| ["a","b";"f","gh"]
|!-3 |
| |!!mlist(["ce","dims","entri
|["a","b";"f","gh"] |es"],int32([2,2]),list("sa"
| !
|,"lut",z,"bonjour"))
|!mlist(["ce","dims","entrie |list(-1,"ok") !-->
|s"],int32([2,2]),list("sa", |find(a(:).entries==-3) ans
|"lut",z,"bonjour")) |= []
|list(-1,"ok") !
|-->find(a.entries==-3) ans
|
|= []--> L=list(%pi,
|--> find(a(:).entries==-3)
|(1-%z)^3, "abcd") L =
| ans =
| L(1) 3.1415927
| []
| L(2) 2 3
|
| 1 - 3z + 3z - z
|-->find(a.entries==-3)
| L(3) abcd
| ans =
|-->find(L==%pi) ans =
| []
|[] -->find(L(:)==%pi)
|--> L=list(%pi, (1-%z)^3, | !--error 39 Nombre
|"abcd")
|incorrect d'argument
| L =
|d'entrée.
| 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.
|
CC| |adeline.carnis at scilab-enter
| |prises.com
Component|Scilab |Internal
--
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/1737726f/attachment.htm>
More information about the Bugzilla
mailing list