Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
0 commentaires
Réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!