I have a sample of size 180.And I would like to plot this using matlab.That is, X-axis with 1 to 180 and Y-axis these 180 independent values(180 sample values). Can someone help me with how to proceed. What is the easiest way to do this?Thanks in advance.
Asked
Active
Viewed 34 times
yis an array that contains your 180 data values, just typeplot(y). – littleO Jan 27 '19 at 04:20