sbioshowunitprefixes
Show unit prefixes in library
Syntax
UnitPrefixObjs =
sbioshowunitprefixes
[Name, Multiplier]
= sbioshowunitprefixes
[Name, Multiplier,
Builtin] = sbioshowunitprefixes
[Name, Multiplier, Builtin]
= sbioshowunitprefixes('Name')
Arguments
|  | Vector of unit prefix objects from the  | 
|  | Name of the built-in or user-defined unit prefix. Built-in prefixes are defined based on the International System of Units (SI). | 
|  | Shows the value of  | 
|  | An array of logical values. If is true
                                for a unit prefix, the unit prefix is built in. Ifis
                                false for a unit prefix, the unit prefix is user-defined. | 
Description
sbioshowunitprefixes returns information
about unit prefixes in the SimBiology® library. 
UnitPrefixObjs =
sbioshowunitprefixesUnitPrefixObjs
[ returns the multiplier
for each prefix in Name, Multiplier]
= sbioshowunitprefixesNameMultiplier
[ returns
whether the unit prefix is built in or user defined for each unit
prefix in Name, Multiplier,
Builtin] = sbioshowunitprefixesNameBuiltin
[
            returns the name, multiplier, and built-in status for the unit prefix with name
                    Name, Multiplier, Builtin]
= sbioshowunitprefixes('Name')NameName
Examples
[name, multiplier] = sbioshowunitprefixes;
[name, multiplier] = sbioshowunitprefixes('nano');
Version History
Introduced in R2006a