value
R2026bReturn array of numeric values converted into specified unit
Description
lets you select whether to apply affine or linear conversion to thermal units. Affine
conversion is the default.A = value(V,unit,conversiontype)
strips the
associated unit and returns the array of numeric values contained in
A = value(V)simscape.Value object, V. This syntax is equivalent
to A = value(V,unit(V)).
Use this function when working with simscape.Value objects. You cannot
use it in the equations section of a Simscape™ file. For information on how to convert a variable or parameter into a scalar
value in Simscape language, see value.