From: inam on
Dear friends I am involved in iterative learning and need to implement
SIMULINK models in which multiple batches have to be run/simulated one
after the other. I need some guidance about it. Its equivalent in
MATLAB contains a for loop inside another for loop. Can any one guide
about it?
From: James Allison on
You can write a for loop in MATLAB and execute Simulink using the sim
command. You may also find useful the documentation on importing and
exporting data:

http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/ug/f11-47048.html

You might also be interested in SystemTest, which can help you set up
more sophisticated batch processing:

http://www.mathworks.com/products/systemtest/

-James

inam wrote:
> Dear friends I am involved in iterative learning and need to implement
> SIMULINK models in which multiple batches have to be run/simulated one
> after the other. I need some guidance about it. Its equivalent in
> MATLAB contains a for loop inside another for loop. Can any one guide
> about it?