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:56:53 +0100

On Tue, Jan 19, 2010 at 9:30 PM, asha g <address@hidden> wrote:
>
>
>>
>> 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.
>>
>
> I just did
> who vvN
> and got:
>
> Local user variables :
> vvN
>
> and so on.
>
> If I send this file cabun to someone who is using the data for modeling, will 
> it work?
> Asha
>

Depends on what you mean by "work". The recipient should be able to
load it into Octave, or Matlab, if you use the -mat-binary option.

-- 
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]