Re: [Scilab-users] Atoms Modules

2020-12-19 Thread Claus Futtrup
Hi there I am personally not the most vivid user of the IPCV, but I can see among my scripts that I was playing around with it in October 2018. I have used IPCV to manipulate a piece of graphics that I made, and in a programmatic way (something totally impractical in any other way). The resul

Re: [Scilab-users] Increasing Scilab default Java heap memory to 512 MB?

2020-12-19 Thread Samuel Gougeon
Le 16/12/2020 à 14:16, Antoine Monmayrant a écrit : That's the very first thing we change after installing scilab on all the computers in our group, so I agree we need to change it. I conclude that 512 MB is enough. Otherwise you would not have experienced and reported the issue. A patch wit

Re: [Scilab-users] Problem with dos function

2020-12-19 Thread arctica1963
HI Samuel, Tried the unix_*() options with no success, redirect also did not work. Lester -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org http://lists.scila

Re: [Scilab-users] Problem with dos function

2020-12-19 Thread Samuel Gougeon
Le 19/12/2020 à 09:14, arctica1963 a écrit : Not sure what else to try unless it's an installation issue? In addition to unix_*(), you may also try to redirect the standard error stream to the standard output: [s,bOK] = dos('grdinfo crop1.grd 2>&1') ___

Re: [Scilab-users] Problem with dos function

2020-12-19 Thread Samuel Gougeon
Le 19/12/2020 à 09:14, arctica1963 a écrit : Not sure what else to try unless it's an installation issue? unix_w, unix_g ... functions ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Problem with dos function

2020-12-19 Thread arctica1963
Hi Samuel, Tested with consolebox on and it is empty, so it's not sending data there. As a test, I did a simple windows copy: dos('copy crop1.grd crop1a.grd','-echo') and that worked, so no issue with basic windows commands. Not sure what else to try unless it's an installation issue? Lester