sbiogetsensmatrix - 3-D sensitivity matrix from simulation results

Syntax

[T,R,States,Inpfacs] = sbiogetsensmatrix(simDataObj)
[T,R,Outputs,Inpfacs] = sbiogetsensmatrix(imDataobj, OutNames, InpFacNames)

Arguments

TColumn vector of length m specifying time points for the sensitivity data in R.
RAn m-by-n-by-p array of sensitivity data with times, outputs, and input factors labeling its first, second, and third dimensions respectively.
Outputs Contains names of the species states that label the second dimension of R. R(:,i,j) is the time course for the sensitivity of state Outputs{i} to the input factor Inpfacs{j}. When simdataObj contains more than one element, the output arguments are cell arrays in which each cell contains data for the corresponding element of simdataObj.
Inpfacs Contains names of the input factors that label the third dimension of R. R(:,i,j) is the time course for the sensitivity of states Outputs{i} to the input factor Inpfacs{j}.
simDataObjSimData object returned by sbiosimulate. Contains sensitivity data when sensitivity analysis is enabled.
OutNamesSpecify outputs to get sensitivity data from simDataObj. Can be an empty array, or a single name, or a cell array of names. When an empty array is specified, returns the sensitivity data on all species states contained in simDataObj.
InpFacNamesSpecify input factors to get sensitivity data from simDataObj. Can be an empty array, or a single name, or a cell array of names. When an empty array is specified, returns the sensitivity data for all input factors contained in simDataObj.

Description

[T,R,States,Inpfacs] = sbiogetsensmatrix(simDataObj) gets time and sensitivity data from the SimData object simDataObj generated by simulating a SimBiology model object using sbiosimulate. sbiogetsensmatrix can only return sensitivity data that is contained in simDataObj.

The sensitivity data that is logged in simDataObj is set at simulation time by the active configuration set that is used during the simulation. Note that the sensitivity data R returned by sbiogetsensmatrix may be normalized, as specified at simulation time.

[T,R,Outputs,Inpfacs] = sbiogetsensmatrix(imDataobj, OutNames, InpFacNames) gets sensitivity data for the outputs specified by OutNames and the input factors specified by InpFacNames.

See Also

getsensmatrix , sbiogetnamedstate, sbiohelp, sbiosimulate

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS