how to get the lower part of the Airfoil ?

1 vue (au cours des 30 derniers jours)
oussama souadka
oussama souadka le 15 Août 2016
Modifié(e) : oussama souadka le 17 Août 2016
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 ?

Réponse acceptée

Geoff Hayes
Geoff Hayes le 17 Août 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.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by