How to meshgrid set of points in 3d

3 ビュー (過去 30 日間)
Javier
Javier 2020 年 8 月 28 日
回答済み: Javier 2020 年 8 月 28 日
Hello there, how would wou grid 8 points?
p1 = [3 1 1]
p2 = [3 -1 1]
p3 = [3 -1 -1]
p4 = [3 1 -1]
q1 = [2 2 2]
q2 = [2 -2 2]
q3 = [2 -2 -2]
q4 = [2 2 -2]
Those points are not the ones I am using, but just an example.
The points I am trying to grid are over a spheric surface, would it work?
  6 件のコメント
Rik
Rik 2020 年 8 月 28 日
What about plot3?
Javier
Javier 2020 年 8 月 28 日
Will it connect the dots?

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

採用された回答

Javier
Javier 2020 年 8 月 28 日
I think I just solved it, I first saved the dots in a matrix and then separated it in three vectors, for x y and z. And then I used trimesh, instead of meshgrid.
I will leave the question open in case anyone else has a diferent answer.
Thank you so much.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by