| Contents | Index |
The RuntimeOptions property holds options for species that will be logged during the simulation run. The run-time options object can be accessed through this property.
The LogDecimation property of the configuration set object defines how often data is logged.
| StatesToLog | Specify species data recorded |
| Type | Display SimBiology object type |
| Applies to | Object: configset |
| Data type | Object |
| Data values | Run-time options |
| Access | Read-only |
Create a model object, and retrieve its configuration set.
modelObj = sbiomodel('cell');
configsetObj = getconfigset(modelObj);Retrieve the RuntimeOptions object from the configset object.
runtimeObj = get(configsetObj, 'RunTimeOptions')
Runtime Settings:
StatesToLog: all
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 |