MATLAB: Plotting Data of a Matrix with multiple values on the X-Axis.

plotting data of a matrix

Hello everyone.I have a matrix with 731 row & 31 column as you can see in attachment, and i wanna plot all the data in every column with one specific value on the x-axis.
in other word,all the data in first column with the value -30 on the x-axis, all the data in second column with the value -28 on the x-axis, all the data in third column with the value -26 on the x-axis, and so on till the last column, which is the column 31 with the value 30 on the x-axis.
thanks a lot.

Best Answer

load AmplitudeRe75
plot(-30:0,Amplitude)