Home > Objects > @iData > subplot.m

iFit/subplot

PURPOSE ^

h = subplot(s) : plot iData array as subplots

SYNOPSIS ^

function h=subplot(a, varargin)

DESCRIPTION ^

 h = subplot(s) : plot iData array as subplots

   @iData/subplot plot each iData element in a subplot
     subplot(a, [])    uses the best subplot fit
     subplot(a, [m n]) uses an m x n subplot grid
     subplot(a, [m n], options) sends options to the plot

 input:  s: object or array (iData)
         [m n]: optional subplot grid dimensions
         additional arguments are passed to the plot method (e.g. color, plot type, ...)
 output: h: plot handles (double)
 ex:     subplot([ a a ])

 Version: Nov. 26, 2018
 See also iData, iData/plot

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1