Re: [Scilab-users] [EXTERNAL] Re: {EXT} unexpected result

2019-05-23 Thread Stéphane Mottelet
Le 23/05/2019 à 09:34, Dang Ngoc Chan, Christophe a écrit : Hello, De : Carrico, Paul Envoyé : jeudi 23 mai 2019 09:21 I share your suggestion in adding an example in the doc to prevent Scilab users, but the question is "where" ? I suggest the "Scilab Help >> Elementary Functions >

Re: [Scilab-users] [EXTERNAL] Re: {EXT} unexpected result

2019-05-23 Thread Dang Ngoc Chan, Christophe
Hello, > De : Carrico, Paul > Envoyé : jeudi 23 mai 2019 09:21 > > I share your suggestion in adding an example in the doc to prevent Scilab > users, but the question is "where" ? I suggest the "Scilab Help >> Elementary Functions > extraction" page. Regards -- Christophe Dang Ngoc Chan

Re: [Scilab-users] [EXTERNAL] Re: {EXT} unexpected result

2019-05-23 Thread Carrico, Paul
Hi all for the feedback Indeed it's logical afterward, and it has been made to be fast and efficient ... but I spent a lot of time in finding my mistake that it uses a "local/temporary" index than a "global" one. I share your suggestion in adding an example in the doc to prevent Scilab users,

Re: [Scilab-users] {EXT} unexpected result

2019-05-23 Thread Dang Ngoc Chan, Christophe
Hello Paul, > De : Carrico, Paul > Envoyé : mercredi 22 mai 2019 09:51 > > In the following code, > I was thinking that the provided index was the one on the “global” > matrix, but I was wrong ☺ […] > a2 = find(B(i-1:$,1) < 1); disp(a2); I would have made the same mistake (-: Now if we look at