Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
0 Commenti
Risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!