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. If
is
false for a unit prefix, the unit prefix is user-defined. |
Description
sbioshowunitprefixes
returns information
about unit prefixes in the SimBiology® library.
returns the unit prefixes
in the library as a vector of unit prefix objects in UnitPrefixObjs
=
sbioshowunitprefixes
.UnitPrefixObjs
[
returns the multiplier
for each prefix in Name, Multiplier
]
= sbioshowunitprefixes
to Name
as
a cell array of character vectors.Multiplier
[
returns
whether the unit prefix is built in or user defined for each unit
prefix in Name, Multiplier,
Builtin
] = sbioshowunitprefixes
to Name
. Builtin
[
returns the name, multiplier, and built-in status for the unit prefix with name
Name, Multiplier, Builtin
]
= sbioshowunitprefixes('Name
')
.
Name
can be a string vector or
cell array of character vectors. Name
Examples
[name, multiplier] = sbioshowunitprefixes; [name, multiplier] = sbioshowunitprefixes('nano');
Version History
Introduced in R2006a