airspeed - Compute airspeed from velocity

Syntax

as = airspeed(v)

Description

as = airspeed(v) computes m airspeeds, as, from an m-by-3 array of velocities, v.

Examples

Determine the airspeed for velocity in feet per second:

as = airspeed([84.3905  33.7562  10.1269])

as =

   91.4538

Determine the airspeed for velocity in knots:

as = airspeed([50 20 6; 5 0.5 2])

as =

   54.1849
    5.4083

See Also

alphabeta, correctairspeed, dpressure, machnumber

  


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