5. Graphic visualization
MATLAB can display plane curves, 3D curves, 3D mesh surfaces or 3D faceted surfaces. The respective commands are plot, plot3, mesh and surf.
SCROLL TO TOP
5.1.1 Flat curves
The plot(y) command plots the curve corresponding to the vector y as a function of the component number.
The plot(x,y) command plots the vector y against the vector x if they are of the same size.
The plot(x,y,s) command plots the vector y against the vector x if they are...
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Graphic visualization