MIBIMAGEARITHMETICGUI MATLAB code for mibImageArithmeticGUI.fig MIBIMAGEARITHMETICGUI, by itself, creates a new MIBIMAGEARITHMETICGUI or raises the existing singleton*.
More...
|
function varargout = | mibImageArithmeticGUI (varargin) |
| MIBIMAGEARITHMETICGUI MATLAB code for mibImageArithmeticGUI.fig MIBIMAGEARITHMETICGUI, by itself, creates a new MIBIMAGEARITHMETICGUI or raises the existing singleton*.
|
|
function | mibImageArithmeticGUI>mibImageArithmeticGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibImageArithmeticGUI>mibImageArithmeticGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>mibImageArithmeticGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>helpBtn_Callback (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>runExpressionBtn_Callback (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>closeBtn_Callback (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>updateBatchOpt (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>Expression_Callback (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>prevExpPopup_Callback (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>mibImageArithmeticGUI_SizeChangedFcn (hObject, eventdata, handles) |
|
function | mibImageArithmeticGUI>mibImageArithmeticGUI_KeyPressFcn (hObject, eventdata, handles) |
|
MIBIMAGEARITHMETICGUI MATLAB code for mibImageArithmeticGUI.fig MIBIMAGEARITHMETICGUI, by itself, creates a new MIBIMAGEARITHMETICGUI or raises the existing singleton*.
function varargout = mibImageArithmeticGUI |
( |
| varargin | ) |
|
MIBIMAGEARITHMETICGUI MATLAB code for mibImageArithmeticGUI.fig MIBIMAGEARITHMETICGUI, by itself, creates a new MIBIMAGEARITHMETICGUI or raises the existing singleton*.
H = MIBIMAGEARITHMETICGUI returns the handle to a new MIBIMAGEARITHMETICGUI or the handle to
the existing singleton*.
MIBIMAGEARITHMETICGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBIMAGEARITHMETICGUI.M with the given input arguments.
MIBIMAGEARITHMETICGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBIMAGEARITHMETICGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibImageArithmeticGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibImageArithmeticGUI_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