Main Content
newUnitSystem
Define unit system
Description
newUnitSystem(
defines a new Unit System with the name
name
,baseUnits
)name
and the base units baseUnits
.
Now, you can convert units into the new unit system by using
rewrite
. By default, available unit systems include SI,
CGS, and US. For all unit systems, see Unit Systems List.
newUnitSystem(
additionally specifies the derived units name
,baseUnits
,derivedUnits
)derivedUnits
.
Examples
Input Arguments
More About
Version History
Introduced in R2017b
See Also
baseUnits
| derivedUnits
| newUnit
| removeUnitSystem
| rewrite
| symunit
| unitSystems