Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: Saving variables on the same file

$
0
0
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...

--

Viewing all articles
Browse latest Browse all 19628

Trending Articles