subplot
Define a new subpanel in Matlab/Octave style
Call signature:
subplot(rows, cols, idx)
Help text:
subplot(rows, cols, idx) defines a new subpanel in Matlab/Octave style.
id = subplot(...) returns the id of the subpanel, for use with panel.
Download pdf