Skip to content

scCreateDataView

  scCreateDataView generates a strip chart data view in sigTOOL

  Example:
      [AxesList]=CreateDataView(fhandle)

      Inputs:   fhandle = handle of the target figure
      Outputs:  AxesList = vector containing handles for each
                of the axes

  Creates a strip chart with one set of axes for each channel in the
  'channel' field of fhandle's application data area.
  scCreateDataView calls scCreateFigControls to add the uicontrols.

  See also scCreateFigControls

  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 10/06
  Copyright © The Author & King's College London 2006-2007
  -------------------------------------------------------------------------

  Revisions:
    23.09.09    Limit channel title display to 8 characters
    05.11.09    See within