Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.

3 visualizaciones (últimos 30 días)
José A Medel
José A Medel el 7 de Mayo de 2021
Respondida: Chad Greene el 7 de Mayo de 2021
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);

Respuestas (1)

Chad Greene
Chad Greene el 7 de Mayo de 2021
crosscorr is part of the econ toolbox. If you don't have that toolbox, you can probably rewrite your code to use xcorr instead.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by