Introduction - If you have any usage issues, please Google them yourself
DRTOOL, by itself, creates a new DRTOOL or raises the existing
singleton*.
H = DRTOOL returns the handle to a new DRTOOL or the handle to
the existing singleton*.
DRTOOL( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in DRTOOL.M with the given input arguments.
DRTOOL( Property , Value ,...) creates a new DRTOOL or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before drtool_OpeningFunction gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to drtool_OpeningFcn via varargin.
*See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one
instance to run (singleton)".