Starting up...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of MATLAB
For more information, please see full course syllabus of MATLAB
MATLAB Introduction to Programs
Lecture Description
In this lesson, our instructor Arash Vafanejad offers a program introduction. This lesson explores the different windows on MATLAB.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by Leif Djurhuus on May 2, 2014
help plot
plot - 2-D line plot
This MATLAB function creates a 2-D line plot of the data in Y versus the
corresponding values in X.If X and Y are both vectors, then they must have equal
length and MATLAB plots Y versus X.If X and Y are both matrices, then they must
have equal size and MATLAB plots columns of Y versus columns of X.If one of X or
Y is a vector and the other is a matrix, then the matrix must have dimensions
such that one of its dimensions equals the vector length.
plot(X,Y)
plot(X,Y,LineSpec)
plot(X1,Y1,...,Xn,Yn)
plot(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn)
plot(Y)
plot(Y,LineSpec)
plot(___,Name,Value)
plot(axes_handle,___)
h = plot(___)
Reference page for plot
See also gca, hold, legend, LineSpec, title, xlabel, xlim, ylabel, ylim
Other functions named plot
simulink/plot, curvefit/plot, finance/plot, mpc/plot, wavelet/plot,
simscape/simscape.logging.plot
1 answer
Fri May 2, 2014 11:47 AM
Post by Leif Djurhuus on May 2, 2014
Hi, i have the R2014a version, and i dont get anything near as mush info when typing help - like 1/10 of the thext you get.
Am i doing anything wrong ?
Seems strange to massively reduce help in a newer version