Path: ACPro/ACPerformance
% Compute properties for a banked turn. Type BankedTurn for a demo. Since version 5. -------------------------------------------------------------------------- Form: [r, v] = BankedTurn( n, phi ) -------------------------------------------------------------------------- ------ Inputs ------ v (1,:) Velocity (m/s) phi (1,:) Bank angle (rad) ------- Outputs ------- n (1,:) Lift/weight r (1,:) Turning radius (m) -------------------------------------------------------------------------- Reference: Mair, W. and D. L. Birdsall, "Aircraft Performance," Cambridge, p. 217-218. --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the ACPro Module page