Re: [Scilab-users] Scilab 6.0.1 extremely slow on new (high-end) laptop

2018-10-01 Thread Clément DAVID
Hello, >From my knowledge, windows builds should be faster in the general case as the >MKL shipped with it has better optimizations (especially on Intel processors) >for numerical computing[1]. However, depending on your script there might be a >difference. For example, `host()` (process spawni

[Scilab-users] export to Excel with several sheets

2018-10-01 Thread Carrico, Paul
Dear All I'm wondering if we can export matrixes from Scilab into Excel, in a single file but with several sheets? Obviously the csv format cannot be used here. Not sure that the (quite old now) XLL project answers to it (I've not seen any doc) Thanks Paul EXPORT CONTROL : Cet email ne cont

Re: [Scilab-users] export to Excel with several sheets

2018-10-01 Thread Clément DAVID
Dear Paul, XLS_link [1] could be used to interact with Excel. This basically offer you the Excel OLE Automation API inside Scilab [2] and let you drive an Excel runtime using Scilab functions. Drawbacks : it requires an Excel licence and is Windows only. [1] : https://atoms.scilab.org/toolboxe

Re: [Scilab-users] export to Excel with several sheets

2018-10-01 Thread Stéphane Mottelet
Hello, Under Matlab a contrib has interfaced poi java library, which has Apache license: https://fr.mathworks.com/matlabcentral/fileexchange/38591-xlwrite-generate-xls-x-files-without-excel-on-mac-linux-win This is just a matter of interfacing a Java class, which Scilab should be capable of.

Re: [Scilab-users] Punch a hole into a facet

2018-10-01 Thread Jens Simon Strom
Thanks Samuel, %nan works with surf, not with plot3d. The latter is attractive because it can handle polygons - but unfortunately not those with embayments: Facet coloring exeeds the contour (Vers. 5.5.2) I have to assemble my facet with several windos from partially overlapping rectangles

Re: [Scilab-users] Fetching the script path

2018-10-01 Thread Claus Futtrup
Hi Samuel Thank you. It works ... (of course :-) ). Best regards, Claus On 30.09.2018 22:03, Samuel Gougeon wrote: Le 30/09/2018 à 20:59, Claus Futtrup a écrit : Hi Scilabers I have almost always included a neat piece of code in my Scilab scripts, so that I can later dump the plots into e.