start_file.m

来自「本程序的开发环境为MATLAB6.5版本」· M 代码 · 共 17 行

M
17
字号
%   Start Simulation Programe
%   Input 'Start_file' in the Command Window to Start This Simulation Programe

%   LiuXiangChun
%   The college of astronautics NWPU
%   Date:2007-06-07

disp('Start Simulation of Aerodynamic ...')

Flight_data;                      % 飞行参数设置
Configulation_data;               % 外形结构参数初始化
Interpolation_data;               % 插值数据加载
Calculate;                        % 调用Simulink仿真模块Aeodnamic进行计算       
Draw_Figure;                      % 曲线绘制

disp('Finished');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?