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 アカウントにサインインするか新しい MathWorks アカウントを作成します。