pwModelDefinitionGUI


 pwModelDefinitionGUI(modelIndex)
 pwModelDefinitionGUI(modelFile)
 pwModelDefinitionGUI(mdgFile)
 pwModelDefinitionGUI(-1)
 pwModelDefinitionGUI()

 Opens the PottersWheel Model Definition GUI for
 the given model index,
 model file (*.m),
 or model definition GUI file (*_mdg.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 pwModelDefinitionGUI

 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'
 mdgFile      Path to a model definition GUI file, e.g. '../Models/M1_MDG.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 definition file.

See also

pwDesigner