How can I plot the 3D figure with surface area?
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Wai Keung lin
el 26 de En. de 2020
Comentada: Wai Keung lin
el 30 de Mzo. de 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 comentarios
Respuesta aceptada
Raynier Suresh
el 27 de Mzo. de 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
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!