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