From: imtiaz khan on
hello every body,

I need help. I am running a loop for 1000 times. In the middle I want to store the result calculated before the loop repeats. I dont know how to assign the values to an array so that how all the values are stored for later use. thanks in advance
From: James Tursa on
"imtiaz khan" <imtiazalam(a)bahria.edu.uk> wrote in message <i0039t$m0n$1(a)fred.mathworks.com>...
> hello every body,
>
> I need help. I am running a loop for 1000 times. In the middle I want to store the result calculated before the loop repeats. I dont know how to assign the values to an array so that how all the values are stored for later use. thanks in advance

See this thread:

http://www.mathworks.com/matlabcentral/newsreader/view_thread/285334

James Tursa