Path: Thermal/ThermalProperties
% Converts temperatures between units.
--------------------------------------------------------------------------
Form:
tC = TempConv( from, to ,tI )
--------------------------------------------------------------------------
------
Inputs
------
from (1,1) Units of tI ('K','R','C','F')
to (1,1) Units of tC ('K','R','C','F')
tI (1,:) Temperature (deg from)
-------
Outputs
-------
tC (1,:) Converted temperature (deg to)
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Thermal Module page