MIB_MASKSTATSPROPS MATLAB code for mib_MaskStatsProps.fig MIB_MASKSTATSPROPS, by itself, creates a new MIB_MASKSTATSPROPS or raises the existing singleton*.
More...
|
function
varargout = | mib_MaskStatsProps (varargin) |
| MIB_MASKSTATSPROPS MATLAB code for mib_MaskStatsProps.fig MIB_MASKSTATSPROPS, by itself, creates a new MIB_MASKSTATSPROPS or raises the existing singleton*. More...
|
|
function | mibMaskStatsProps>mib_MaskStatsProps_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function
varargout = | mibMaskStatsProps>mib_MaskStatsProps_OutputFcn (hObject, eventdata, handles) |
|
function | mibMaskStatsProps>cancelBtn_Callback (hObject, eventdata, handles) |
|
function | mibMaskStatsProps>mib_MaskStatsProps_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibMaskStatsProps>checkallBtn_Callback (hObject, eventdata, handles) |
|
function | mibMaskStatsProps>uncheckBtn_Callback (hObject, eventdata, handles) |
|
function | mibMaskStatsProps>updateWidgets (handles) |
|
function | mibMaskStatsProps>okBtn_Callback (hObject, eventdata, handles) |
|
MIB_MASKSTATSPROPS MATLAB code for mib_MaskStatsProps.fig MIB_MASKSTATSPROPS, by itself, creates a new MIB_MASKSTATSPROPS or raises the existing singleton*.
function varargout = mib_MaskStatsProps |
( |
|
varargin | ) |
|
MIB_MASKSTATSPROPS MATLAB code for mib_MaskStatsProps.fig MIB_MASKSTATSPROPS, by itself, creates a new MIB_MASKSTATSPROPS or raises the existing singleton*.
H = MIB_MASKSTATSPROPS returns the handle to a new MIB_MASKSTATSPROPS or the handle to
the existing singleton*.
MIB_MASKSTATSPROPS(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIB_MASKSTATSPROPS.M with the given input arguments.
MIB_MASKSTATSPROPS(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIB_MASKSTATSPROPS or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mib_MaskStatsProps_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mib_MaskStatsProps_OpeningFcn via varargin.
*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
instance to run (singleton)".
- See Also
- GUIDE, GUIDATA, GUIHANDLES
Referenced by MaskStatsDlg>multipleBtn_Callback(), and mibMaskStatsProps>mib_MaskStatsProps_OutputFcn().