[Scilab-users] bench_run() upgraded <= Re: Scilab 6 bad performances

2016-03-03 Thread Samuel Gougeon
Le 19/02/2016 11:41, Samuel Gougeon a écrit : Le 19/02/2016 11:31, Stéphane Mottelet a écrit : Le 19/02/2016 11:17, Samuel Gougeon a écrit : .../... bench_run() is designed for that: https://help.scilab.org/docs/5.5.2/en_US/bench_run.html On the same computer, you may run it on 5.5.2 for chose

Re: [Scilab-users] Confusion between Scilab and Scicoslab

2016-03-03 Thread Tim Wescott
Answers embedded with questions. On Thu, 2016-03-03 at 15:48 +0100, Pradeep Pradeep wrote: > Dear Sir/Madam, > > > My name Pradeep Adusumilli. I am a master student at University of > stuttgart. I am looking for a open source control system design tool > for my project. so i have come across thi

Re: [Scilab-users] Confusion between Scilab and Scicoslab

2016-03-03 Thread Claus Futtrup
Dear Pradeem I don't that much about it - so maybe others can correct my mistakes - but here's what I believe is true about your first question: Scicoslab is built on top of Scilab (v4). It is the predecessor to Xcos. AFAIK, Scilab v4 and Scicoslab is still maintained by people at INRIA. Xco

[Scilab-users] Confusion between Scilab and Scicoslab

2016-03-03 Thread Pradeep Pradeep
Dear Sir/Madam, My name Pradeep Adusumilli. I am a master student at University of stuttgart. I am looking for a open source control system design tool for my project. so i have come across this tool called Scilab/Xcos and Scicoslab. Initially i am very confused between these tools. After i downlo

Re: [Scilab-users] global constant definition for module

2016-03-03 Thread sgougeon
>De: Samuel GOUGEON, Jeudi 3 Mars 2016 11:56:15 >However, we could ask to merge lib() in load() and remove it. I should have written: We could ask to merge lib() in load() and UNDOCUMENT lib() in order to make it an internal. (and obviously avoid any back-compatibility issue: lib() is heavily

Re: [Scilab-users] global constant definition for module

2016-03-03 Thread sgougeon
Hello, >De: "David Chèze" Jeudi 3 Mars 2016 10:19:23 >.../... by the way, I found that genlib and lib are doing very similar things >maybe the same things Not really: AFAIK, genlib() builds a library of macros, whereas lib() only loads such a library. However, we could ask to merge lib() in loa

Re: [Scilab-users] global constant definition for module

2016-03-03 Thread David Chèze
by the way, I found that genlib and lib are doing very similar things maybe the same things : is it necessary to keep both functions for another reason than backward compatibility ? David -- View this message in context: http://mailinglists.scilab.org/global-constant-definition-for-module-tp

Re: [Scilab-users] global constant definition for module

2016-03-03 Thread David Chèze
Hi Serge, thanks for this solution. I've just run your example on scilab 6 beta 1 and it fails complaining about undefined variable A. then I ran the example for lib function in scilab help and it fails equally : it looks like it is broken then I will report a bug on this unless already done. Tha