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!