Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
Mostrar comentarios más antiguos
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
Respuestas (1)
Chad Greene
el 7 de Mayo de 2021
0 votos
Categorías
Más información sobre Data Type Identification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!