photo

Sigfrid-Laurin Sindinger


Last seen: 3년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • First Review
  • First Answer

배지 보기

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

대략 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...

대략 5년 전 | 0