pca? mat?
Ben Abbott
bpabbott at mac.com
Sun Apr 12 20:33:39 CDT 2009
On Apr 12, 2009, at 9:09 PM, 王跃 wrote:
> Hi,
>
> it is possible to load .mat file directly?how to?
> how to do the principle component analysis using octave?
> I try to google, but failed.
> your help will be appreciated.
To load a mat file, you do the same as with Matlab.
load('your_file.mat')
If that doesn't work: What version of Matlab saved the file and what
options were used?
Also what version of Octave are you running?
Regarding the "principle component analysis", I used Google and found
the link below.
http://code.google.com/p/guillaumemaze/source/browse/trunk/matlab/PCAtool/
Ben
More information about the Help-octave
mailing list