Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: unsorted eigenvalues
Date: Sun, 18 Nov 2007 12:28:58 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <fhpb69$k4u$1@fred.mathworks.com>
References: <fdhvq6$hok$1@fred.mathworks.com> <fdit8b$5r1$1@fred.mathworks.com> <fhp882$d8h$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1195388938 20638 172.30.248.38 (18 Nov 2007 12:28:58 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 18 Nov 2007 12:28:58 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1187750
Xref: news.mathworks.com comp.soft-sys.matlab:438200



Hi,

> Here is the answer:
> 
> C=cov(some_data);
> [V,D]=eig(C);
> unsorted_eigenvalues=V'*C*V;

This seems to be my misunderstanding. I couldn't get what I
want:(

Best,
Masakazu