help-octave
[Top][All Lists]
Advanced

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

Re: Reading mat file


From: asha g
Subject: Re: Reading mat file
Date: Wed, 21 Mar 2012 13:41:36 +0800 (SGT)

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

--
View this message in context: http://octave.1599824.n4.nabble.com/Re-Reading-mat-file-tp4487833p4488004.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

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