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: Tue, 20 Mar 2012 16:39:30 +0800 (SGT)

After loading how do I read it- I need to go thru the numbers and pick the t values where vv1 is maximum. So I need to see the values. I am unable to do that after loading.
Asha
 
 
 
 
 


From: ahowe42 <address@hidden>
To: address@hidden
Sent: Tuesday, 20 March 2012 1:52 PM
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]