| SimBiology® | ![]() |
modelsObj = sbioupdate(modelObj)
simdataObj = sbioupdate(tsObj)
| modelsObj | sbioupdate output. Contains array of model objects that includes the top-level model object and a model object for each previously existing submodel. |
| modelObj | Model object with submodels to be converted into separate model objects. |
| simdataObj | sbioupdate output. Contains SimData object converted from previous time series object. |
| tsObj | Time series object to be converted to SimData object. Can be a 1-by-n cell array of timeseries objects |
modelsObj = sbioupdate(modelObj) converts a top level SimBiology model object (modelObj) that has sub models into an array of SimBiology model objects which do not have any sub models.
There is one model for the top model and one for each of the submodels. Each model created, has a copy of all the parameters used by the model, including those that belonged to the parent model. Updating deletes any unused parameters in the parent model.
Each model created from the previously existing submodel has empty StatesToLog, SpeciesInputFactors, ParameterInputFactors and SpeciesOutputs property values.
simdataObj = sbioupdate(tsObj) converts a time series object (tsObj) obtained from simulation of a SimBiology model into a SimData object. If tsObj is a cell array of time series objects then simdataObj is an array of SimData objects, having one element for each of the time-series objects in tsObj.
![]() | sbiounregisterunitprefix | sbiovariant | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |