| Contents | Index |
StopTime is a property of a Configset object. This property sets the stop time for a simulation. The type of StopTime is specified in the property StopTimeType.
| Applies to | Object: Configset |
| Data type | double |
| Data values | Enter a positive number. Default is 10. |
| Access | Read/write |
Retrieve the configset object from modelObj.
modelObj = sbiomodel('cell');
configsetObj = getconfigset(modelObj)Configure the StopTime to 20.
set(configsetObj, 'StopTime', 20) get(configsetObj, 'StopTime') ans = 20

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |