On 10/27/2012 7:23 AM, Elnaz wrote:
> Hi all,
>
> I am running multiple jobs (i.e. the same function with different
> params) on Linux and I want to save the results on different columns of
> the same variable on the same file e.g. result.mat. ...
> ... How can I do this without my variables being
> overwritten?
Only practical way by reading in the previous results and adding the new
results to the existing in memory and then rewriting the file...
--
> Hi all,
>
> I am running multiple jobs (i.e. the same function with different
> params) on Linux and I want to save the results on different columns of
> the same variable on the same file e.g. result.mat. ...
> ... How can I do this without my variables being
> overwritten?
Only practical way by reading in the previous results and adding the new
results to the existing in memory and then rewriting the file...
--