Borrar filtros
Borrar filtros

how to get the lower part of the Airfoil ?

1 visualización (últimos 30 días)
oussama souadka
oussama souadka el 15 de Ag. de 2016
Editada: oussama souadka el 17 de Ag. de 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 ?

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 17 de Ag. de 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.

Más respuestas (0)

Categorías

Más información sobre Airfoil tools en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by