sbiogetmodel
Get model object that generated simulation data
Syntax
modelObj = sbiogetmodel(simDataObj)
Arguments
simDataObj | SimData object returned by the function sbiosimulate or
by sbioensemblerun. |
| Model object associated with the SimData object. |
Description
returns
the SimBiology® model (modelObj = sbiogetmodel(simDataObj))
associated with the results from a simulation run (modelObj). You
can use this function to find the model object associated with the
specified SimData object when you load a project with several model
objects and SimData objects.simDataObj
If the SimBiology model used to generate the SimData object
(simDataObj) is not currently loaded, is
empty.modelObj
Examples
Version History
Introduced before R2006a