Skip to content

scDataViewDrawData

  scDataViewDrawData draws or updates the sigTOOL data view

  Examples:
  scDataViewDrawData(fhandle)
  scDataViewDrawData(fhandle, render)
  update the data display in the sigTOOL data view with the specified handle.

  The optional render flag, if specified, will override the setting of
  DataView.PreRenderDataView from the scPreferences.mat file. Pre-rendering
  of data reduces the number of data points drawn to match the screen
  resolution. Render should be logical (true or false).

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

  Revisions:
    22.10.08    See within
    27.01.10    Fix bug: wrong numbering of active (green) markers