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 中查找有关 String Parsing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!