Unwanted mesh overlapping with surface

1 Ansicht (letzte 30 Tage)
nnunes
nnunes am 20 Nov. 2012
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?

Akzeptierte Antwort

Matt Fig
Matt Fig am 20 Nov. 2012
Bearbeitet: Matt Fig am 20 Nov. 2012
set(gcf,'renderer','zbuffer') % Or painters
This is yet another opengl problem...

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by