plot(Y)
plot(Y,LineSpec)
plot(X,Y)
plot(X,Y,LineSpec)
plot(X1,Y1, X2,Y2, ..., Xn,Yn)
plot(X1,Y1,LineSpec1, X2,Y2,LineSpec2, ..., Xn,Yn,LineSpecn)
plot(___, Name,Value)
h = plot(___)
Parameter | Details |
---|---|
X | x-values |
Y | y-values |
LineSpec | Line style, marker symbol, and color, specified as a string |
Name,Value | Optional pairs of name-value arguments to customize line properties |
h | handle to line graphics object |