MATLAB Basics: Setting edge color for large surface plots
a= peaks(1000);
h = surf(a)
set(h, 'edgecolor','none')
Find the treasures in MATLAB Central and discover how the community can help you!
Find the treasures in MATLAB Central and discover how the community can help you!
a= peaks(1000);
h = surf(a)
set(h, 'edgecolor','none')
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.