Simulation data
The SimData
object contains simulation data, which includes time
and state data, as well as metadata, such as the types and names for the logged states or the
configuration set used during simulation.
You can access time data, state data, and metadata stored in the object through the object
properties. Use dot notation to query the object properties or change properties that are not
read-only. You can also use the get
and set
commands.
You can store data from multiple simulation runs as an array of SimData
objects. You can use any SimData
function on an array of
SimData
objects.
Create a SimData
object in one of three ways.
Return a SimData
object after simulating a model using sbiosimulate
.
Return a SimData
object after simulating a model using a SimFunction object
.
Return an array of SimData
objects after multiple stochastic
ensemble runs using sbioensemblerun
.
Export the simulation results to the command line after simulating a model using the SimBiology Model Analyzer app.
addobservable | Add observable expressions to SimData |
updateobservable | Update observable expressions or units in SimData |
renameobservable | Rename observables in SimData |
getdata | Get simulation data from SimData object |
getsensmatrix | Get 3-D sensitivity matrix from SimData object |
select | Select simulation data from SimData object using
expressions |
selectbyname | Select simulation data by name from SimData object |
resample | Resample simulation data onto new time vector |
get | Get SimBiology object properties |
set | Set SimBiology object properties |
delete | Delete SimBiology object |
display | Display summary of SimBiology object |
Compartment
| Model
| Parameter
| Reaction
| Species