getunittypelist
Returns supported unit types.
Attention: Available only with Twin Activate commercial edition.
Syntax
R = getunittypelist()
Outputs
- R
- Cell array of supported unit types.
Examples
getunittypelist example:
R = getunittypelist()
R =
{
[1,1] length
[1,2] mass
[1,3] time
[1,4] temperature
[1,5] angle
[1,6] EnergyDensity
...
[1,156] volume
[1,157] volume_flow
[1,158] volumic_power
[1,159] work
}