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 ?
0 件のコメント
採用された回答
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;
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!