how to change the direction of the airfoil

조회 수: 1 (최근 30일)
Matthew
Matthew 2023년 7월 6일
편집: Matthew 2023년 7월 6일
I want to change direction of the airfoil in the opposite way,what function do i need or what line do i need to fix? Here is my code.

채택된 답변

Alan Stevens
Alan Stevens 2023년 7월 6일
Change
contourf(real(J),imag(J),imag(f),v2); %%%%%
fill(real(zair),imag(zair),'k')
to
contourf(-real(J),imag(J),imag(f),v2); %%%%%
fill(-real(zair),imag(zair),'k')

추가 답변 (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