surface and mesh plots
Ältere Kommentare anzeigen
Please let me know what is the difference between mesh and surface plots?
Antworten (1)
Walter Roberson
am 26 Aug. 2015
0 Stimmen
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.
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!