how to get the lower part of the Airfoil ?

1 回表示 (過去 30 日間)
oussama souadka
oussama souadka 2016 年 8 月 15 日
編集済み: oussama souadka 2016 年 8 月 17 日
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 Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by