Run function showing error on plot
5 views (last 30 days)
Show older comments
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 Comments
Rik
on 7 Apr 2021
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?
Answers (0)
See Also
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!