Path: AerospaceUtils/Coord
% Bank angle computations The angle between the vehicle's normal axis and the Earth's vertical plane containing the aircraft's longitudinal axis. All vectors must be in the same frame. Type BankAngle for a demo. -------------------------------------------------------------------------- function: sigma = BankAngle( r, v, n, x ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,1) Vector to vehicle v (3,1) Velocity vector n (3,:) Normal vectors x (3,1) Longitudinal axis ------- Outputs ------- sigma (1,:) Bank angle (rad) --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/Cross Math: Linear/Mag Math: Linear/Unit
Back to the AerospaceUtils Module page