Assignment has more non-singleton rhs dimensions than non-singleton subscripts
古いコメントを表示
Hi guys, trying my best to battle through some code but cannot get it to work for my data.
for e = length(WAV(:,1));
k = find(tss==WAV(e,1));
WAV(e,5) = dir(k);
end
WAV is currently 50x3 double, tss is 1048576x1 double, as is dir. e = 50.
Many thanks guys
1 件のコメント
Jan
2017 年 8 月 22 日
Today I've selected your code and pressed the "{} Code" button, to make it readable. Please do this by your own in the future. Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!