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

2019-12-03 Thread Federico Miyara
Dear all, Regarding the question I've sent a few days earlier (see below), I think the Variable Browser in some cases may be creating confusion between variable types and number formats For instance, a = 1.22 creates a variable of type "constant", while its format is "double". Regards,

Re: [Scilab-users] Run Scilab 6.0.2 on OSX Catalina

2019-12-03 Thread Stéphane Mottelet
Hello, In fact the enableJDK script is needed if the JDK is of Oracle brand. If you install a JDK from OpenJDK, e.g. https://adoptopenjdk.net/ the JNI and BundleApp entries are already present in the Info.plist, and the script is useless. Le 02/12/2019 à 06:43, Chin Luh Tan a écrit : Hi

Re: [Scilab-users] ?= GUI hel

2019-12-03 Thread Antoine Monmayrant
Le 03/12/2019 à 15:20, Stéphane Mottelet a écrit : Sorry Antoine but I have completely lost the thread. Please give us an example of what (still) does not work for you. Ah, sorry for the noise. I don't know why your syntax was not working, but it clearly was not working. I saw a bunch of java

Re: [Scilab-users] ?= GUI hel

2019-12-03 Thread Stéphane Mottelet
Sorry Antoine but I have completely lost the thread. Please give us an example of what (still) does not work for you. S. Le 29/11/2019 à 12:28, Antoine Monmayrant a écrit : get() and set() can now use a tagsPath, that might be less ambiguate than using findobj(), that returns the first

[Scilab-users] question on mlists

2019-12-03 Thread Federico Miyara
Dear all, The mlist object is called matrix-oriented typed list. Does anybody have a good explanation why "_matrix_- oriented"? Thanks! Regards, Federico Miyara ___ users mailing list users@lists.scilab.org

Re: [Scilab-users] ?= GUI hel

2019-12-03 Thread Antoine Monmayrant
Le 03/12/2019 à 13:14, P M a écrit : > So why do they use "clear" at the beginning of every script? This is like a Matlab signature. I am no matlabber, but like to start my scripts with: clc() clear("all") delete("all") // in older days also: stacksize("max") At least so long, as I

Re: [Scilab-users] ?= GUI hel

2019-12-03 Thread P M
> > So why do they use "clear" at the beginning of every script? This is > like a Matlab signature. > I am no matlabber, but like to start my scripts with: clc() clear("all") delete("all") // in older days also: stacksize("max") At least so long, as I am working on a script. Pressing F5 for

Re: [Scilab-users] ?= GUI hel

2019-12-03 Thread Stéphane Mottelet
Le 30/11/2019 à 11:30, Samuel Gougeon a écrit : Le 29/11/2019 à 21:53, Stéphane Mottelet a écrit : Le 29/11/2019 à 21:21, Claus Futtrup a écrit : Hi Stéphane Lazy = not pretty. Matlab users do not have this possibility, and as a result, programs do not suffer from eventual border