error trying to run xcorr2.
이전 댓글 표시
This is my code D1 = cell2mat(data1{2}); %D1 and D2 are 1x3 cells of doubles D2 = cell2mat(data2{2}); c = xcorr2(D1,D2); It fails at the first line. I have tried other things but to no avail. Help would be appreciated.
댓글 수: 1
KSSV
2018년 9월 26일
What error you are getting? You should specify error...
답변 (1개)
Douglas Brenner
2018년 9월 26일
0 개 추천
댓글 수: 1
KSSV
2018년 9월 26일
Attach your data......problem with your understanding of data.
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!