[Scilab-users] Scilab 6.1.0 - Benchmark time test terribly worrisome - ratio 20 with Scilab 6.1.0 and scilab 5.5.2 - bugzilla 16359

2020-03-04 Thread Perrichon
Hello Clément, As you requested, see bugzilla #16359 Best regards Pierre P. De : Clément David Envoyé : lundi 2 mars 2020 12:25 À : Perrichon ; 'Users mailing list for Scilab' Cc : Clément David Objet : RE: [Scilab-users] Xcos 6.1.0 - benchmark time test Hello Pierre, Th

Re: [Scilab-users] Extraction with $ inside brackets together with other elements

2020-03-04 Thread RolandB
Hi, I found bug 11021 , which is about this issue. Seems it's already known and not easily fixable. Regards, Roland -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-04 Thread Jan Åge Langeland
Yes! Thank you. JÅ On 2020-03-04 0:48 AM, Chin Luh Tan wrote: hi, sorry to interrupt half way to just give some idea, have you tried to right click on the Scilab and run it as administrator? I was facing similar issue on write access even I am the admin for win10, local acc, but still I need

[Scilab-users] Extraction with $ inside brackets together with other elements

2020-03-04 Thread RolandB
Hi, somehow extraction with $ inside brackets seems not to work as I think it should. plot(sin(0:0.1:2*%pi*0.5)); axes=gca(); axes.zoom_box;// working 0.1147541 -0.9971014 69.73224 0.9913043 -1. 1. axes.zoom_box();// working 0.1147541 -0.9971014 69.73224 0.9913043 -1. 1.