Home > simtb_v18 > simtb.m

simtb

PURPOSE ^

simtb() - Initializes the simtb GUI

SYNOPSIS ^

function simtb(varargin)

DESCRIPTION ^

   simtb()  - Initializes the simtb GUI

   Usage:
    >> simtb
    >> simtb('param_filename');
    >> simtb(sP);

   INPUTS: (OPTIONAL)
   If no input:        Opens GUI for interactive use of the simulation toolbox.
   If string input:    Builds paramter structure based on  definitions in 'param_filename'
                       opens the GUI to edit/run the simulation.
                       Note that 'param_filename' must be on the user's path.
   If structure input: Opens the GUI with the given parameter structure.

   OUTPUTS:
   (none)

   see also: simtb_create_sP(), simtb_main()

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 29-Mar-2011 15:45:29 by m2html © 2005