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!