Skip to Main Content Skip to Search
Product Documentation

StatesToLog - Specify species data recorded

Description

The StatesToLog property indicates the species or parameter data to log during a simulation. This is the data returned in x during execution of [t,x] = sbiosimulate(modelObj). By default, all species and nonconstant parameters are logged.

Characteristics

Applies toObject: RuntimeOptions
Data typeObject or vector of objects
Data valuesSpecies objects or parameter objects. Default is All, which means all species objects, and all parameter objects whose ConstantValue = false.
AccessRead/write

Examples

This example shows how to assign species to StatesToLog.

  1. Create a model object by importing the file oscillator.xml.

    modelObj  = sbmlimport('oscillator');
  2. Retrieve the first and second species in modelObj.

    speciesObj1 = modelObj.Species(1);
    speciesObj2 = modelObj.Species(2);
  3. Retrieve the configsetObj of modelObj.

    configsetObj = getconfigset(modelObj);
  4. Set the StatesToLog to record three species: two using the retrieved species objects and one using indexing and view the species in StatesToLog.

    set (configsetObj.RuntimeOptions, 'StatesToLog', [speciesObj1, speciesObj2, modelObj.Species(3)]);
    get(configsetObj.RuntimeOptions, 'StatesToLog')

  


Free Computational Biology Interactive Kit

See how to analyze, visualize, and model biological data and systems using MathWorks products.

Get free kit

Trials Available

Try the latest computational biology products.

Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS