how to change the direction of the airfoil

2 次查看(过去 30 天)
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