[Scilab-users] xsave or save

2020-09-28 Thread Antoine Monmayrant
Hello all, Just wondering what is the normal way to save graphics nowadays. I just had a look at 'help xsave' to see whether it is deprecated or whether this is the official way to do it. This page reads: "For graphics xsave(file_name,win_num) use preferably save(file_name,scf(win_num))."

Re: [Scilab-users] scilab -f file : can it uses an existing instance of scilab?

2020-09-28 Thread Rafael Guerra
Hi Antoine, >From an existing Scilab console doing: exec("filepath\filename",-1), is not >good enough? Regards, Rafael -Original Message- From: users On Behalf Of Antoine Monmayrant Sent: Monday, September 28, 2020 12:06 PM To: users@lists.scilab.org Subject: [Scilab-users] scilab

[Scilab-users] Sci-IPOpt updated

2020-09-28 Thread Stéphane Mottelet
Hello, The Sci-IPOpt toolbox has been updated and now work (smoothly) for Scilab 6.1. Users needing a serious tool for doing optimization with general nonlinear constraint should give it a try. There is no Windows version for the moment but I hope we will have one before Christmas ! Enjoy !

[Scilab-users] scilab -f file : can it uses an existing instance of scilab?

2020-09-28 Thread Antoine Monmayrant
Hello all, During teaching, I usually run a bunch of scilab demos using "scilab -f demofile1", "scilab -f demofile2", etc ... Sadly, every call to "scilab -f file" opens a new instance of scilab. Is this possible to reuse an existing instance of scilab? Or even better: reuse an instance of