Unwanted mesh overlapping with surface

1 回表示 (過去 30 日間)
nnunes
nnunes 2012 年 11 月 20 日
I have saved the following file with three 81-by-49 sized arrays of the class double:
[LINK REMOVED]
I want to use this data with the surf function as follows:
surf(X,Y,Z)
This worked fine in the past (just a simple surface), but now there seems to be an overlapping mesh:
This only happens when I use my PC, not others. Could it be my graphics card?

採用された回答

Matt Fig
Matt Fig 2012 年 11 月 20 日
編集済み: Matt Fig 2012 年 11 月 20 日
set(gcf,'renderer','zbuffer') % Or painters
This is yet another opengl problem...

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by