Plot surface/3D plots using airfoil points and span at different wing stations.

7 ビュー (過去 30 日間)
Ali Baig
Ali Baig 2020 年 6 月 25 日
コメント済み: Ali Baig 2020 年 6 月 26 日
Hi,
I want to plot a wing using airfoil points and span. Alot of sources are availible for this case but my problem is a bit different. I have airfoil points and various wing station along span. Contours will be bassed on another matrix. I have tried to use surf(X,Y,Z,C) but it did't work.
for example:
x = [0 0.2 0.4 0.5 0.6 0.8 1 0.8 0.6 0.5 0.4 0.2 ]
z = [0 0.04 0.08 0.06 0.04 0.02 0 -0.02 -0.04 -0.06 -.0.08 -0.04]
spanwiseStations = linspace(0,2,10)
contour = rand(12,10)
Regards
  4 件のコメント
KSSV
KSSV 2020 年 6 月 26 日
So you need 3D cubes ...
Ali Baig
Ali Baig 2020 年 6 月 26 日
This almost what I want except the fact that it is in single piece but I want multiple wing stations like in the pic I poste earlier. Plus the span should be adjustable.
regards

サインインしてコメントする。

回答 (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