convangvel

Convert from angular velocity units to desired angular velocity units

Syntax

a = convangvel(v, ui, uo)

Description

a = convangvel(v, ui, uo) computes the conversion factor from specified input angular velocity units, ui, to specified output angular velocity 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'Degrees per second
'rad/s'Radians per second
'rpm'Revolutions per minute

Examples

Convert three angular velocities from degrees per second to radians per second:

a = convangvel([0.3 0.1 0.5],'deg/s','rad/s')

a =

    0.0052    0.0017    0.0087

See Also

convacc, convang, convangacc, convdensity, convforce, convlength, convmass, convpres, convtemp, convvel

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS