MATLAB: How to plot this vector

image analysisplotplotting

I have a vibration data.
File name, y_average with value:
<40000 X 1 double>
Which code do I use to plot the signal with respect to time

Best Answer

hi, The data must also contains time data where a second vector or an by-2 matrix,
You can use plot function, plot(data)