Surf z axis not visible

조회 수: 4 (최근 30일)
Florian
Florian 2012년 5월 16일
댓글: Chad Greene 2014년 8월 16일
When i use surf (e.g. with peaks) the Z axis is not shown. (Linux 64, nvidia-drivers-295.49, Matlab 2012a)
  댓글 수: 4
Florian
Florian 2012년 5월 16일
example:
>> peaks
output:
>> which surf -all
/home/shared/local/MATLAB/R2012a/toolbox/matlab/graph3d/surf.m
Florian
Florian 2012년 5월 16일
http://oi47.tinypic.com/j6jxoo.jpg

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

채택된 답변

Florian
Florian 2012년 5월 19일
Meanwhile I've noticed that it is visible in the exported eps. So that's good enough for me right now, though it is not a real solution to the problem...

추가 답변 (1개)

Kye Taylor
Kye Taylor 2012년 5월 16일
After issuing
peaks
issue the command
zlabel('z')
  댓글 수: 8
Florian
Florian 2012년 5월 21일
Yes!
>> set(gcf, 'Renderer', 'painters')
% zaxis visible
>> set(gcf, 'Renderer', 'zbuffer')
% zaxis visible
>> set(gcf, 'Renderer', 'opengl')
% zaxis NOT visible
Chad Greene
Chad Greene 2014년 8월 16일
Or more simply, rend, rend, rend

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by