| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → SimBiology |
| Contents | Index |
| Learn more about SimBiology |
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
![]() | Events | Expression | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |