| Aerospace Toolbox | ![]() |
a = convangacc(v, ui, uo)
a = convangacc(v, ui, uo) computes the conversion factor from specified input angular acceleration units, ui, to specified output angular acceleration units, uo, and applies the conversion factor to the input, v, to produce the output, a, in the desired units. v and a are floating-point arrays of size m-by-n. All of the values in v must have the same unit conversions from ui to uo. ui and uo are strings.
Supported unit strings are:
| 'deg/s^2' | Degrees per second squared |
| 'rad/s^2' | Radians per second squared |
| 'rpm/s' | Revolutions per minute per second |
Convert three angular accelerations from degrees per second squared to radians per second squared:
a = convangacc([0.3 0.1 0.5],'deg/s^2','rad/s^2')
a =
0.0052 0.0017 0.0087convacc, convang, convangvel, convdensity, convforce, convlength, convmass, convpres, convtemp, convvel
![]() | convang | convangvel | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |