help-octave
[Top][All Lists]
Advanced

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

Re: Reading mat file


From: ahowe42
Subject: Re: Reading mat file
Date: Tue, 20 Mar 2012 01:22:30 -0700 (PDT)

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.


reply via email to

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