Skip to content

Commit

Permalink
rename to plot_parking_test.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 30, 2024
1 parent 837fa29 commit 14d0495
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/plot_cl_cd2.jl → examples/plot_parking_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ end

# display(plot(AOA, [CL, cl], xlabel="AOA [deg]", ylabel="CL", labels=["CL","cl"], fig="CL vs AOA"))
# display(plot(AOA, [CD, cd], xlabel="AOA [deg]", ylabel="CD", labels=["CD","cd"], fig="CD vs AOA"))
# display(plot(DEP, AOA, xlabel="Depower", ylabel="AOA [deg]", fig="AOA vs Depower"))
display(plot(DEP,[ELEV, ELEV_MEASURED]; xlabel="depower", ylabel="elevation [°]", scatter=true, labels=["simulated", "measured"], fig="elevation vs depower"))
# display(plot(DEP,[AOA, 1.5*25.5 .- 2PITCH]; xlabel="depower", ylabel="aoa/pitch [°]", scatter=true, labels=["aoa", "38.25°-2pitch"], fig="pitch and aoa vs depower"))
display(plot(DEP, AOA, xlabel="Depower", ylabel="AOA [deg]", fig="AOA vs Depower"))
display(plot(DEP,[(ELEV, nothing), (ELEV_MEASURED, 2*STD_ELEVATION)];
xlabel="depower", ylabel="elevation [°]", scatter=true,
labels=["simulated", "measured ±2σ"], fig="elevation vs depower"))
# display(plot(DEP,[AOA, 1.5*25.5 .- 2PITCH]; xlabel="depower", ylabel="aoa/pitch [°]", scatter=true, labels=["aoa", "38.25°-2pitch"], fig="pitch and aoa vs depower"))

0 comments on commit 14d0495

Please sign in to comment.