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 years 前 | 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 years 前 | 0