To plot a nice picture in Matlab, follow these steps:
main.m54 chars4 lines
plot
function to create a simple 2D line plot.main.m30 chars3 lines
plot
function.main.m148 chars7 lines
subplot
function.main.m262 chars14 lines
imagesc
, contour
, or quiver
functions.main.m182 chars11 lines
These are just a few examples of the many ways to create nice plots in Matlab. With practice and experimentation, you can create almost any type of visualization you need.
gistlibby LogSnag