A question about the function canocorr
Afficher commentaires plus anciens
>> 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?
Réponses (1)
Paulo Silva
le 11 Mar 2011
take a look at the function
edit canoncorr
Catégories
En savoir plus sur Analysis of Variance and Covariance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!