how to get the lower part of the Airfoil ?

1 次查看(过去 30 天)
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 ?

采纳的回答

Geoff Hayes
Geoff Hayes 2016-8-17
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Airfoil tools 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by