How can I plot the 3D figure with surface area?
12 views (last 30 days)
Show older comments
Wai Keung lin
on 26 Jan 2020
Commented: Wai Keung lin
on 30 Mar 2020
Hi,
I am having a problem for 2 months that Ux, Uy & Uz are the matrix of the coordinations.
Such as Ux,Uy & Uz = [ 1 2 3 4 5 ........]
I wanna plot the surface net within the known coordinations of the nodes that likes the uploaded picture as I had tried to use with surf function which is not my expectation.
Anyway, thanks for kindly help.
0 Comments
Accepted Answer
Raynier Suresh
on 27 Mar 2020
“mesh”, “surf” functions can be used to generate the surface plot. To get the desired results, make sure that the x, y and z are arranged properly. For more information refer to the below links
Data as Surface Plot: https://www.mathworks.com/help/matlab/visualize/representing-a-matrix-as-a-surface.html
More Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!