help-octave
[Top][All Lists]
Advanced

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

Re: Saving in Octave


From: Jaroslav Hajek
Subject: Re: Saving in Octave
Date: Tue, 19 Jan 2010 21:24:49 +0100

On Tue, Jan 19, 2010 at 9:10 PM, asha g <address@hidden> wrote:
> I am trying to see if I can open the file and see the contents.
>  when I write
> Octave :1> cabun
> cabun undefined line 1 column 1
> Octave :2> load cabun
> Then I get
> Octave :3>

At this point, the file is loaded. Any variables contained in the file
are now in the current scope and ready to use. If the file contained
no named variables, just an ASCII matrix, then it will be named cabun.
You can list the available variables using the "who" command.
To view the contents of a particular variable, just type its name.


-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz



reply via email to

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