3D plot: XY axes plane at Z=0

조회 수: 27 (최근 30일)
Scott
Scott 2014년 4월 16일
댓글: Scott 2014년 4월 19일
When I create a 3D plot, e.g:
[x,y] = meshgrid([-2:.2:2]);
Z = x.*exp(-x.^2-y.^2);
surf(x,y,Z,gradient(Z));
The plane formed by the XY axes is drawn at Z=-0.5; can this be moved to Z=0, or at least the X,Y labels drawn at Z=0?

채택된 답변

Antony
Antony 2014년 4월 16일
  댓글 수: 1
Scott
Scott 2014년 4월 19일
Thanks Antony, got it sorted, eventually.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by