[Scilab-users] surf and %nan

Richard llom richard.llom at gmail.com
Thu Nov 23 14:28:10 CET 2017


Ah, thank you, this looks good!

With my syntax:
[a,b] = find(asc_data==-999);
asc_data([a;b]) = %nan;

I was occasionally still seeing -999 values in the plot (although they
weren't in asc_data), I suspect some memory issues maybe...

However with
asc_data(asc_data==-999) = %nan

it is working on every pass.



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list