Hi,
I have a cubic and also I have the temperature of 20,000 points of this cubic volume. Also, the 3D coordinate (x, y ,z) of this cubic is availble. How could I plot this temprature contour?
Avaible data:
Coor(x,y,z) => 20000x3
T(K) => 20000x1
An example picture of my desired plot is attached.
Thank you very much.
Untitled.jpg

1 件のコメント

Walter Roberson
Walter Roberson 2019 年 6 月 7 日
griddata() to get a 3D volume of interpolated data. slice() on three panes to get the surface of the cube.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeContour Plots についてさらに検索

質問済み:

2019 年 6 月 7 日

コメント済み:

2019 年 6 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by