WOLFRAM SYSTEM MODELER
piecewisePiecewise function that corresponds to the SBML piecewise definition |
SystemModel["BioChem.Math.piecewise"]
value |
Type: Real[:] Description: Input values in the form {value1,value2,...,valueN,valueN+1}. |
---|---|
condition |
Type: Boolean[:] Description: Input conditions in the form {condition1,condition2,...,conditionN}. Not more than one condition is allowed to be true at any given time. |
y |
Type: Real Description: Output value selected from the list of inputs. |
---|