<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 28/12/2016 14:59,
<a class="moz-txt-link-abbreviated" href="mailto:paul.carrico@free.fr">paul.carrico@free.fr</a> a écrit :<br>
</div>
<blockquote cite="mid:70b8881f34d02a1669be2b768304d0ec@free.fr"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="pre" style="margin: 0; padding: 0; font-family:
monospace">Thanks for your help.</div>
<div class="pre" style="margin: 0; padding: 0; font-family:
monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family:
monospace">Well I wanted to get the position of each scalar, as
the loop does; I'll be content to use a loop</div>
<br>
</blockquote>
<br>
<tt>-->// Where in A:</tt><tt><br>
</tt><tt>-->i = find(members(A,v))</tt><tt><br>
</tt><tt> i =</tt><tt><br>
</tt><tt> 2. 3. 6. 12. 14. 18. </tt><tt><br>
</tt><tt> </tt><tt><br>
</tt><tt>-->// Which v value:</tt><tt><br>
</tt><tt>-->A(i)'</tt><tt><br>
</tt><tt> ans = </tt><tt><br>
</tt><tt> 2. 9. 6. 9. 9. 9. </tt><tt><br>
</tt><br>
SG<br>
<br>
</body>
</html>