Convert from velocity units to desired velocity units
convertedValues
=
convvel(valuesToConvert
, inputVelocityUnits
, outputVelocityUnits
)
computes
the conversion factor from specified input velocity units to specified
output velocity units. It then applies the conversion factor to the
input to produce the output in the desired units. convertedValues
=
convvel(valuesToConvert
, inputVelocityUnits
, outputVelocityUnits
)
|
Floating-point array of size | ||||||||||||||||
|
Specified input velocity units. Supported units are:
| ||||||||||||||||
|
Specified output velocity units. Supported units are:
|
|
Floating-point array of size |
Convert three velocities from feet per minute to meters per second:
a = convvel([30 100 250],'ft/min','m/s') a = 0.1524 0.5080 1.2700
convacc
| convang
| convangacc
| convangvel
| convdensity
| convforce
| convlength
| convmass
| convpres
| convtemp