rbmatlab 0.10.01
|
DEFAULT_PLOT_CONTROL M-file for default_plot_control.fig DEFAULT_PLOT_CONTROL, by itself, creates a new DEFAULT_PLOT_CONTROL or raises the existing singleton*. More...
Go to the source code of this file.
Functions | |
function
varargout = | default_plot_control ( varargin) |
DEFAULT_PLOT_CONTROL M-file for default_plot_control.fig DEFAULT_PLOT_CONTROL, by itself, creates a new DEFAULT_PLOT_CONTROL or raises the existing singleton*. | |
function | defaultplotcontrol>default_plot_control_OpeningFcn ( hObject, eventdata, handles, varargin) |
function
varargout = | defaultplotcontrol>default_plot_control_OutputFcn ( hObject, eventdata, handles) |
function | defaultplotcontrol>reloadButton_Callback ( hObject, eventdata, handles) |
function | defaultplotcontrol>timeSlider_Callback ( hObject, eventdata, handles) |
function | defaultplotcontrol>timeSlider_CreateFcn ( hObject, eventdata, handles) |
function | defaultplotcontrol>exitButton_Callback ( hObject, eventdata, handles) |
function | defaultplotcontrol>figure1_CreateFcn ( hObject, eventdata, handles) |
DEFAULT_PLOT_CONTROL M-file for default_plot_control.fig DEFAULT_PLOT_CONTROL, by itself, creates a new DEFAULT_PLOT_CONTROL or raises the existing singleton*.
Definition in file default_plot_control.m.
function varargout = default_plot_control | ( | varargin | ) |
DEFAULT_PLOT_CONTROL M-file for default_plot_control.fig DEFAULT_PLOT_CONTROL, by itself, creates a new DEFAULT_PLOT_CONTROL or raises the existing singleton*.
H = DEFAULT_PLOT_CONTROL returns the handle to a new DEFAULT_PLOT_CONTROL or the handle to the existing singleton*.
DEFAULT_PLOT_CONTROL(CALLBACK
,hObject,eventData,handles,...) calls the local function named CALLBACK in DEFAULT_PLOT_CONTROL.M with the given input arguments.
DEFAULT_PLOT_CONTROL(Property
,Value
,...) creates a new DEFAULT_PLOT_CONTROL or raises the existing singleton*. Starting from the left, property value pairs are applied to the GUI before default_plot_control_OpeningFcn gets called. An unrecognized property name or invalid value makes property application stop. All inputs are passed to default_plot_control_OpeningFcn via varargin.
*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one instance to run (singleton)".
varargin | varargin |
varargout | varargout |
Definition at line 1 of file default_plot_control.m.