From: ruben.uma Rios on
Hello,

I want to run some experiments and get some statistics. I already have my program in matlab but I would like to store the results from every simulation (in a file with a singular name that helps me identify to which simulation parameters it corresponds to) and finally gather all the simulation results in graphics. Does anyone know how can I do this?

Thanks in advance
From: us on
"ruben.uma Rios" <rubenysuifon(a)somecompany.com> wrote in message <htvra0$6f3$1(a)fred.mathworks.com>...
> Hello,
>
> I want to run some experiments and get some statistics. I already have my program in matlab but I would like to store the results from every simulation (in a file with a singular name that helps me identify to which simulation parameters it corresponds to) and finally gather all the simulation results in graphics. Does anyone know how can I do this?
>
> Thanks in advance

a hint:

http://matlabwiki.mathworks.com/MATLAB_FAQ#How_can_I_process_a_sequence_of_files.3F

us