rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
lin_stat_plot_control.m File Reference

LIN_STAT_PLOT_CONTROL M-file for lin_stat_plot_control.fig LIN_STAT_PLOT_CONTROL, by itself, creates a new LIN_STAT_PLOT_CONTROL or raises the existing singleton*. More...

Go to the source code of this file.

Functions

function
varargout = 
lin_stat_plot_control (varargin)
 LIN_STAT_PLOT_CONTROL M-file for lin_stat_plot_control.fig LIN_STAT_PLOT_CONTROL, by itself, creates a new LIN_STAT_PLOT_CONTROL or raises the existing singleton*.
 
function  linstatplotcontrol>lin_stat_plot_control_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
linstatplotcontrol>lin_stat_plot_control_OutputFcn (hObject, eventdata, handles)
 
function  linstatplotcontrol>reloadButton_Callback (hObject, eventdata, handles)
 
function  linstatplotcontrol>angleSlider_Callback (hObject, eventdata, handles)
 
function  linstatplotcontrol>angleSlider_CreateFcn (hObject, eventdata, handles)
 
function  linstatplotcontrol>exitButton_Callback (hObject, eventdata, handles)
 
function  linstatplotcontrol>figure1_CreateFcn (hObject, eventdata, handles)
 

Detailed Description

LIN_STAT_PLOT_CONTROL M-file for lin_stat_plot_control.fig LIN_STAT_PLOT_CONTROL, by itself, creates a new LIN_STAT_PLOT_CONTROL or raises the existing singleton*.

Definition in file lin_stat_plot_control.m.

Function Documentation

function varargout = lin_stat_plot_control (   varargin)

LIN_STAT_PLOT_CONTROL M-file for lin_stat_plot_control.fig LIN_STAT_PLOT_CONTROL, by itself, creates a new LIN_STAT_PLOT_CONTROL or raises the existing singleton*.

  H = LIN_STAT_PLOT_CONTROL returns the handle to a new LIN_STAT_PLOT_CONTROL or the handle to
  the existing singleton*.

  LIN_STAT_PLOT_CONTROL(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in LIN_STAT_PLOT_CONTROL.M with the given input arguments.

  LIN_STAT_PLOT_CONTROL(<tt>Property</tt>,<tt>Value</tt>,...) creates a new LIN_STAT_PLOT_CONTROL or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before lin_stat_plot_control_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to lin_stat_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 lin_stat_plot_control.m.