Why ?? Undefined function 'crosscorr' for input arguments of type 'double'.
Show older comments
>> x = randn(100,1);
>> y = randn(100,1);
>> crosscorr(x,y);
Answers (1)
Chad Greene
on 7 May 2021
0 votes
Categories
Find more on Data Type Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!