3D color map of F=F(x,y,z) where data is given as a 2D array of the form [x y z F]
古いコメントを表示
The output of a CFD calculation is usually given in the form of a 2D array [x y z F] where F is a function such as pressure or velocity that is calculated for the given points xyz in the 3D space. The result is then given as a color map, as shown below as an example for a relatively simple channel geomtry. How can this be done in MATLAB giventhe [x y z F] output format?

2 件のコメント
Saurabh Chaudhary
2023 年 1 月 3 日
編集済み: Saurabh Chaudhary
2023 年 1 月 3 日
you can try to use contour function.
Torsten
2023 年 1 月 3 日
Use "slice" for the three visible planes in one plot.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Vector Volume Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


