Updating handles w/o a loop

jmknapp jmknapp at gmail.com
Fri Feb 17 16:03:55 CET 2012


I'm updating an array of graphic entity handles like so (updating XY
positions of a bunch of plotted points):

for j = 1:N
       handle(j).children.data = [ x(j) y(j) ] ;

Is there a way to do that in one statement without having to resort to a
loop?

Joe
                

--
View this message in context: http://mailinglists.scilab.org/Updating-handles-w-o-a-loop-tp3753928p3753928.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list