MEAM.Design - Matlab - Plotting


axis auto - rescales axes limits automatically

axis manual - allows you to set the axes on a plot manually.It is helpful when you want to prevent Matlab from automatically rescaling the axes.

axis off - turns off all axis lines, numbers, etc. on a plot

area(X, Y, 'PropertyName', PropertyValue,...) - fills the area beneath the curve specified by vectors X and Y according to the PropertyValue parameters (ie. 'LineWidth', 'FaceColor', 'EdgeColor', etc.)