Subscripted assignment dimension mismatch
1 回表示 (過去 30 日間)
古いコメントを表示
I know what the error mean. But I cant see why iam getting it.
for h=1:2
%%DFT
X(h,:)=fft(u(h,:)); get the error in this line
.
.
.
end
>> size(u(h,:))
ans =
1 60000
>> size(u)
ans =
2 60000
2 件のコメント
Mark
2013 年 6 月 5 日
Does X exist already when you reach that line? Is it at least 2 x 60000 in size?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!