Re: [Scilab-users] how to faster EVSTR?

2019-10-22 Thread anna78
it works perfectly! many thanks! Anna -- 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

[Scilab-users] how to faster EVSTR?

2019-10-21 Thread anna78
Hi all, I have a 1 Milion entries array of STRING type (test_str array), I should convert to number (test_numer array). I do as follow: test_number=evstr(test_str) It looks like working but it takes a not acceptable time... Do you have a more clever idea? --- Sub-question: I have such a long

[Scilab-users] userdata not updated

2019-10-03 Thread anna78
Hi all, I'm trying to build my first GUI, but I need some helps... Basically, I have a button, that allows the user to select an input file. Once it is done, four cells are filled in using data got from the input file itself, as follows: h4value = uicontrol(schottkyGui,

[Scilab-users] callback and output variables

2019-08-09 Thread anna78
Hi all, I'm trying to write my first GUI and I would ask you a suggestion. My GUI will have a "Load button" needed to allow the user to select a file, the GUI will analyze later on. I would need the selected file name available even when the "Load button" callback-function ends. Is there any

[Scilab-users] Matrix: mix string and float

2016-03-04 Thread anna78
dear all, I have 13 column vectors: M1, M2, M13. One is an integer /%d) vector, two are string (%s) vectors, the others are double (%f). I would like to build the matrix M=[M1 M2 M3... M13], but it looks like not working. Is it possible to build a matrix with different element types?

[Scilab-users] plot versus date

2016-01-18 Thread anna78
Hi all, I'm beginner of SCILAB. I have the file here after reported, made of 5 columns. I would like to plot column 4 versus column 1, column 1 being a date in the yymmdd format. Is there any way to make SCILAB understand the x-axis is a date in yymmdd format? thanks! anna meas_date[yymmdd],

[Scilab-users] R: plot versus date

2016-01-18 Thread anna78
/01/2016 09:00, anna78 a écrit : > Hi all, > I'm beginner of SCILAB. > > I have the file here after reported, made of 5 columns. > I would like to plot column 4 versus column 1, column 1 being a date in the > yymmdd format. > Is there any way to make SCILAB understand the x-axi