A question about the function canocorr
显示 更早的评论
>> x = rand(3,5) >> y = rand(3,6) >> rank(x)
ans =
3
>> canoncorr(x,y)
Warning: X is not full rank.
> In canoncorr at 88
Warning: Y is not full rank.
> In canoncorr at 97
ans =
0 0
0 0
1.5835 1.7374
0 0
2.0226 -0.9926
Actually both the rank of x and y are 3,but why the matlab reports that X and Y are not full rank?
回答(1 个)
Paulo Silva
2011-3-11
take a look at the function
edit canoncorr
类别
在 帮助中心 和 File Exchange 中查找有关 Analysis of Variance and Covariance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!