統計
MATLAB Answers
0 質問
2 回答
ランク
of 170,969
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How can I reduce the number of mesh lines shown in a surface plot in MATLAB?
Hi, here's another alternative that worked fine for me: figure S = surf(XX,YY,ZZ); s.EdgeColor = 'none'; hold on sp...
How can I reduce the number of mesh lines shown in a surface plot in MATLAB?
Hi, here's another alternative that worked fine for me: figure S = surf(XX,YY,ZZ); s.EdgeColor = 'none'; hold on sp...
約6年 前 | 1
回答済み
surf plot grid line density
Hi, the suggestion by Doug could look as follows (worked for me): figure S = surf(XX,YY,ZZ); s.EdgeColor = 'none'; h...
surf plot grid line density
Hi, the suggestion by Doug could look as follows (worked for me): figure S = surf(XX,YY,ZZ); s.EdgeColor = 'none'; h...
約6年 前 | 0

