Path: ACPro/Airbreathing
% Generate engine data from a table. -------------------------------------------------------------------------- Form: [thrust, sFC] = EngineDataFromTable( m, h, d ) -------------------------------------------------------------------------- ------ Inputs ------ m (1,:) Mach Number h (1,:) Altitude (m) d (1,1) Data structure with thrust and sFC data .m (1,n) Mach number .h (1,m) Altitude (m) .thrust (m,n) Thrust (N) .sFC (m,n) Specific fuel consumption (kg/N-s) ------- Outputs ------- t (m,n) Thrust (N) sFC (m,n) Thrust specific fuel consumption (kg/N-s) --------------------------------------------------------------------------
ACPro: ACProData/EngineData Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the ACPro Module page