plotting data based on matrix values
显示 更早的评论
I got 3 matrices X2, Y2, Z representing 121 points in space. The coordinates of each point in x, y, z (gcs) are respresented in the 3 matrices. My question, how to plot the points to a surface in 3D?

Thanks in advance!
1 个评论
José-Luis
2012-12-20
How do you define "surface"? What sort of data is this? If you want to plot the points in 3d, you could have a look at plot3d().
回答(1 个)
Walter Roberson
2012-12-20
0 个投票
You cannot plot a surface without knowledge of connectivity between the points.
If the points are intended to represent sampling a surface, then see griddata() or TriScatteredInterp
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!