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 CenterFile Exchange에서 2-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