3D plot help

18 ビュー (過去 30 日間)
Diab Abueidda
Diab Abueidda 2019 年 8 月 27 日
コメント済み: Diab Abueidda 2019 年 10 月 17 日
Hi,
I have a row data composed of independent variables x, y, and z and a dependent variable D, and I would like to 3d plot the geometry. Each independent and dependent variable is a 1D array. However, all 3d plotting functions that I am aware of such as isosurface require 3D arrays. My question is how I can transfom the different arrays into 3d arrays, given that they are not uniform.
  21 件のコメント
Diab Abueidda
Diab Abueidda 2019 年 9 月 5 日
No worries, take your time.
Many thanks
Diab Abueidda
Diab Abueidda 2019 年 9 月 10 日
Hi Walter,
Any thoughts?
Thanks

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

採用された回答

Thomas Satterly
Thomas Satterly 2019 年 9 月 10 日
If you're expecting the independant variables X, Y, and Z to make some nice looking 3D surface, you can use Delaunay Triangulation to make a best guess at what that surface would look like and set the corresponding vertex colors to a colormap scaled by dependant variable D. However, you have to be careful about extrapolating data between points using this approach, as the edges generated by triangulation are purely ficticious.
If there is no expected surface between the independant variables, I'd recommend using a 3D scatterplot of X, Y, and Z with the point colors or size determined by dependant variable D. This might be harder to visualizes than a surface, since there's not as strong of relational queues to nearby points, but it does eliminate some misleading extrapolation that generating a surface would cause.
  1 件のコメント
Diab Abueidda
Diab Abueidda 2019 年 10 月 17 日
Thanks a lot, Thomas!
It worked.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScalar Volume Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by