Run function showing error on plot
显示 更早的评论
I have already remamed the script to myPlot.m and removed it from path but it is still saying
workPlot
Error using plot
Vectors must be the same length.
Error in workPlot (line 10)
plot (freq, abs(fourierSpace));
3 个评论
Rik
2021-4-7
How many elements do each of those variables have?
Lodina Recica
2021-4-7
Rik
2021-4-7
That doesn't answer my question. The error you are getting is telling you that the two variables don't have the same size. That means that one is larger than the other. The code you posted only shows the origin of one of the variables.
Can you figure out why these two variables might have different lengths? Could it have something to do with the Fourier transform being symmetrical, with one half often being discarded?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!