Create 3D plot with multiple Z-points (x_i; y_j; z1, z2, z3,...) possible?
이전 댓글 표시
Hello everyone! For a current project I need to create a 3D surface plot based on several given x, y and z coordinates. Usually I would just do this with "surf" or "trisurf", however, as far as I understand this isn't possible when there are multiple z-values at the same (x,y) coordinate. Is there any other way to create a surface plot from the given data (see also below)?


답변 (1개)
Star Strider
2017년 1월 10일
0 개 추천
See if the scatter3 function will do what you want.
카테고리
도움말 센터 및 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!