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

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] 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 à 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.

[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