help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving variables to file (matlab to octave)


From: Matt Foster
Subject: Re: Saving variables to file (matlab to octave)
Date: Sun, 17 Apr 2005 17:22:33 +0100
User-agent: Mutt/1.5.9i

Quoting Juan Carlos Lopez (address@hidden):
> I figured this might have been an archived question, but I didn't have
> luck finding it.
> 
> Matlab has a variable-to-file save function (save [variable name with *
> for more than one]), where you can pretty much store any variable state
> (within memory limitations) in a file, they're typically .m files.  Can
> Octave read the .m variable state files matlab generates w/ this 'save'
> function?

Juan,

The octave also has 'load' command. In order to load up matlab files,
you need to use the switch '-mat'. See help load for more info.

HTH,

Matt

-- 
Time exists so that everything doesn't happen at once, 
space exists so that everything doesn't happen to you.
Matt Foster | http://www.mattfoster.clara.co.uk 

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]