Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
0 Kommentare
Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!