sbiounitprefix
Create user-defined unit prefix
Syntax
Description
constructs a SimBiology® unit prefix object with the name unitprefixObject =
sbiounitprefix(prefixName)prefixName.
In order to use the unit prefix defined by unitprefixObject , you
must add it to the user-defined library using sbioaddtolibrary. Use sbioshowunitprefixes to list the units available in the user-defined
library.
also specifies a multiplicative factor of
unitprefixObject =
sbiounitprefix(prefixName,exponentValue)10^.exponentValue
also sets the
unitprefixObject =
sbiounitprefix(___,Name=Value)unitprefixObject properties using one or more name-value arguments,
where Name is the object property name and Value is
the corresponding value. For a list of the object properties, see UnitPrefix.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2008a