taugui

TAUGUI MATLAB code for taugui.fig


Syntax
   varargout = taugui(varargin)

Description
      TAUGUI, by itself, creates a new TAUGUI or raises the existing
      singleton*.
      H = TAUGUI returns the handle to a new TAUGUI or the handle to
      the existing singleton*.
      TAUGUI('CALLBACK', hObject, eventData, handles, ...) calls the local
      function named CALLBACK in TAUGUI.M with the given input arguments.
      TAUGUI('Property', 'Value', ...) creates a new TAUGUI or raises the
      existing singleton*.  Starting from the left, property value pairs are
      applied to the GUI before taugui_OpeningFcn gets called.  An
      unrecognized property name or invalid value makes property application
      stop.  All inputs are passed to taugui_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