フィルターのクリア

PCA generated initial matrix in gaussian and ellipse?

2 ビュー (過去 30 日間)
Tanya
Tanya 2014 年 2 月 18 日
I have to do PCA in Matlab for object recognition.
For the input matrix / data, it should be fulfill the condition (to be distributed in Normal Gaussian) and in elipse shape (when I plot it).
For now, I generate matrix randomly :
[a,InputMatrix] = sort(rand(100,20)); %Rows=100 Columns=20
But if I perform PCA in that Random Matrix (InputMatrix), the shape of eigen vectoor e1 and e2 that I get for the PCA result will be wrong (when I plot).
I think, I have to do rotation, scalling and other things to do it..
But I dont understand..
Could someone please help me to generated random matrix with Normal Gaussian and in ellipse shape?? Please.. help me T_T

回答 (0 件)

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by