PARA
PARA, param1=value1, param2=value2, param3=value3;
Creates user defined model parameters
- One or more parameters can be defined by a single PARA command.
Input Data⚓︎
| Parameter | Description |
|---|---|
param1 param2 ... |
Parameter name → Alphanumeric name, has to start with a letter |
value1 value2... |
Value of the parameter or a mathematical term in MATLAB-syntax (see General Syntax), character values are not supported |