Anybody know how to fix this?
This is my code:
figure(1), clf
%trisurf plot
trisurf(triS, X, Y, zeros(size(X)), PRESSURE);
view(2); shading interp; colormap jet; colorbar; set(gcf,'renderer','zbuffer')
%contour plot
[C,h] = contour(X,Y,TempxyR,v);
colormap ([0 0 0]);
clabel(C,h);
http://www.mathworks.com/matlabcentral/fileexchange/10408
"Ana " <blueey...@hotmail.com> wrote in message <h3n8ca$bqg$1...@fred.mathworks.com>...