Le 28/12/2016 14:59, [email protected] a écrit :
Thanks for your help.
Well I wanted to get the position of each scalar, as the loop does; I'll be content to use a loop


-->// Where in A:
-->i = find(members(A,v))
 i  =
    2.    3.    6.    12.    14.    18.

-->// Which v value:
-->A(i)'
 ans  =
    2.    9.    6.    9.    9.    9.

SG

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to