| Contents | Index |
UnitPrefixObjs =
sbioshowunitprefixes
[Name, Multiplier]
= sbioshowunitprefixes
[Name, Multiplier,
Builtin] = sbioshowunitprefixes
[Name, Multiplier, Builtin]
= sbioshowunitprefixes('Name')
| unitPrefixObjs | Vector of unit prefix objects from the BuiltInLibrary and UserDefinedLibrary properties of the Root object. |
| Name | Name of the built-in or user-defined unit prefix. Built-in prefixes are defined based on the International System of Units (SI). |
| Multiplier | Shows the value of 10^Exponent that defines the relationship of the unit prefix Name to the base unit. For example, the multiplier in picomole is 10e-12. |
| Builtin | An array of logical values. If Builtin is true for a unit prefix, the unit prefix is built in. If Builtin is false for a unit prefix, the unit prefix is user defined. |
sbioshowunitprefixes returns information about unit prefixes in the SimBiology library.
UnitPrefixObjs = sbioshowunitprefixes returns the unit prefixes in the library as a vector of unit prefix objects in UnitPrefixObjs.
[Name, Multiplier] = sbioshowunitprefixes returns the multiplier for each prefix in Name to Multiplier as a cell array of strings.
[Name, Multiplier, Builtin] = sbioshowunitprefixes returns whether the unit prefix is built in or user defined for each unit prefix in Name to Builtin.
[Name, Multiplier, Builtin] = sbioshowunitprefixes('Name') returns the name, multiplier, and built-in status for the unit prefix with name Name. Name can be a cell array of strings.
[name, multiplier] = sbioshowunitprefixes;
[name, multiplier] = sbioshowunitprefixes('nano');
sbioconvertunits | sbioshowunits | sbiounitprefix

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |