Skip to content
Snippets Groups Projects
Commit c9d15a4b authored by Matteo Gotti's avatar Matteo Gotti Committed by Marco Luigi Gaibotti
Browse files

[code-refactoring][stabilityAnalysis] small bugfix to computeStability

parent 1703788d
Branches
No related tags found
1 merge request!11Merge code-refactoring into master
......@@ -30,7 +30,7 @@ vars.beta = [-13 -8 -5 -2.5 -0.1 0 0.1 2.5 5 8 13];
vars.alt = (0:400:4000); % above local ground (env.z0 will be added in main)
% xcg discretization
vars.Nxcg = 5; % Number of wanted xcgs in order to generate N aerodynamic matrices
vars.Nxcg = 3; % Number of wanted xcgs in order to generate N aerodynamic matrices
%% HIGH AOA
varsHighAOA.mach = 0.05:0.05:0.7;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment