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!