更新FDM的初始位置和航向
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,10 +2,10 @@ function generate_trim_report(mass)
|
||||
%% 计算条件设定
|
||||
|
||||
if nargin<1
|
||||
mass = 350;
|
||||
mass = 315;
|
||||
end
|
||||
|
||||
h0 = 1000;
|
||||
h0 = 150;
|
||||
gamma0 = 0;
|
||||
v0 = 20:1:50;
|
||||
|
||||
@@ -36,7 +36,7 @@ opts.max_df = 30/57.3;
|
||||
opts.min_df = 0/57.3;
|
||||
opts.max_throttle = 1;
|
||||
opts.min_throttle = 0.0;
|
||||
opts.throttle = 0.7;
|
||||
opts.throttle = 0.5;
|
||||
opts.max_beta = 9/57.3;
|
||||
opts.min_beta = -9/57.3;
|
||||
opts.TrimOptions.OptimizationOptions.Display = 'iter';
|
||||
|
||||
Reference in New Issue
Block a user