Thread Subject: Saving file.mat

Subject: Saving file.mat

From: Francesco

Date: 25 May, 2008 22:59:02

Message: 1 of 2

Hi Everybody,
I want to save the variables V0, V1, and V2 into a .mat
file (data_...) and then store the .mat file into the
directory ODE, which is NOTin my default directory C:\, but
into an external device, say E:\.
I am trying to use this string:


filename = num2str(j,'data_%d.mat');

save(['E:\ODE' filename, 'V0', 'V1', 'V2'])


but I don't succeed. What am I doing wrong? Could you help
me at writing this correctly?
Many thanks,
Francesco

Subject: Saving file.mat

From: roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)

Date: 26 May, 2008 00:03:34

Message: 2 of 2

In article <g1cqvm$o89$1@fred.mathworks.com>,
Francesco <fsarnari@maths.leeds.ac.uk> wrote:

>I want to save the variables V0, V1, and V2 into a .mat
>file (data_...)

>filename = num2str(j,'data_%d.mat');

>save(['E:\ODE' filename, 'V0', 'V1', 'V2'])

save(['E:\ODE\' filename], 'V0', 'V1', 'V2')
--
  "Every intellectual product must be judged from the point of view
  of the age and the people in which it was produced."
                                              -- Walter Horatio Pater

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

Contact us at files@mathworks.com