フィルターのクリア

how to change the direction of the airfoil

3 ビュー (過去 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 Center および File ExchangeAirfoil tools についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by