Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Is it possible to plot Surfaces at specified coordinates?

1 回表示 (過去 30 日間)
KYLE ONDAR
KYLE ONDAR 2018 年 6 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Is it possible to plot a 3D plot of several surfaces, like a scatter plot but instead of points, they are surfaces? I have the coordinates for the surfaces and the surfaces themselves in a (:,2) cell array, is there anyway to plot each surfaces at the respective coordinates in a 3D space?
Each of the surfaces are closed geometric shapes, Ellipsoids to be exact.
  2 件のコメント
Guillaume
Guillaume 2018 年 6 月 11 日
編集済み: Guillaume 2018 年 6 月 11 日
What do you mean by coordinates for the surfaces? Do you mean the coordinates of the centre point of each ellipsoid?
Why do you think it's not possible to plot several surfaces on the same graph?
KYLE ONDAR
KYLE ONDAR 2018 年 6 月 11 日
Yes, that's what I meant, sorry for the confusion. Im asking because whenever I set up the surfaces, they just stack ontop of each other, and its not that I dont think its possible, I just dont know how to do it, thus why im asking

回答 (1 件)

Anton Semechko
Anton Semechko 2018 年 6 月 11 日
If in addition to the vertices sampled from the surfaces you also have the connectivity information among the vertices, you can visualize surfaces as meshes using either the 'patch' or 'trimesh' functions.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by