surface and mesh plots
이전 댓글 표시
Please let me know what is the difference between mesh and surface plots?
답변 (1개)
Walter Roberson
2015년 8월 26일
0 개 추천
As of R2014b, mesh plots return Chart Surface Objects, but surface plots return Primitive Surface Objects
Both of them are objects of type 'surface', and the only difference I can see between them (other than the order that some fields are documented) is that Chart Surface Objects have XDataSource, YDataSource, and ZDataSource properties.
카테고리
도움말 센터 및 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!