From: inam on 22 Apr 2010 12:41 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 22 Apr 2010 13:40 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?
|
Pages: 1 Prev: Image processing Next: can 'train' be used with 'newpnn' |