Hi all,
I have a big matrix, which I want to surf plot. However there are actually
only values for a non-rectangular shape and i want to blank out those other
values (which are -999 by default).

[a,b]=find(M==-999);
M(a,b) = %nan;
surf(M);

However this gives me a weird all-black surf plot, with a Z up to -1000 ??

Am I'm missing something?
cheers
richard



--
Sent from: 
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to