Subscripted assignment dimension mismatch
3 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!