[scilab-Users] plotting maps in scilab 5.2.1 does not work

François Vogel fvogelnew1 at free.fr
Sun Mar 14 17:00:53 CET 2010


Peter Wolff said on 14/03/2010 13:51:

Replace

> txt=strsubst(txt,'NaN','%inf'); // subst %inf for NaN

by:

txt=strsubst(txt,'NaN','%nan');

and it will work in all Scilab flavours (including Scicoslab if you 
additionally replace uigetfile by tk_getfile)

Besides: I'm interested by your data file WorldStrip_NaN.txt. Where 
does this come from? What is the license for these data?

Francois



More information about the users mailing list