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 Kommentare

Rik
Rik am 7 Apr. 2021
How many elements do each of those variables have?
Lodina Recica
Lodina Recica am 7 Apr. 2021
fourierSpace = fftshift(ifft(data));
this is the line above, if it helps I can provide the entire algorithm. It is my professors and I am required to run it
Rik
Rik am 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?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021a

Gefragt:

am 7 Apr. 2021

Kommentiert:

Rik
am 7 Apr. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by