Convert from acceleration units to desired acceleration units
convertedValues
=
convacc(valuesToConvert
, inputAccelUnits
, outputAccelUnits
)
computes
the conversion factor from specified input acceleration units to specified
output acceleration units. It then applies the conversion factor to
the input to produce the output in the desired units. convertedValues
=
convacc(valuesToConvert
, inputAccelUnits
, outputAccelUnits
)
|
Floating-point array of size | ||||||||||||||
|
Specified input acceleration units. Supported units are:
| ||||||||||||||
|
Specified output acceleration units. Supported units are:
|
|
Floating-point array of size |
Convert three accelerations from feet per second squared to meters per second squared:
a = convacc([3 10 20],'ft/s^2','m/s^2') a = 0.9144 3.0480 6.0960
convang
| convangacc
| convangvel
| convdensity
| convforce
| convlength
| convmass
| convpres
| convtemp
| convvel