Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);

Risposte (1)

Chad Greene
Chad Greene il 7 Mag 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.

Community Treasure Hunt

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

Start Hunting!

Translated by