![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12865891_1569936400478.png)
Sigfrid-Laurin Sindinger
Followers: 0 Following: 0
Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
21.141
of 297.016
REPUTAZIONE
2
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
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...
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