rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
default_plot_control.m File Reference

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*. More...
 
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)
 

Detailed Description

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 Documentation

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)".

See also
GUIDE, GUIDATA, GUIHANDLES
Parameters
vararginvarargin
Return values
varargoutvarargout

Definition at line 17 of file default_plot_control.m.