Surf z axis not visible
이전 댓글 표시
When i use surf (e.g. with peaks) the Z axis is not shown. (Linux 64, nvidia-drivers-295.49, Matlab 2012a)
댓글 수: 4
Jan
2012년 5월 16일
Could you post a small example, which reproduces the problem?
Kye Taylor
2012년 5월 16일
What is the output from
which surf -all
Florian
2012년 5월 16일
Florian
2012년 5월 16일
채택된 답변
추가 답변 (1개)
Kye Taylor
2012년 5월 16일
After issuing
peaks
issue the command
zlabel('z')
댓글 수: 8
Florian
2012년 5월 16일
Kye Taylor
2012년 5월 16일
Sounds like a more subtle problem... Perhaps try closing all figure windows first because zlabel will put a label on the current active figure window. If that doesn't work, does zlabel('z') add a zlabel on your machine with the following commands?
surf(membrane)
zlabel('z')
Florian
2012년 5월 17일
Kye Taylor
2012년 5월 17일
You should be able to have both... The fact that surf(membrane) and zlabel('z') don't work right away is troubling, and I'm not sure what the solution is. I suggest posting a copy of your code that creates a figure that's 1.) missing the zlabel, 2) using axis vis3d to add a label, and 3.) using the set command to screw it up. Seeing all the commands sequentially may allow others more insight.
Florian
2012년 5월 19일
Walter Roberson
2012년 5월 19일
OpenGL renderer, right?
Florian
2012년 5월 21일
Chad Greene
2014년 8월 16일
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!