Re: [Scilab-users] cotg and acot

2019-09-30 Thread Federico Miyara
Dear Samuel, I wonder why this function doesn't follow the tacit rule that trigonometric functions are notated with three-letter names There is no such rule, even tacit. Shortness is much weaker than clarity, and to me cot is really unclear (and too short). There is, indeed, a rule. It is

Re: [Scilab-users] grand in loop

2019-09-30 Thread jbaudais
I cannot create an account on http://bugzilla.scilab.org! I did not received email... If someone could send a but report? Thanks, Jean-Yves -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users

Re: [Scilab-users] {EXT} Re: grand in loop

2019-09-30 Thread jbaudais
I used disp instead of mprintf and it is the same. I removed mprintf, so the code is > for i=1:2000, grand(1,100,"exp",1); end and after some minutes I cannot stop or kill within Scilab. I must use the kill linux command. That's incredible!!! Jean-Yves -- Sent from:

Re: [Scilab-users] {EXT} Re: grand in loop

2019-09-30 Thread Dang Ngoc Chan, Christophe
Hello > De : Stéphane > Mottelet > Envoyé : lundi 30 septembre 2019 10:48 > > Can you test without the mprintf ? I personally tested with disp(i) (the display was more convenient for me). Regards -- Christophe Dang Ngoc Chan Mechanical calculation engineer General This e-mail may contain

Re: [Scilab-users] grand in loop

2019-09-30 Thread Stéphane Mottelet
Hello, Can you test without the mprintf ? S. > Le 30 sept. 2019 à 10:44, Dang Ngoc Chan, Christophe > a écrit : > > Hello, > >> De : jbaudais >> Envoyé : lundi 30 septembre 2019 10:21 >> >> I have an incomprehensible problem with the following line code in the Scilab >> window >> >>> for

Re: [Scilab-users] grand in loop

2019-09-30 Thread Dang Ngoc Chan, Christophe
Hello, > De : jbaudais > Envoyé : lundi 30 septembre 2019 10:21 > > I have an incomprehensible problem with the following line code in the Scilab > window > > > for i=1:2000, mprintf("%d\r",i);grand(1,100,"exp",1); end > > It prints nothing after i=1859 but continues to run I have the same

[Scilab-users] grand in loop

2019-09-30 Thread jbaudais
Hello, I have an incomprehensible problem with the following line code in the Scilab window > for i=1:2000, mprintf("%d\r",i);grand(1,100,"exp",1); end It prints nothing after i=1859 but continues to run! I cannot kill it or stop it with Scilab tools. When I kill the Scilab window, the