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

3 ビュー (過去 30 日間)
José A Medel
José A Medel 2021 年 5 月 7 日
回答済み: Chad Greene 2021 年 5 月 7 日
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);

回答 (1 件)

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

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by