File Exchange Pick of the Week

Our best user submissions

MATLAB Basics: Setting edge color for large surface plots

Often if you make a surface plot with SURF for a large dataset, it will appear all black because MATLAB is trying to draw all the edge lines. You can stop these lines from obscuring your data by turning the edge color off:

a= peaks(1000);
h = surf(a)
set(h, 'edgecolor','none')

Video Player is loading.
Current Time 0:00
Duration 0:46
Loaded: 21.30%
Stream Type LIVE
Remaining Time 0:46
 
1x
  • Chapters
  • descriptions off, selected
  • captions off, selected
  • en (Main), selected
    |
    • print

    コメント

    コメントを残すには、ここ をクリックして MathWorks アカウントにサインインするか新しい MathWorks アカウントを作成します。

    Loading...
    Go to top of page