Skip to content

inspect

  inspect method for scchannel objects

  Examples:
  s=inspect(obj)
      returns a structure that can then be inspected using the MATLAB
      array editor. Custom defined objects in each field of obj are also cast
      to structures (and the fieldname changed to indicate this).
      memmapfile objects remain as objects and are not editable within the
      array editor
  inspect(obj)
      places the structure in 'ans' in the base workspace and opens it in
      the array editor

 -------------------------------------------------------------------------
  Author: Malcolm Lidierth 03/08
  Copyright © The Author & King’s College London 2008-
 -------------------------------------------------------------------------