old PCA function documentation
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I am updating and incorporating in my analysis an old code written by someone else. To perform PCA they use the old function 'princomp'. Is there a place where I can find the documentation of such function?
In particular, does the option 'econ' called as below correspond to the modern 'Economy'=True?
thanks!
[..] = princomp(X,'econ')
0 个评论
采纳的回答
Walter Roberson
2021-6-30
Official archived documentation (which will disappear in about a year):
And here is a post saying that princomp() just called pca() with some default options.
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!