Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I save my results from each iteration of a FOR loop?

1 visualización (últimos 30 días)
Aniket
Aniket el 12 de Mzo. de 2013
Hello i am doing simulation in simulink and saving simulink scope results in array format. Given name as "error"
In matlab script i have implemted for loop. I want to save "error" results for each iteration.
how could i do this ?
for example
******************************
for p=1:4
sim('with50osc.mdl')
e{i}=error;
end
******************************* In this, my simulink scope results are saved in "error" as an array. but i am not getting how to plot it ? and the results are storing as following way
< 25627*2 double > [ ] [ ] [ ]

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by