Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
0 comentarios
Respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!