pwModelTablesGUI


 pwModelTablesGUI(modelIndex)
 pwModelTablesGUI(modelFile)
 pwModelTablesGUI(pwmtFile)
 pwModelTablesGUI(-1)
 pwModelTablesGUI()

 Opens the PottersWheel Model Tables GUI for
 the given model index,
 model file (*.m),
 or PottersWhele Model Tables  file (*_pwmt.mat).

 If the model index is -1, a new model is created and opened.

 If no argument is specified, the highest selected model of the main
 PottersWheel window is opened.

 

Arguments for pwModelTablesGUI

 modelIndex   Number between 1 and pwGetNumberOfCouples, e.g. 2
              Any number less or equal to 0 will open an empty model.
 modelFile    Path to a model *.m file, e.g. '../Models/M1.m'
 pwmtFile     Path to a model Tables GUI file, e.g. '../Models/M1_pwmt.mat'

 

Description

 The table-based user interface allows to create, read, and edit models
 and finally to save a model into a valid PottersWheel model file (*.m).

See also

pwDesigner