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 帐户或创建一个新帐户。