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
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com