Azzera filtri
Azzera filtri

how to get the lower part of the Airfoil ?

1 visualizzazione (ultimi 30 giorni)
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 ?

Risposta accettata

Geoff Hayes
Geoff Hayes il 17 Ago 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.

Più risposte (0)

Categorie

Scopri di più su Airfoil tools in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by