photo

Sigfrid-Laurin Sindinger


Last seen: oltre 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 5 anni fa | 1

Risposto
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...

oltre 5 anni fa | 0