MIBRANDOMDATASETGUI MATLAB code for mibRandomDatasetGUI.fig MIBRANDOMDATASETGUI, by itself, creates a new MIBRANDOMDATASETGUI or raises the existing singleton*.
More...
|
function varargout = | mibRandomDatasetGUI (varargin) |
| MIBRANDOMDATASETGUI MATLAB code for mibRandomDatasetGUI.fig MIBRANDOMDATASETGUI, by itself, creates a new MIBRANDOMDATASETGUI or raises the existing singleton*.
|
|
function | mibRandomDatasetGUI>mibRandomDatasetGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibRandomDatasetGUI>mibRandomDatasetGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>closeBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>mibRandomDatasetGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>selectDirBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>helpBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>randomBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>removeDirBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>addDirBtn_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>includeModelCheck_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>includeMaskCheck_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>includeAnnotationsCheck_Callback (hObject, eventdata, handles) |
|
function | mibRandomDatasetGUI>includeMeasurementsCheck_Callback (hObject, eventdata, handles) |
|
MIBRANDOMDATASETGUI MATLAB code for mibRandomDatasetGUI.fig MIBRANDOMDATASETGUI, by itself, creates a new MIBRANDOMDATASETGUI or raises the existing singleton*.
function varargout = mibRandomDatasetGUI |
( |
| varargin | ) |
|
MIBRANDOMDATASETGUI MATLAB code for mibRandomDatasetGUI.fig MIBRANDOMDATASETGUI, by itself, creates a new MIBRANDOMDATASETGUI or raises the existing singleton*.
H = MIBRANDOMDATASETGUI returns the handle to a new MIBRANDOMDATASETGUI or the handle to
the existing singleton*.
MIBRANDOMDATASETGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBRANDOMDATASETGUI.M with the given input arguments.
MIBRANDOMDATASETGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBRANDOMDATASETGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibRandomDatasetGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibRandomDatasetGUI_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