Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
joe
Posts:
19
Registered:
9/24/09
|
|
Re: loop in Simulink?
Posted:
Nov 18, 2009 11:20 AM
|
|
"Nikolay " <nickich@abv.bg> wrote in message <he1423$h5t$1@fred.mathworks.com>... > Hi, > > I have a Simulink model with 'Signal from Workspace' block, which is 3D array (n 2D arrays). At each iteration in Simulink I have one of those 2D arrays as an output of that block. > Now I want to scan the 2D array (which is outputed from the block) and do some processing. I'll need something like a 'for-loops'. > > How can I do that in Simulink? > > Regards, > Nikolay
Hi you have for block into simulink , jsut check the block "Ports and sub-system" and you will see the block "for iterator subsystem".. You can use it with the enable subsystem..
thanks
|
|
|
|