<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:adeline.carnis@scilab-enterprises.com" title="Adeline CARNIS <adeline.carnis@scilab-enterprises.com>"> <span class="fn">Adeline CARNIS</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Extend application of find() to list and cell types. Searching inside complex"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=6611">bug 6611</a>
                <br><br>
                ---------- Bug Summary ----------- <br>Extend application of find() to list and cell types. Searching inside complex <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">URL</td>
           <td>--> 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","entries"],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.


           </td>
           <td>--> 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","entries"],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.
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>adeline.carnis@scilab-enterprises.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Scilab
           </td>
           <td>Internal
           </td>
         </tr></table>
      <p>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>