| Contents | Index |
Exponent shows the value of 10^Exponent that defines the numerical value of the unit prefix Name. You can use the unit prefix in conjunction with any built-in or user-defined units. For example, for the unit mole, specify as picomole to use the Exponent, -12.
| Applies to | Object: Unit prefix |
| Data type | double |
| Data values | Real number. Default is 0. |
| Access | Read/write |
This example shows you how to create a user-defined unit prefix, add it to the user-defined library, and query the Exponent property.
Create a unit prefix.
unitprefixObj1 = sbiounitprefix('peta', 15);
Add the unit prefix to the user-defined library.
sbioaddtolibrary(unitprefixObj1);
Query the Exponent property.
get(unitprefixObj1, 'Exponent')
ans =
15get, sbioaddtolibrary, sbiounitprefix, set, UnitPrefix object

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 |