Convert units to other units of measurement
unitConvert(
converts expr
,unitSystem
)expr
to the unit system
unitSystem
. By default, the SI, CGS, and US unit
systems are available. You can also define custom unit systems by using
newUnitSystem
.
unitConvert(
converts units to derived units of expr
,unitSystem
,'Derived'
)unitSystem
.
___ = unitConvert(___,
indicates whether temperatures represent absolute temperatures or temperature
differences by specifying 'Temperature'
,convMode
)'absolute'
or
'difference'
respectively, using input arguments in the
previous syntaxes. The 'Temperature'
argument affects only
conversion between units of temperature. By default, temperatures are assumed to
be differences.