[Scilab-users] how to integrate Scilab into Moodle - options and experiences

2020-02-25 Thread Suzana Uran
Hi all, I'm interested in integration of Scilab with Learning Management System (LMS) Moodle. Because Moodle is a LMS used by our university (University of Maribor, Slovenia). I would be very glad if you could provide me examples of good praxis and your experiences on this topics. Best

[Scilab-users] Line integrals

2020-02-25 Thread arctica1963
Hello all, I am interested in doing line integrals on f(x,y) and f(x,y,z) for scalar and vector calculations. It is not an issue to do mathematically, but not so clear in Scilab how variable substitution should work in this process. As I understand it, one has to take the function and convert it

Re: [Scilab-users] Line integrals

2020-02-25 Thread Stéphane Mottelet
Hello, You can use intg, once you have forged the correct function of the parameter: function out=parabola(t) out = [t/2;t^2]; endfunction function out=my_f(M) out = 2*M(1); endfunction function out=line_int(a, b, curve, f) function out=fun(t, f, curve) dcurve =

[Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Clément David
Dear Scilab-ers, A brand new Scilab 6.1.0 is released today! This version includes further improvement atop Scilab 6.0 for better stability and increased algorithm performance. It also includes a reworked display for more compact and meaningful value

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Samuel Enibe
This is good news indeed. We have been looking forward to this release. Thanks to all of you working behind the scenes. God bless you. Samuel Enibe On Tue, 25 Feb 2020, 14:11 Clément David, wrote: > Dear Scilab-ers, > > > > A brand new Scilab 6.1.0 is > re

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Claus Futtrup
Congratulations! Don't forget to announce on LinkedIn, so I can give it a thumbs up. https://www.linkedin.com/groups/3688414/ Cheers, Claus On 25.02.2020 14:10, Clément David wrote: Dear Scilab-ers, A brand new Scilab 6.1.0 is released today! This

[Scilab-users] several problems with xcos scilab 6.1.0

2020-02-25 Thread Perrichon
Hello, Even if it is minor, apparently somebody has decided to define the time simulation to 30 s by default. Why ? I don't know Before, it was 1.0E05 s and I stop the simulation with the END box in my main scheme. (to avoid user to go on this menu and choose another solver, at least). (choose is

Re: [Scilab-users] several problems with xcos scilab 6.1.0

2020-02-25 Thread Perrichon
For Kaplan turbine time simulation is 600s at least. Why the default time is 30 s ? Please program it at + infinity that is 1000 s. De : Perrichon Envoyé : mardi 25 février 2020 16:57 À : 'Users mailing list for Scilab' Objet : several problems with xcos scilab 6.1.0 Hello, Even

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Heinz Nabielek
And where is the Mac version? Heinz > On 25.02.2020, at 14:10, Clément David wrote: > > Dear Scilab-ers, > > A brand new Scilab 6.1.0 is released today! > > This version includes further improvement atop Scilab 6.0 for better > stability and increased algorithm performance. It also inclu

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Clément David
Hello Heinz, The macOS version is still in progress, we don't have any access to a macOS machine anymore and there are hard issues reported by Stephane (a hard crash in GUI mode, the required JVM installation, a non-signed packaging, at least...). So yes, we rely on the community (and especiall

Re: [Scilab-users] several problems with xcos scilab 6.1.0

2020-02-25 Thread Clément David
Hello Pierre, This change was introduced 6 months ago and is coherent to the default scope window for a beginner. This is the default settings that apply only to any new schema, for any saved Xcos diagram the previous value should be preserved; if not please report a bug. Note: while investiga

Re: [Scilab-users] Scilab 6.1.0 is available!

2020-02-25 Thread Heinz Nabielek
Thanks 🙏 Greetings from Heinz > On 25.02.2020, at 17:09, Clément David wrote: > > Hello Heinz, > > The macOS version is still in progress, we don't have any access to a macOS > machine anymore and there are hard issues reported by Stephane (a hard crash > in GUI mode, the required JVM insta

[Scilab-users] Scilab 6.1.0 - MinGW

2020-02-25 Thread Perrichon
Hello Many Thanks to Antoine for reintroducing MinGW tools in atom pack and plug, after all discussions on email and phone last week-end, for compiling palette in xcos with no errors and no warnings in c++. Include files are ok now (.h) Buider is ok. After other problems to discuss. BR Pierre

[Scilab-users] simulink model to xcos

2020-02-25 Thread Antisen A M
Hi, is there a import function available to convert simulink model to xcos model? Thanks ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

[Scilab-users] Scilab 6.1 - Possible GUI Bug

2020-02-25 Thread Chin Luh Tan
Hi,  When trying to update guibuilder for Scilab 6.1, I notice that the figure menu is not able to be remove with "delmenu" when the "dockable" is set to "off". How to reproduce: Scenario 1: Menu "File" will not be removed --> f1 = figure("dockable", "off") --> delmenu(f1.figure_id, ge

Re: [Scilab-users] Scilab 6.1 - Possible GUI Bug

2020-02-25 Thread Chin Luh Tan
sorry, the workaround does not work, the dockable value can only set during creation.  On Wed, 26 Feb 2020 12:56:37 +0800 Chin Luh Tan wrote Hi,  When trying to update guibuilder for Scilab 6.1, I notice that the figure menu is not able to be remove with "delmenu" when the "