Skip to content
Snippets Groups Projects
Commit adc63311 authored by James Goppert's avatar James Goppert
Browse files

Updated plot for f16 trim convergence.

parent a280697f
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ data = read('data/f16_simplexTrim.log',-1,1); ...@@ -3,10 +3,10 @@ data = read('data/f16_simplexTrim.log',-1,1);
plot(log10(1:size(data,1)),log10(data)); plot(log10(1:size(data,1)),log10(data));
xlabel('log10(iteration)'); xlabel('log10(iteration)');
ylabel('log10(cost)'); ylabel('log10(cost)');
title('F16, 20 deg. Bank Turn, 500 ft/s'); title('F16, 30 deg. Bank Turn, 500 ft/s');
xgrid xgrid
//legend('newton raphson') //legend('newton raphson')
xs2eps(1,'f16-20bank-500fts') xs2eps(1,'f16-30bank-500fts')
//scf(2); clf(2); //scf(2); clf(2);
//data = read('data/c172p.log',-1,1); //data = read('data/c172p.log',-1,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment