help-octave
[Top][All Lists]
Advanced

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

Re: Reading mat file


From: Doug Stewart
Subject: Re: Reading mat file
Date: Wed, 21 Mar 2012 07:19:59 -0400



On Wed, Mar 21, 2012 at 1:41 AM, asha g <address@hidden> wrote:
I have tried these two techniques after the octave prompt - but I am still unable to see the data on the screen.
Help
Thanks

Asha
 
 
 
 
 

Subject: Re: Reading mat file

If you only want those specific variables loaded, there are two ways:

/dat = load("cabunbact1aN11oct.mat"); x = dat.x; vv1 = dat.vvv1;/

or

/load("cabunbact1aN11oct.mat","x","vv1");/

Andrew



 I will send you more info after I eat my breakfast.
 



--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

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