![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12865891_1569936400478.png)
Sigfrid-Laurin Sindinger
Followers: 0 Following: 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...
5년 초과 전 | 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...
5년 초과 전 | 0