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 14:23:56 +0800 (SGT)

Okay I have figured what to do.
After load ( file.mat )
write disp(x)
disp(vv1) and it appears on the screen.

I then copy and paste it to an openoffice.org spreadsheet and then check the values I need. Very laborious.

Thanks for the help.

Asha
 
 
 
 
 
Goals too clearly defined can become blinkers.
Mary Catherine Bateson


From: asha g <address@hidden>
To: ahowe42 <address@hidden>
Cc: "address@hidden" <address@hidden>
Sent: Wednesday, 21 March 2012 11:11 AM
Subject: Re: Reading mat file

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



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