Main Content

DependentVarUnits

Response units in PKData object

Description

DependentVarUnits is a property of a PKData object. It specifies the units for the column(s) containing the dependent variable(s) (responses) in the imported data set. If unit conversion is on, plot results in the SimBiology® desktop show the units specified in DependentVarUnits.

To get a list of units, use the sbioshowunits function.

Characteristics

Applies toObject: PKData
Data typeCharacter vector or cell array of character vectors
Data values

Units from the units library. Default is an empty cell array.

Tip

If there are no units associated with the dependent variable(s) in your data set, you can set this property to a cell array of empty character vectors, or simply an empty cell array.

AccessRead/write