What is the plot in MATLAB?
plot( Y ) plots Y against an implicit set of x-coordinates. If Y is a vector, the x-coordinates range from 1 to length(Y) . If Y is a matrix, the plot contains one line for each column in Y . The x-coordinates range from 1 to the number of rows in Y .
How do I view a plot in MATLAB?
To display values for a data point, drag the cross hairs to a specific point on the figure or move the figure by zooming and panning. The application retrieves the values and displays them.