更新FDM的初始位置和航向

This commit is contained in:
LZY\79495
2025-07-16 11:25:52 +08:00
parent a87af2906c
commit 101b052f66
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -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';