Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
2 ビュー (過去 30 日間)
古いコメントを表示
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!