From clement.david at scilab-enterprises.com Tue Jan 5 08:43:24 2016 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 05 Jan 2016 08:43:24 +0100 Subject: [Scilab-Dev] Scilab 6.0 In-Reply-To: <567BE4FF.4080702@univ-lemans.fr> References: <567BE4FF.4080702@univ-lemans.fr> Message-ID: <1451979804.3828.2.camel@scilab-enterprises.com> Hi Laurent, The call function is not implemented yet but will be for the stable release. Note that your toolbox does not use the toolbox skeleton and thus might be harder to maintain in the future. -- Cl?ment Le jeudi 24 d?cembre 2015 ? 13:28 +0100, Laurent Berger a ?crit?: > Hi, > > I'm trying to use Scilab 6.0 alpha2.0 with my contrib. After some error? > like some ; missing I have got an error : > > Undefined variable: call > > at line?????2 of function????????FermerPortAudio???(? > C:\PROGRA~1\SCILAB~1.0-A\contrib\AnaSpec\loader.sce line 65 ) > > I don't understand call is stil in doc so If somebody can help me... > > Thanks in advance > > Source code is here? > https://github.com/LaurentBerger/Traitement_du_signal_avec_Scilab > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From sgougeon at free.fr Wed Jan 27 01:03:05 2016 From: sgougeon at free.fr (Samuel Gougeon) Date: Wed, 27 Jan 2016 01:03:05 +0100 Subject: [Scilab-Dev] Improvement sugested In-Reply-To: <1371584706434-4026874.post@n3.nabble.com> References: <1371584706434-4026874.post@n3.nabble.com> Message-ID: <56A80939.2080802@free.fr> Hello, Le 18/06/2013 21:45, Jojolebestof a ?crit : > Hi, > > First, Good job for Scilab/Xcos/Modelica... > > I would like to sugest several improvements: > - A system of Scilab auto-update (5.4.0 to 5.4.1 to ... but not 5.5.0) > Why? for the user experience more easy and better > - I do not understand why several good module are not directly include in > Scilab. > Like CelestLab or Coselica > Why? When someone try for the first time Scilab (to see if he can replace > Matlab by it) he can forget ATOMS. Please... Are you saying that equivalent modules of CelestLab or Coselica are included in Matlab as core modules? I do not think so. You might rather tell to your Scilab administrator the same things that to your Matlab one: choose the modules relevant to you -- Matlab and Scilab ones --, and get them installed. The difference is that with Matlab /all/ modules that you have payed for are installed, while with Scilab most of modules that you do not have to pay for because they are free are installable ;) Regards S. Gougeon -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent.berger at univ-lemans.fr Wed Jan 27 13:52:21 2016 From: laurent.berger at univ-lemans.fr (Laurent Berger) Date: Wed, 27 Jan 2016 13:52:21 +0100 Subject: [Scilab-Dev] display small data In-Reply-To: <56A80939.2080802@free.fr> References: <1371584706434-4026874.post@n3.nabble.com> <56A80939.2080802@free.fr> Message-ID: <56A8BD85.5000501@univ-lemans.fr> Hi, using scilab 5.2.2 I have : ->e1=1e-20;e2=1e-21 e2 = 1.000D-21 -->[e1 e2] ans = 10^(-20) * 1. 0.1 and using scilab 6 _>e1=1e-20;e2=1e-21 e2 = 1.000D-21 ->[e1 e2] ans = 0. 0. Is it good? From adhitya07 at gmail.com Sat Jan 30 07:31:28 2016 From: adhitya07 at gmail.com (adhitya) Date: Fri, 29 Jan 2016 23:31:28 -0700 (MST) Subject: [Scilab-Dev] Documentation for Xcos Message-ID: <1454135487845-4033357.post@n3.nabble.com> Hi, My name is Adhitya Kamakshidasan and I'm an Intern at FOSSEE, IIT Bombay. We are trying to develop a standalone version of Xcos, that is completely web-based. I would like to know if there is any documentation with respect to how Xcos has been written - Flowcharts, Main methods, PDF's, etc. Currently, I'm trying to reverse-engineer the code, by slowly moving through the code, and removing the parts that are not related to Xcos. However, this is taking a lot of time. We would like your support in this regard. Thanks, Adhitya Kamakshidasan -- View this message in context: http://mailinglists.scilab.org/Documentation-for-Xcos-tp4033357.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com.