Re: [Scilab-users] Scilab API sciprint to print on the same line

2019-12-11 Thread Samuel Gougeon
Le 11/12/2019 à 14:31, Chin Luh Tan a écrit : Hi, I am trying to print some progress of a for loop in C api which will print the output in scilab console using the sciprint. Is there anyway to print the output to a same line as normal C printf could be achieved using '\r' ? e.g.:

Re: [Scilab-users] Confusion about types (typeof vs. Variabe Browser)

2019-12-11 Thread Federico Miyara
Stéphane, I think, from the user's perspective, that the type names appearing in the variable browser (in the Type column) should be strictly the same as reported by the function typeof. Otherwise it can and will cause confusion and the sensation of lack of consistency. So do I. But other

Re: [Scilab-users] Confusion about types (typeof vs. Variabe Browser)

2019-12-11 Thread Stéphane Mottelet
Hello Frederico Le 11/12/2019 à 15:25, Federico Miyara a écrit : Stéphane, I'm not sure whether you are proposing to modify types, type names or just how they are presented in the variable browser. As far as my previous message is concerned, I was just making a proposal for names in the

Re: [Scilab-users] Confusion about types (typeof vs. Variabe Browser)

2019-12-11 Thread Federico Miyara
Stéphane, I'm not sure whether you are proposing to modify types, type names or just how they are presented in the variable browser. I think, from the user's perspective, that the type names appearing in the variable browser (in the Type column) should be strictly the same as reported by

[Scilab-users] Scilab API sciprint to print on the same line

2019-12-11 Thread Chin Luh Tan
Hi, I am trying to print some progress of a for loop in C api which will print the output in scilab console using the sciprint. Is there anyway to print the output to a same line as normal C printf could be achieved using '\r' ?  e.g.: currently my out out showing: Train Epoch: 10