help-octave
[Top][All Lists]
Advanced

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

Re: pca? mat?


From: Ben Abbott
Subject: Re: pca? mat?
Date: Sun, 12 Apr 2009 21:33:39 -0400

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




reply via email to

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