difference between surface and mesh plots

10 ビュー (過去 30 日間)
aamir shabbir hussain
aamir shabbir hussain 2015 年 8 月 22 日
コメント済み: Walter Roberson 2017 年 1 月 22 日
Please let me know what is the difference between wire frame mesh plots and surface plots ?

回答 (2 件)

Walter Roberson
Walter Roberson 2015 年 8 月 22 日
編集済み: Walter Roberson 2015 年 8 月 22 日
Mesh use Chart Surface Objects which I had never heard of before. http://www.mathworks.com/help/matlab/ref/chartsurface-properties.html
My phone interface is too limited to figure out the differences.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 1 月 22 日
The difference between chart objects and the "primitive" object of the same category is that the chart objects have additional information about source variables to allow the plots to be automatically updated as the variables change.

サインインしてコメントする。


Li Kang
Li Kang 2017 年 1 月 22 日
  • If you want to plot a 3D figure similar to Short Time Fourier Analysis, like spectrogram(), surf() should be used.
  • Once I want to plot something related to STFA, the cross section view changes according to the view angle. That is to say, the bottom-up view is different from the up-bottom view. Then I used surf() instead, both views are the same.
  • I do not know the specific reasons and I can not understand the help info given by Matlab.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by