Skip to content

scSendToSigmaPlot

  scSendToSigmaPlot sends data from a sigTOOL result view to SigmaPlot

  Example:
  scSendToSigmaPlot(hObject)

  hObject is either:
             the handle of a figure (data on all axes will be plotted)
             the handle of a single set of axes to plot

  scSendToSigmaPlot invokes SigmaPlot and passes the data 
  scSendToSigmaPlot requires Windows ActiveX support

  If the data from the exported axes include only a single frame, data will
  be exported to a single worksheet. With multiple frames, data from 
  each set of axes will be exported to a separate worksheet.

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

  Revised   01.08   Multiple frames/worksheets supported