PCA generated initial matrix in gaussian and ellipse?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!