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 Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by