airspeed
Airspeed from velocity
Description
computes airspeeds, airspeed
= airspeed(velocities
)airspeed
, from an m
-by-3
array of Cartesian velocity vectors, velocities
.
Examples
Determine Airspeed for One Velocity Array
Determine the airspeed for one velocity vector.
as = airspeed([84.3905 33.7562 10.1269])
as = 91.4538
Determine Airspeed for Multiple Velocity Arrays
Determine the airspeed for multiple velocity vectors.
as = airspeed([50 20 6; 5 0.5 2])
as = 2×1
54.1849
5.4083
Determine the Airspeed for Velocity for Multiple Arrays
This example shows how to determine the airspeed for velocity for multiple arrays.
as = airspeed([50 20 6; 5 0.5 2])
as = 2×1
54.1849
5.4083
Determine the Airspeed for Velocity for One Array
This example shows how to determine the airspeed for one velocity array.
as = airspeed([84.3905 33.7562 10.1269])
as = 91.4538
Input Arguments
velocities
— Cartesian velocity vectors
m-by-3 array | vector
Cartesian velocity vectors, specified as an m-by-3 array.
Data Types: double
Output Arguments
airspeed
— Airspeed
scalar | vector
Airspeed, returned as a scalar or array of m airspeeds.
Version History
Introduced in R2006b
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)