Clear Filters
Clear Filters

how to get the lower part of the Airfoil ?

1 view (last 30 days)
i'm trying to plot an airfoil shapes using CST generator, but can't get all the graph, just the +Y part. even i'm getting the output correct as .txt. can any one tell me where is the problem ?

Accepted Answer

Geoff Hayes
Geoff Hayes on 17 Aug 2016
oussama - when you call
plot(x,y)
to plot the upper half of your airfoil, the lower half plot (graphics object) is cleared. Try using
hold on;
to retain the previous plot. See hold for details.

More Answers (0)

Categories

Find more on Airfoil tools in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!