[Scilab-users] csvRead hangs scilab for big csv file (more than 10000 lines)

2018-10-02 Thread antoine . monmayrant
Hi, I'm trying to load a big csv file ( 20002 lines). It seems that scilab fails when I have more than 1 lines in my csv file. If I try to csvRead the whole file, I have a spinning wait icon of death that stays there forever (I tried this night: it spinned for more than 17 hours). The only

Re: [Scilab-users] export to Excel with several sheets

2018-10-02 Thread Carrico, Paul
Hi Thanks for the feedback, nevertheless I think it's not what I would like to do, I mean to create a xls file with several sheets to share it. Paul EXPORT CONTROL : Cet email ne contient pas de données techniques This email does not contain technical data De : users [mailto:users-boun...@list

Re: [Scilab-users] csvRead hangs scilab for big csv file (more than 10000 lines)

2018-10-02 Thread amonmayr
Hi all, I submitted a bug report with a test script and csv file: http://bugzilla.scilab.org/show_bug.cgi?id=15788 Could you try it  with your os/scilab-version and comment the bug report? Cheers, Antoine Le 02/10/2018 à 09:36, antoine.monmayr...@laas.fr a écrit : Hi, I'm trying to load a

[Scilab-users] array constructors

2018-10-02 Thread Adelson Oliveira
Hi, In scilab 6.1, I've noticed that the array [8.9:0.2:9.9] does contain 8.9 and 9.9, but the array, [-5.1:0.2:5.1] does not contain the last element 5.1! find([-5.1:0.2:5.1] == 5.1) = [] Why is that? Isn't it a bug? Thanks ___ users mailing lis

Re: [Scilab-users] array constructors

2018-10-02 Thread Samuel Gougeon
Le 02/10/2018 à 18:37, Adelson Oliveira a écrit : Hi, In scilab 6.1, I've noticed that the array [8.9:0.2:9.9] does contain 8.9 and 9.9, but the array, [-5.1:0.2:5.1] does not contain the last element 5.1! find([-5.1:0.2:5.1] == 5.1) = [] Why is that? Isn't it a bug? We have --> a = -5.

Re: [Scilab-users] array constructors

2018-10-02 Thread Heinz Nabielek
On 02.10.2018, at 20:31, Samuel Gougeon wrote: > > Le 02/10/2018 à 18:37, Adelson Oliveira a écrit : >> Hi, >> >> In scilab 6.1, I've noticed that the array >> >> [8.9:0.2:9.9] does contain 8.9 and 9.9, >> >> but the array, >> >> [-5.1:0.2:5.1] >> >> does not contain the last element 5.1! >>

Re: [Scilab-users] array constructors

2018-10-02 Thread Samuel Gougeon
Le 02/10/2018 à 21:02, Heinz Nabielek a écrit : On 02.10.2018, at 20:31, Samuel Gougeon wrote: Le 02/10/2018 à 18:37, Adelson Oliveira a écrit : Hi, In scilab 6.1, I've noticed that the array [8.9:0.2:9.9] does contain 8.9 and 9.9, but the array, [-5.1:0.2:5.1] does not contain the last e

Re: [Scilab-users] Punch a hole into a facet

2018-10-02 Thread Samuel Gougeon
Le 01/10/2018 à 16:35, Jens Simon Strom a écrit : Thanks Samuel, %nan works with surf, not with plot3d. The latter is attractive because it can handle polygons - but unfortunately not those with embayments: Facet coloring exeeds the contour (Vers. 5.5.2) This is fixed in Scilab 6. I have t

Re: [Scilab-users] array constructors

2018-10-02 Thread Heinz Nabielek
On 02.10.2018, at 21:12, Samuel Gougeon wrote: > > Le 02/10/2018 à 21:02, Heinz Nabielek a écrit : >> On 02.10.2018, at 20:31, Samuel Gougeon wrote: >>> Le 02/10/2018 à 18:37, Adelson Oliveira a écrit : Hi, In scilab 6.1, I've noticed that the array [8.9:0.2:9.9] does