From sabda.study at gmail.com Tue Jan 5 01:31:57 2010 From: sabda.study at gmail.com (Bagus made sabda nirmala) Date: Tue, 5 Jan 2010 07:31:57 +0700 Subject: how to use scilab OPC toolbox ver.1.1 Message-ID: Hello, I use Scilab ver4.2 I want to read data from my microcontroller. How to connect OPC toolbox ver1.1 with microcontroller??? so I can appear my microcontroller data in OPC toolbox. This is my device's Block: ============================================================= RS232 Uc ATMEGA 8535------------>>>Laptop------->>OPCserver(MatrikonOPCsimulation)-------->>scilab OPC toolbox ============================================================= in My microcontroller, I used DS1621 to create temperature data (in string type) Thx for your help.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vaborg at gmail.com Wed Jan 6 17:56:57 2010 From: vaborg at gmail.com (Ivan Maximov) Date: Wed, 6 Jan 2010 17:56:57 +0100 Subject: Output to console in Scilab-5.2.0 Message-ID: <20100106175657.5b008124.vaborg@gmail.com> Hi! I have a not useful output when writing a script and trying to see the execution. In console I see all string from script file. Is it possible to modify the output that only specified values have been visible in console? If I explained unclear I suggest an example: script: // test disp('Test'); M=zeros(1,3); M output: -->// test -->disp('Test'); Test -->M=zeros(1,3); -->M M = 0. 0. 0. but I would like to have following: Test M = 0. 0. 0. Thanks a lot! --------- best regards, Ivan From scheiber at unitbv.ro Wed Jan 6 17:49:58 2010 From: scheiber at unitbv.ro (scheiber) Date: Wed, 06 Jan 2010 18:49:58 +0200 Subject: Unable to get address of variables Message-ID: <4b44bf36.23b.867.936964728@unitbv.ro> Hi, I have installed Scilab-5.2.0 and running the following very simple Java code =================================================================== import javasci.*; public class TstJavaSci1{ public static void main(String[] args) { SciDouble U=new SciDouble("u",1.0); SciDouble V=new SciDouble("v"); Scilab.Exec("v=u+1"); //V.Job("v=u+1"); System.out.println("Name : "+V.getName()); System.out.println("Value : "+V.getData()); V.disp(); Scilab.Finish(); } } =================================================================== I receive the unexpected warning messages getVarAddressFromName: Unable to get address of variable "v"Erroe in Java_javasci_SciAbstractArray_Get(1) getVarAddressFromName: Unable to get address of variable "v"Erroe in Java_javasci_SciAbstractArray_Get(1) and the correct results. This don't happen in Scilab-5.1.1. Where is the problem? Scheiber Ernő e-mail: scheiber at unitbv.ro From Samuel.Gougeon at univ-lemans.fr Wed Jan 6 20:00:45 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Wed, 06 Jan 2010 20:00:45 +0100 Subject: [scilab-Users] Output to console in Scilab-5.2.0 In-Reply-To: <20100106175657.5b008124.vaborg@gmail.com> References: <20100106175657.5b008124.vaborg@gmail.com> Message-ID: <4B44DDDD.50101@univ-lemans.fr> ----- Message d'origine ----- De : Ivan Maximov Date : 06/01/2010 17:56: > Hi! > > I have a not useful output when writing a script and trying to see the > execution. In console I see all string from script file. Is it possible to > modify the output that only specified values have been visible in console? > If I explained unclear I suggest an example: > In the console, to launch your script in silent mode, type exec("myscript.sce",-1) Then, just the disp() instructions will output some infos. see help exec and help mode HTH Samuel From allan.cornet at scilab.org Thu Jan 7 09:14:08 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Thu, 7 Jan 2010 09:14:08 +0100 Subject: [scilab-Users] Unable to get address of variables In-Reply-To: <4b44bf36.23b.867.936964728@unitbv.ro> References: <4b44bf36.23b.867.936964728@unitbv.ro> Message-ID: <000a01ca8f71$62be5e40$283b1ac0$@cornet@scilab.org> Hi, See bug report 6388: http://bugzilla.scilab.org/show_bug.cgi?id=6388 Thanks you for bug report Allan CORNET -----Message d'origine----- De?: scheiber at unitbv.ro [mailto:scheiber at unitbv.ro] Envoy??: mercredi 6 janvier 2010 17:50 ??: users at lists.scilab.org Objet?: [scilab-Users] Unable to get address of variables Hi, I have installed Scilab-5.2.0 and running the following very simple Java code =================================================================== import javasci.*; public class TstJavaSci1{ public static void main(String[] args) { SciDouble U=new SciDouble("u",1.0); SciDouble V=new SciDouble("v"); Scilab.Exec("v=u+1"); //V.Job("v=u+1"); System.out.println("Name : "+V.getName()); System.out.println("Value : "+V.getData()); V.disp(); Scilab.Finish(); } } =================================================================== I receive the unexpected warning messages getVarAddressFromName: Unable to get address of variable "v"Erroe in Java_javasci_SciAbstractArray_Get(1) getVarAddressFromName: Unable to get address of variable "v"Erroe in Java_javasci_SciAbstractArray_Get(1) and the correct results. This don't happen in Scilab-5.1.1. Where is the problem? Scheiber Ernő e-mail: scheiber at unitbv.ro From sylvestre.ledru at scilab.org Fri Jan 8 14:19:00 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 08 Jan 2010 14:19:00 +0100 Subject: [scilab-Users] About the quaternions In-Reply-To: <416191.91991.qm@web24104.mail.ird.yahoo.com> References: <416191.91991.qm@web24104.mail.ird.yahoo.com> Message-ID: <1262956740.26531.2374.camel@zlarin> Hello, Le lundi 28 d?cembre 2009 ? 02:23 -0800, charles marchetti a ?crit : > Hello, > I was trying to use the quaternions. So on some web pages, there were some functions as rt_quaternion... It was written in Scilab/Scicos... > But today, Scicos is obsolete we need to use xcos and there is nothing about the quaternions... Could you open a bug report with this information ? > With the previous version Scilab 5.1.1 It was possible to use some commands like CTRL P CTRL A Etc... I am working on Mac Book Pro... under the Leopard environment. Today these things are impossible? Hmmm, where these shortcuts are not working ? (in which part of Scilab) Thanks, Sylvestre > -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From marvin.carandang at yahoo.com Sat Jan 9 10:30:39 2010 From: marvin.carandang at yahoo.com (marvin carandang) Date: Sat, 9 Jan 2010 01:30:39 -0800 (PST) Subject: Scilab Grpahics Window Message-ID: <127806.71101.qm@web58906.mail.re1.yahoo.com> Dear Scilab users, Need your help. I just installed Scilab version 5.2.0 using linux openSUSE 11.1. When I execute a plot command, the graphics window pop up but the problem is that it is empty - blank and no plot. What are the possible problems/fixes? Thanks a lot in advance. Best regards, Marvin -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Sat Jan 9 10:36:45 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Sat, 09 Jan 2010 10:36:45 +0100 Subject: [scilab-Users] Scilab Grpahics Window In-Reply-To: <127806.71101.qm@web58906.mail.re1.yahoo.com> References: <127806.71101.qm@web58906.mail.re1.yahoo.com> Message-ID: <1263029805.4063.56.camel@zlarin> Le samedi 09 janvier 2010 ? 01:30 -0800, marvin carandang a ?crit : > Dear Scilab users, > > Need your help. I just installed Scilab version 5.2.0 using linux > openSUSE 11.1. When I execute a plot command, the graphics window pop > up but the problem is that it is empty - blank and no plot. > > What are the possible problems/fixes? Thanks a lot in advance. Usually, this is caused by obsolete OpenGL drivers. Please update your graphical drivers to a recent version and it will be fine. Sylvestre > -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From marvin.carandang at yahoo.com Sat Jan 9 12:32:29 2010 From: marvin.carandang at yahoo.com (marvin carandang) Date: Sat, 9 Jan 2010 03:32:29 -0800 (PST) Subject: [scilab-Users] Scilab Grpahics Window In-Reply-To: <1263029805.4063.56.camel@zlarin> References: <127806.71101.qm@web58906.mail.re1.yahoo.com> <1263029805.4063.56.camel@zlarin> Message-ID: <591926.62961.qm@web58907.mail.re1.yahoo.com> Thanks. ________________________________ From: Sylvestre Ledru To: users at lists.scilab.org Sent: Sat, January 9, 2010 10:36:45 AM Subject: Re: [scilab-Users] Scilab Grpahics Window Le samedi 09 janvier 2010 ? 01:30 -0800, marvin carandang a ?crit : > Dear Scilab users, > > Need your help. I just installed Scilab version 5.2.0 using linux > openSUSE 11.1. When I execute a plot command, the graphics window pop > up but the problem is that it is empty - blank and no plot. > > What are the possible problems/fixes? Thanks a lot in advance. Usually, this is caused by obsolete OpenGL drivers. Please update your graphical drivers to a recent version and it will be fine. Sylvestre > -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France -------------- next part -------------- An HTML attachment was scrubbed... URL: From aleks300178 at mail.ru Sat Jan 9 18:05:57 2010 From: aleks300178 at mail.ru (=?koi8-r?Q?=E1=CC=C5=CB=D3=C1=CE=C4=D2?=) Date: Sat, 09 Jan 2010 20:05:57 +0300 Subject: On scilab functions intg and intc Message-ID: Hello, my name is Alex. I am engineer in construction department and postgraduate student in Siberian Federal University (Krasnoyarsk, Russia). I use Scilab in my scientific work. Thank you for great software! I met with problem of using function intg. Intg can not integrate smooth function. It say: "Problem of convergence...". But function intc gives answer. I use intg because if there is function from several arguments, for example f(x,alpha,betta), I send alpha and betta in function f with using option list(f,alpha,betta). I like it more than send variable in function via global variable. If you take interested in this problem, I can send you this function, that can not integrate intg and can intc. Alex From Calixte.Denizet at ac-rennes.fr Sun Jan 10 23:27:54 2010 From: Calixte.Denizet at ac-rennes.fr (Calixte.Denizet at ac-rennes.fr) Date: Sun, 10 Jan 2010 23:27:54 +0100 Subject: Cyrillic and greek alphabets in JLaTeXMath Message-ID: Hi everybody, I added cyrillic and greek alphabets in JLaTeXMath (and the most of characters of latin languages, two chars are missing in the icelandic alphabet). My knowledge in greek, russian (or other languages using cyrillic alphabet), czech, polish, swedish, ... is very poor. So I'd like to find users which use these languages to test the new features and make a bug report (write directly to me) You can download the package (0.8.6 version) at http://forge.scilab.org/index.php/p/jlatexmath/downloads/ You just have to put the new archive in the directory SCI/thirdparty and modify the file SCI/etc/classpath.xml (just change the good line !) : ... ... To use it, you must load alphabet in using \addAlphabet{greek} or \addAlphabet{cyrillic} (just once to load the configuration files and the fonts), the default encoding is UTF-8 so you can use directly xtitle('$\mbox{??????????}$'), xtitle('$\mbox{??????????}$' or xtitle('$\mbox{Matematic?}$'). If you have commentaries or if you find bugs, don't hesitate to write me : calixte dot denizet at ac-rennes dot fr. Best regards, Calixte From ryum.watanabe at gmail.com Mon Jan 11 02:42:44 2010 From: ryum.watanabe at gmail.com (=?ISO-2022-JP?B?GyRCRU9uNE40Vz0bKEI=?=) Date: Mon, 11 Jan 2010 10:42:44 +0900 Subject: my inquiry Message-ID: I look forward to your reply to my inquiry. It is a question on Examples of XXVIII.Signal Processing czt of Scilab manual (1701 page). When the program is executed with Scilab-5.2.0, the graph like figure is obtained. This only explains chirp z-transform algorithm. It has not been described how to set parameter czt(x,m,w,phi,a,theta). Please teach the method of selecting the parameters. Yours prompt attention to this matter will be appreciated. Yours very truly, Takaya Watanabe -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: CZT Exsample.jpg Type: image/jpeg Size: 236390 bytes Desc: not available URL: From maryam.siuf at gmail.com Mon Jan 11 11:33:46 2010 From: maryam.siuf at gmail.com (maryam siuf) Date: Mon, 11 Jan 2010 14:03:46 +0330 Subject: ?Question? Message-ID: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> To whom who receive this email, This is Maryam Soyuf Jahromi, one of the users of Scilab. I have downloaded the Scilab 5.2.0 and installed it, but I don?t know what is the usage of Prerequirements to compile scilab-5.2.0 that is exist at this web site: http://www.scilab.org/download/index_download.php?page=release#windows Is it possible to give me some information about this prerequirenment for a 32 bits version and how can I install if for my Scilab? Your response to this email is appreciated. Sincerely, Maryam Soyuf Jahromi -- maryam.siuf at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Mon Jan 11 11:47:41 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Mon, 11 Jan 2010 11:47:41 +0100 Subject: [scilab-Users] ?Question? In-Reply-To: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> References: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> Message-ID: <004a01ca92ab$7feecda0$7fcc68e0$@cornet@scilab.org> Hi, ? Prerequirements? are some pre-built external libraries used to build Scilab On Windows (Example pcre library) ?Prerequirements? required only if you want to build Scilab on windows from source. If you are a scilab user , ?prerequirements? are not required. Best Regards Allan CORNET -- ----------------------------- Allan CORNET ----------------------------- Consortium Scilab Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France ----------------------------- De : maryam siuf [mailto:maryam.siuf at gmail.com] Envoy? : lundi 11 janvier 2010 11:34 ? : users at lists.scilab.org; dev at lists.scilab.org Objet : [scilab-Users] ?Question? To whom who receive this email, This is Maryam Soyuf Jahromi, one of the users of Scilab. I have downloaded the Scilab 5.2.0 and installed it, but I don?t know what is the usage of Prerequirements to compile scilab-5.2.0 that is exist at this web site: http://www.scilab.org/download/index_download.php?page=release#windows Is it possible to give me some information about this prerequirenment for a 32 bits version and how can I install if for my Scilab? Your response to this email is appreciated. Sincerely, Maryam Soyuf Jahromi -- maryam.siuf at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From charlesmarchetti at yahoo.com Wed Jan 13 18:47:24 2010 From: charlesmarchetti at yahoo.com (charles marchetti) Date: Wed, 13 Jan 2010 09:47:24 -0800 (PST) Subject: About Atoms Message-ID: <461764.82341.qm@web24107.mail.ird.yahoo.com> Hi, I tried to download all modules from atoms on Mac Book PRo. Some of them seem not to work and if you try to use one, Scilab does work no more... Charles Marchetti From sylvestre.ledru at scilab.org Wed Jan 13 20:15:59 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 13 Jan 2010 20:15:59 +0100 Subject: [scilab-Users] About Atoms In-Reply-To: <461764.82341.qm@web24107.mail.ird.yahoo.com> References: <461764.82341.qm@web24107.mail.ird.yahoo.com> Message-ID: <1263410159.4063.13281.camel@zlarin> Hello Charles, Le mercredi 13 janvier 2010 ? 09:47 -0800, charles marchetti a ?crit : > Hi, > I tried to download all modules from atoms on Mac Book PRo. Some of them seem not to work and if you try to use one, Scilab does work no more... Could you be a bit more specific ? Which ATOMS modules don't work ? What do you mean when you say that Scilab no longer works ? Thx Sylvestre From vladimir.rodriguez at reduc.edu.cu Wed Jan 13 21:47:58 2010 From: vladimir.rodriguez at reduc.edu.cu (vladimir.rodriguez at reduc.edu.cu) Date: Wed, 13 Jan 2010 15:47:58 -0500 (EST) Subject: clone scilab code In-Reply-To: <1263410159.4063.13281.camel@zlarin> References: <461764.82341.qm@web24107.mail.ird.yahoo.com> <1263410159.4063.13281.camel@zlarin> Message-ID: <49851.200.55.149.5.1263415678.squirrel@mail.reduc.edu.cu> I am trying to clone scilab code with this command: $ git clone git://git.scilab.org/scilab scilab.source Initialized empty Git repository in /home/wilfre/Desktop/valodia/scilab.source/.git/ fatal: read error (Connection reset by peer) fatal: early EOF fatal: index-pack failed I don't know what happen, my pc is behind a proxy so I can never be sure it is not my fault. From sylvestre.ledru at scilab.org Wed Jan 13 22:11:33 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 13 Jan 2010 22:11:33 +0100 Subject: [scilab-Users] clone scilab code In-Reply-To: <49851.200.55.149.5.1263415678.squirrel@mail.reduc.edu.cu> References: <461764.82341.qm@web24107.mail.ird.yahoo.com> <1263410159.4063.13281.camel@zlarin> <49851.200.55.149.5.1263415678.squirrel@mail.reduc.edu.cu> Message-ID: <1263417093.4063.13523.camel@zlarin> Le mercredi 13 janvier 2010 ? 15:47 -0500, vladimir.rodriguez at reduc.edu.cu a ?crit : > I am trying to clone scilab code with this command: > > $ git clone git://git.scilab.org/scilab scilab.source > > Initialized empty Git repository in > /home/wilfre/Desktop/valodia/scilab.source/.git/ > fatal: read error (Connection reset by peer) > fatal: early EOF > fatal: index-pack failed > > I don't know what happen, my pc is behind a proxy so I can never be sure it is > not my fault. It is most probably due to your proxy. Try with the http protocol: $ git clone http://git.scilab.org/scilab.git scilab.source Sylvestre -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From aleks300178 at mail.ru Thu Jan 14 17:46:09 2010 From: aleks300178 at mail.ru (=?koi8-r?Q?=E1=CC=C5=CB=D3=C1=CE=C4=D2?=) Date: Thu, 14 Jan 2010 19:46:09 +0300 Subject: =?koi8-r?Q?How_to_setup_Scilab_on_computer_without_internet=3F?= Message-ID: Hello, my name is Alexander! I live in Krasnoyarsk, Russia. Say me, please, how to setup Scilab on computer without Internet? In during setup Scilab need Internet. And program is not complete. If I right understand, I need Intel Math kernel for Scilab 5.2.0 (Lapack, Blas). In version 5.1.1 Intel Math Kernel is separately from main setup program. Help me please. Alexander. From dms79 at cornell.edu Thu Jan 14 21:36:43 2010 From: dms79 at cornell.edu (Detlef-M. Smilgies) Date: Thu, 14 Jan 2010 15:36:43 -0500 Subject: SciLab 5.2 editor Message-ID: <4B4F805B.3050502@cornell.edu> I just switched from SciLab 5.1.1 to SciLab 5.2. I like the new editor, however, there are 2 features of the old one that I dearly miss: (1) the old editor kept track of closed parentheses () etc. by color coding (2) the old editor kept track of user-defined functions by color coding recognized function names - extremely helpful! I was wondering whether these useful features will be added to the new editor at some point. A little point on this side: it would have been nice to keep the old coloring as the default color scheme. -- Cheers, -- Detlef Detlef-M. Smilgies Staff Scientist CHESS Wilson Lab Cornell University Ithaca NY 14853, USA From sylvestre.ledru at scilab.org Thu Jan 14 21:31:34 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Thu, 14 Jan 2010 21:31:34 +0100 Subject: [scilab-Users] SciLab 5.2 editor In-Reply-To: <4B4F805B.3050502@cornell.edu> References: <4B4F805B.3050502@cornell.edu> Message-ID: <1263501094.4063.15151.camel@zlarin> Le jeudi 14 janvier 2010 ? 15:36 -0500, Detlef-M. Smilgies a ?crit : > I just switched from SciLab 5.1.1 to SciLab 5.2. I like the new editor, > however, there are 2 features of the old one that I dearly miss: > (1) the old editor kept track of closed parentheses () etc. by color coding > (2) the old editor kept track of user-defined functions by color coding > recognized function names - extremely helpful! > > I was wondering whether these useful features will be added to the new > editor at some point. Please, open two bug reports on the bug tracker: http://bugzilla.scilab.org/ and tag "select" wishlist for the Severity. We will try to implement them in the future releases of the software. Thanks for your feedback. Sylvestre -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From manjusha.joshi at gmail.com Fri Jan 15 12:39:28 2010 From: manjusha.joshi at gmail.com (Manjusha Joshi) Date: Fri, 15 Jan 2010 17:09:28 +0530 Subject: [scilab-Users] On scilab functions intg and intc In-Reply-To: References: Message-ID: Hello Alex, > Hello, my name is Alex. > I am engineer in construction department and postgraduate student in > Siberian Federal University (Krasnoyarsk, Russia). I use Scilab in my > scientific work. Thank you for great software! > > I met with problem of using function intg. Intg can not integrate smooth > function. It say: "Problem of convergence...". But function intc gives > answer. > > I use intg because if there is function from several arguments, for example > f(x,alpha,betta), I send alpha and betta in function f with using option > list(f,alpha,betta). I like it more than send variable in function via > global variable. > > If you take interested in this problem, I can send you this function, that > can not integrate intg and can intc. > > I am interested in knowing for which function you cannot integrate with intg and can integrate with intc. Regards, > > -- Manjusha Joshi -------------- next part -------------- An HTML attachment was scrubbed... URL: From dean.parsons at att.net Fri Jan 15 17:51:54 2010 From: dean.parsons at att.net (Dean Parsons) Date: Fri, 15 Jan 2010 10:51:54 -0600 Subject: [scilab-Users] SciLab 5.2 editor References: <4B4F805B.3050502@cornell.edu> <1263501094.4063.15151.camel@zlarin> Message-ID: <9116EA870E7A43738C01E77FBAFEE6A2@optiplex745> One other feature of the old editor that I sorely miss is that the old editor would remember the size and position of its window from one session to the next session. But the new editior does not. I have to reposition and resize the window every time I start a new editing session. Dean Parsons ----- Original Message ----- From: "Sylvestre Ledru" To: Sent: Thursday, January 14, 2010 2:31 PM Subject: Re: [scilab-Users] SciLab 5.2 editor > Le jeudi 14 janvier 2010 ? 15:36 -0500, Detlef-M. Smilgies a ?crit : >> I just switched from SciLab 5.1.1 to SciLab 5.2. I like the new editor, >> however, there are 2 features of the old one that I dearly miss: >> (1) the old editor kept track of closed parentheses () etc. by color >> coding >> (2) the old editor kept track of user-defined functions by color coding >> recognized function names - extremely helpful! >> >> I was wondering whether these useful features will be added to the new >> editor at some point. > Please, open two bug reports on the bug tracker: > http://bugzilla.scilab.org/ > and tag "select" wishlist for the Severity. > > We will try to implement them in the future releases of the software. > > Thanks for your feedback. > Sylvestre > > -- > ------------------------- > Sylvestre Ledru > ------------------------- > The Scilab Consortium > Digiteo > Domaine de Voluceau > Rocquencourt - B.P. 105 > 78153 Le Chesnay Cedex > France > From Samuel.Gougeon at univ-lemans.fr Sat Jan 16 17:47:03 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Sat, 16 Jan 2010 17:47:03 +0100 Subject: Search engine on GMANE archives Message-ID: <20100116174703.143278yp32imvlog@webmail1.univ-lemans.fr> Hi, How is it possible to make working the search engine on the GMANE archives of this mailing list? It returns always "No documents match your query", whenever an obvious keyword of displayed threads is entered (says "Atoms"). Thanks for your help Samuel From geraldonetto at gmail.com Mon Jan 18 03:33:14 2010 From: geraldonetto at gmail.com (Geraldo Netto) Date: Mon, 18 Jan 2010 00:33:14 -0200 Subject: sci2jar/atomsGUI suggestion Message-ID: Hi Guys, How are you doing? Well, i'm Geraldo from S?o Paulo, a student of information systems and i would like to contribute to scilab developing such a .sc* to jar by this i mean, make a single jar with all scilab files/environment needed to run a .sc*, but to do this, i'll need a tutor :) i have some knowledge of java but never worked on serious stuff my largest project done in java is jmon - a small network/services monitoring system[1] I also would like to suggest: bsdiff upgrade[2], by doing this we would cut drastically network band improve atomsGui by adding such a repository/package manager (pretty much like apt-get on debian) So, help needed, volunteers welcomed ah, also, i don't know how much time i will need, because i'm working on my undergrad thesis... Kind Regards and Best Wishes, [1] http://exdev.sourceforge.net/ [2] http://www.daemonology.net/bsdiff/ ps: sorry for crossposting on user/devel lists Geraldo Sapere Aude => Non dvcor, dvco S?o Paulo, Brasil, -3gmt site: http://exdev.sf.net/ msn: geraldo_boca at hotmail.com skype: geraldo-netto icq: 145-061-456 From mathieu.dubois at limsi.fr Mon Jan 18 09:01:28 2010 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Mon, 18 Jan 2010 09:01:28 +0100 Subject: [scilab-Users] How to setup Scilab on computer without internet? In-Reply-To: <24676_1263487881_4B4F4B89_24676_729538_1_E1NVSpl-0000ca-00.aleks300178-mail-ru@f294.mail.ru> References: <24676_1263487881_4B4F4B89_24676_729538_1_E1NVSpl-0000ca-00.aleks300178-mail-ru@f294.mail.ru> Message-ID: <4B541558.5010204@limsi.fr> ????????? wrote: > Hello, my name is Alexander! I live in Krasnoyarsk, Russia. > Say me, please, how to setup Scilab on computer without Internet? > In during setup Scilab need Internet. And program is not complete. If I right understand, I need Intel Math kernel for Scilab 5.2.0 (Lapack, Blas). In version 5.1.1 Intel Math Kernel is separately from main setup program. Help me please. > Alexander. > Hello Alexander, I assume you have access to Internet on another machine. I am not an expert about how to install Scilab. I don't think that Intel Math kernel is mandatory for installing Scilab. It will be faster if so but it will work without it... If you are under Linux you can download the Math Kernel Library for free (for non-commercial use). Check the page at: http://software.intel.com/en-us/articles/non-commercial-software-development/ LAPACK and BLAS are free libraries. You can download them on their websites (there are windows installer). Hope that helps! Mathieu From allan.cornet at scilab.org Mon Jan 18 09:13:40 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Mon, 18 Jan 2010 09:13:40 +0100 Subject: [scilab-Users] How to setup Scilab on computer without internet? In-Reply-To: <4B541558.5010204@limsi.fr> References: <24676_1263487881_4B4F4B89_24676_729538_1_E1NVSpl-0000ca-00.aleks300178-mail-ru@f294.mail.ru> <4B541558.5010204@limsi.fr> Message-ID: <003f01ca9816$246e95d0$6d4bc170$@cornet@scilab.org> Hi, MKL is not a mandatory. If you have no internet connection, you can install Atlas or Reference blas library distributed with Scilab-5.2 During installation, choose Atlas and not MKL in Components list to install. Best Regards Allan -- Allan CORNET ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France -----Message d'origine----- De : Mathieu Dubois [mailto:mathieu.dubois at limsi.fr] Envoy? : lundi 18 janvier 2010 09:01 ? : users at lists.scilab.org Objet : Re: [scilab-Users] How to setup Scilab on computer without internet? ????????? wrote: > Hello, my name is Alexander! I live in Krasnoyarsk, Russia. > Say me, please, how to setup Scilab on computer without Internet? > In during setup Scilab need Internet. And program is not complete. If I right understand, I need Intel Math kernel for Scilab 5.2.0 (Lapack, Blas). In version 5.1.1 Intel Math Kernel is separately from main setup program. Help me please. > Alexander. > Hello Alexander, I assume you have access to Internet on another machine. I am not an expert about how to install Scilab. I don't think that Intel Math kernel is mandatory for installing Scilab. It will be faster if so but it will work without it... If you are under Linux you can download the Math Kernel Library for free (for non-commercial use). Check the page at: http://software.intel.com/en-us/articles/non-commercial-software-development/ LAPACK and BLAS are free libraries. You can download them on their websites (there are windows installer). Hope that helps! Mathieu From stephane.mottelet at utc.fr Tue Jan 19 09:09:40 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 19 Jan 2010 09:09:40 +0100 Subject: problem with fsqb toolbox Message-ID: <4B5568C4.9080400@utc.fr> Hi, I am trying to use the fsqp toolbox version 1.2 with scilab 5.2.0 (OSX), I have the following message : !--error 999 ilib_build: Mauvais type pour l'argument d'entr?e n? 2: Une matrice de cha?nes de caract?res attendue.at line 23 of function ilib_build called by : ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags) at line 50 of exec file called by : exec('builder.sce'); at line 34 of exec file called by : exec builder.sce Is there an easy fix ? thanks for help. S. From yann.collette at scilab.org Tue Jan 19 09:15:15 2010 From: yann.collette at scilab.org (Collette yann) Date: Tue, 19 Jan 2010 09:15:15 +0100 Subject: [scilab-Users] problem with fsqb toolbox In-Reply-To: <4B5568C4.9080400@utc.fr> References: <4B5568C4.9080400@utc.fr> Message-ID: <4B556A13.80909@scilab.org> St??phane Mottelet a ?crit : > Hi, > > I am trying to use the fsqp toolbox version 1.2 with scilab 5.2.0 > (OSX), I have > the following message : > > !--error 999 > ilib_build: Mauvais type pour l'argument d'entr?e n? 2: Une matrice de > cha?nes de caract?res attendue.at line 23 of function ilib_build > called by : > ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags) > at line 50 of exec file called by : exec('builder.sce'); > at line 34 of exec file called by : exec builder.sce > > Is there an easy fix ? > > thanks for help. > > S. > What about downloading the version 1.4 of the fsqp toolbox ? YC From yann.collette at scilab.org Tue Jan 19 09:18:34 2010 From: yann.collette at scilab.org (Collette yann) Date: Tue, 19 Jan 2010 09:18:34 +0100 Subject: [scilab-Users] problem with fsqb toolbox In-Reply-To: <4B556A13.80909@scilab.org> References: <4B5568C4.9080400@utc.fr> <4B556A13.80909@scilab.org> Message-ID: <4B556ADA.4070504@scilab.org> Collette yann a ?crit : > St??phane Mottelet a ?crit : >> Hi, >> >> I am trying to use the fsqp toolbox version 1.2 with scilab 5.2.0 >> (OSX), I have >> the following message : >> >> !--error 999 >> ilib_build: Mauvais type pour l'argument d'entr?e n? 2: Une matrice >> de cha?nes de caract?res attendue.at line 23 of function >> ilib_build called by : >> ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags) >> at line 50 of exec file called by : exec('builder.sce'); >> at line 34 of exec file called by : exec builder.sce >> >> Is there an easy fix ? >> >> thanks for help. >> >> S. >> > What about downloading the version 1.4 of the fsqp toolbox ? > > YC > Here is the link: http://www.scilab.org/contrib/download.php?fileID=1219&attachFileName=fsqp-1.4-distributable.tar.gz YC From stephane.mottelet at utc.fr Tue Jan 19 09:22:17 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 19 Jan 2010 09:22:17 +0100 Subject: [scilab-Users] problem with fsqb toolbox In-Reply-To: <4B556ADA.4070504@scilab.org> References: <4B5568C4.9080400@utc.fr> <4B556A13.80909@scilab.org> <4B556ADA.4070504@scilab.org> Message-ID: <4B556BB9.50906@utc.fr> Collette yann a ?crit : > Collette yann a ?crit : >> St??phane Mottelet a ?crit : >>> Hi, >>> >>> I am trying to use the fsqp toolbox version 1.2 with scilab 5.2.0 >>> (OSX), I have >>> the following message : >>> >>> !--error 999 >>> ilib_build: Mauvais type pour l'argument d'entr?e n? 2: Une matrice >>> de cha?nes de caract?res attendue.at line 23 of function >>> ilib_build called by : >>> ilib_build(ilib_name,table,files,libs,'Makelib',ldflags,cflags,fflags) >>> at line 50 of exec file called by : exec('builder.sce'); >>> at line 34 of exec file called by : exec builder.sce >>> >>> Is there an easy fix ? >>> >>> thanks for help. >>> >>> S. >>> >> What about downloading the version 1.4 of the fsqp toolbox ? >> >> YC >> > Here is the link: > http://www.scilab.org/contrib/download.php?fileID=1219&attachFileName=fsqp-1.4-distributable.tar.gz > > > YC > Thanks, the multiple entries in the contrib list is quite confusing... I suppose versions 1.1 to 1.3 are only compatible with scilab ver<5 ? S. From amsanguino at gmail.com Tue Jan 19 10:00:41 2010 From: amsanguino at gmail.com (Alberto Marin) Date: Tue, 19 Jan 2010 10:00:41 +0100 Subject: Problem with javasci Message-ID: I've been using the java-scilab interface for a while and evrything went fine. However, I have recently installed Ubuntu 9.10 64 bits in two computers and both fail to properly use javasci. Even with the examples provided with scilab, attemping to create a SciDoubleArray object results in an error message: Stacksize: wrong type argument *expecting* a *real matrix This happens both with scilab 4.1.2 compiled from source and with 5.1 installed through APT. Anyone can help? Thanks, Alberto * -------------- next part -------------- An HTML attachment was scrubbed... URL: From goecke.r at Eppendorf.DE Tue Jan 19 13:05:02 2010 From: goecke.r at Eppendorf.DE (Rusbeh Goecke) Date: Tue, 19 Jan 2010 13:05:02 +0100 Subject: Scilab 5.2 and Windows 7 64Bit Message-ID: <4B55ADFE0200005D0000645D@msw.eppendorf.de> Hello there, Id like to know whether Scilab 5.2 runs under Windows 7 64Bit? Thanks for your support! Best regards -------------------------------------------------------------- Rusbeh G?cke Cell Technology Diplomand Eppendorf Instrumente GmbH Barkhausenweg 1 22339 Hamburg - Germany phone +49 40 53997 340 fax +49 40 53997 645 e-mail: goecker at eppendorf.de internet: www.eppendorf.com -------------------------------------------------------------- From allan.cornet at scilab.org Tue Jan 19 13:35:31 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Tue, 19 Jan 2010 13:35:31 +0100 Subject: [scilab-Users] Scilab 5.2 and Windows 7 64Bit In-Reply-To: <4B55ADFE0200005D0000645D@msw.eppendorf.de> References: <4B55ADFE0200005D0000645D@msw.eppendorf.de> Message-ID: <001001ca9903$e3674cf0$aa35e6d0$@cornet@scilab.org> Hi, Yes, Scilab runs on Windows Seven x64 http://www.scilab.org/download/5.2.0/scilab-5.2.0_x64.exe Best Regards Allan CORNET -- Allan CORNET ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France -----Message d'origine----- De : Rusbeh Goecke [mailto:goecke.r at Eppendorf.DE] Envoy? : mardi 19 janvier 2010 13:05 ? : users at lists.scilab.org Objet : [scilab-Users] Scilab 5.2 and Windows 7 64Bit Hello there, Id like to know whether Scilab 5.2 runs under Windows 7 64Bit? Thanks for your support! Best regards -------------------------------------------------------------- Rusbeh G?cke Cell Technology Diplomand Eppendorf Instrumente GmbH Barkhausenweg 1 22339 Hamburg - Germany phone +49 40 53997 340 fax +49 40 53997 645 e-mail: goecker at eppendorf.de internet: www.eppendorf.com -------------------------------------------------------------- From communication at scilab.org Wed Jan 20 12:13:57 2010 From: communication at scilab.org (Scilab Communication) Date: Wed, 20 Jan 2010 12:13:57 +0100 Subject: How to manage Scilab external modules easily Message-ID: <4B56E575.7020503@scilab.org> Dear all, Since Scilab 5.2, a new management tool allows Scilab users to download and manage external modules easily and efficiently. ATOMS (AutomaTic mOdules Management for Scilab) allows the user, since his Scilab session, to automatically download and install the external module he wants to use. Available in command line and via a dedicated interface, it also offers features to facilitate installed modules updates and manage dependencies between them. Finally, it can automatically load the modules installed at Scilab start. In the console, type "-->atomsGui" or click on the menu bar on Applications > Module Manager - ATOMS. A new window will open, displaying all available modules with a description and a button to install, update or remove them. Best Regards The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex - France From bassdj at iis.u-tokyo.ac.jp Thu Jan 21 03:54:03 2010 From: bassdj at iis.u-tokyo.ac.jp (june) Date: Thu, 21 Jan 2010 11:54:03 +0900 Subject: technical question Message-ID: <000001ca9a44$fddb1ed0$f9915c70$@u-tokyo.ac.jp> Dear scilab users Can I get some advice about non-linear curve fitting of ordinary differential equation which can be shown as below. Example? dx/dt=k1*f(x)/(1+k2*f(x)) I need to solve the ?k? values to fit the simulation curve to the experimental data. In this case how can I get those k values by scilab? Simply speaking, I want to know how can I estimate a parameter of Ordinary Differential Equation. I expect your precious answer. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From smcjb at yahoo.com Thu Jan 21 21:45:52 2010 From: smcjb at yahoo.com (Sean Cooper) Date: Thu, 21 Jan 2010 12:45:52 -0800 (PST) Subject: Help with Matrices and Stack Size Message-ID: <595840.49324.qm@web37007.mail.mud.yahoo.com> Greetings, new member here. ? A little bit of background, I just finished reading Ernest Chan?s Quantitative Trading book which included several Matlab code sections which I am trying to reproduce in Scilab. Recently downloaded and installed Scilab and I must say I was pleasantly surprised how hassle free it was. Unfortunately I?m now running into what I guess are some rudimentary user errors. ? In summary I?m trying to load 1505 lines of a spreadsheet called IGE.xls, sort them in date order and then perform some calculations. I?ve tried this several ways and keep getting stuck. In some places I?can get code to work in the console but not when I execute from the text editor. ? Example 1 If I enter into console -> A=[1;2;3] -> B=[4;5;6] -> C=[A,B] I get the expected response C = ?1,? 4, ?2,? 5, ?3,? 6, ? But when I execute the following in the text editor ? clear; sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') s1=sheets(1) tday=s1(:,1) cls=s1(:,$) mydata=[tday,cls] ? I get ?mydata=[tday,cls]? !?error 144? Undefined operation for the given operands. Check or define function %1_c_1 for overloading. ? I get the same error if I execute? ? clear; sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') s1=sheets(1) mydata=[s1(:,1),s1(:,$)] ? Anybody tell me what I am missing here? ? Jumping ahead if I run the following ? clear sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') s1=sheets(1) s1=s1(2:$,:) mydata=gsort(s1,'lr','i') dailyret=(mydata(1:$-1,$)-mydata(2:$,$))/mydata(2:$,$) excessret=dailyret-.04/252 sharperatio=sqrt(252)*mean(excessret)/stdev(excessret) ? I get a !?error 17 stack size exceeded. Now I have no idea what to do? ? If I shorten the amount of data (its 1505x7) by changing line 4 to ? s1=s1(2:10,:) ? I can see that line 6 (dailyret=) isn?t doing what I expected it to do. I was expecting to calculate a new matrix of the percentage returns of the data in the last column based upon the previous row. ie for rows 1 through end-1, last column subtract rows 2 through end, last column. The answer matrix has 8 columns though, not the single column I expected. Any help appreciated! ? Thanks, Sean ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From Samuel.Gougeon at univ-lemans.fr Fri Jan 22 06:30:36 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Fri, 22 Jan 2010 06:30:36 +0100 Subject: [scilab-Users] Help with Matrices and Stack Size In-Reply-To: <595840.49324.qm@web37007.mail.mud.yahoo.com> References: <595840.49324.qm@web37007.mail.mud.yahoo.com> Message-ID: <4B5937FC.6080507@univ-lemans.fr> Hello, ----- Message d'origine ----- De : Sean Cooper Date : 21/01/2010 21:45: > .../... > > But when I execute the following in the text editor > > > > clear; > > sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') > > s1=sheets(1) > > tday=s1(:,1) > > cls=s1(:,$) > > mydata=[tday,cls] > > > > I get "mydata=[tday,cls] !---error 144 Undefined operation for the > given operands. Check or define function %1_c_1 for overloading. > > > > I get the same error if I execute... > > > > clear; > > sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') > > s1=sheets(1) > > mydata=[s1(:,1),s1(:,$)] > > > > Anybody tell me what I am missing here? > sheets is then a "mlist" (see the help readxls page) To get the corresponding matrix of strings: sheets.text To get the related matrix of numerical values: sheets.value To get the 3rd numerical column: sheets.value(:,3) (it should work; or: c=sheets.value; c(:,3) ) and so on. Hope This Help Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhsu802701 at jasonhsu.com Sun Jan 24 03:54:01 2010 From: jhsu802701 at jasonhsu.com (Jason Hsu, Linux user) Date: Sat, 23 Jan 2010 20:54:01 -0600 Subject: Unable to start Scilab in antiX Linux Message-ID: <20100123205401.b833f9f0.jhsu802701@jasonhsu.com> I've been having difficulty today starting Scliab in antiX Linux version M8.2. I was getting a fatal error. A search on the error message pointed me to suggestions that I install openjdk-6-jre. So I installed that package, but I'm still unable to start Scilab. I have no idea what's going on or what to make of the error messages I'm getting. The error message I'm getting is: jhsu at mepis1:~$ scilab # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (threadLocalStorage.cpp:41), pid=5298, tid=2518104976 # Error: guarantee(get_thread_slow() == thread,"must be the same thread, slowly") # # JRE version: 6.0-b17 # Java VM: OpenJDK Server VM (16.0-b10 mixed mode linux-x86 ) # Distribution: Debian GNU/Linux unstable (sid), package 6b17~pre3-1 # An error report file with more information is saved as: # /home/jhsu/hs_err_pid5298.log # # If you would like to submit a bug report, please include # instructions how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # The contents of the error log are: # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (threadLocalStorage.cpp:41), pid=5298, tid=2518104976 # Error: guarantee(get_thread_slow() == thread,"must be the same thread, slowly") # # JRE version: 6.0-b17 # Java VM: OpenJDK Server VM (16.0-b10 mixed mode linux-x86 ) # Distribution: Debian GNU/Linux unstable (sid), package 6b17~pre3-1 # If you would like to submit a bug report, please include # instructions how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # --------------- T H R E A D --------------- Current thread is native thread Stack: [0x96123000,0x96174000], sp=0x96173000, free space=14096173054k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x5ddc7d] V [libjvm.so+0x5ddeec] V [libjvm.so+0x2571cb] V [libjvm.so+0x5ab4a6] V [libjvm.so+0x4c6fa7] C [libpthread.so.0+0x64e5] --------------- P R O C E S S --------------- VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0xb2901ee0] Threads_lock - owner thread: 0xb2904000 Heap def new generation total 960K, used 115K [0x97840000, 0x97940000, 0x994b0000) eden space 896K, 5% used [0x97840000, 0x9784cfc8, 0x97920000) from space 64K, 100% used [0x97930000, 0x97940000, 0x97940000) to space 64K, 0% used [0x97920000, 0x97920000, 0x97930000) tenured generation total 4096K, used 244K [0x994b0000, 0x998b0000, 0xa7840000) the space 4096K, 5% used [0x994b0000, 0x994ed030, 0x994ed200, 0x998b0000) compacting perm gen total 16384K, used 5237K [0xa7840000, 0xa8840000, 0xaf840000) the space 16384K, 31% used [0xa7840000, 0xa7d5d688, 0xa7d5d800, 0xa8840000) No shared spaces configured. Dynamic libraries: 08048000-08049000 r-xp 00000000 03:04 116974 /usr/bin/scilab-bin 08049000-0804a000 rw-p 00000000 03:04 116974 /usr/bin/scilab-bin 089ac000-08f7c000 rw-p 089ac000 00:00 0 [heap] 95900000-959fd000 rw-p 95900000 00:00 0 959fd000-95a00000 ---p 959fd000 00:00 0 95a00000-95aab000 rw-p 95a00000 00:00 0 95aab000-95b00000 ---p 95aab000 00:00 0 95b00000-95bfc000 rw-p 95b00000 00:00 0 95bfc000-95c00000 ---p 95bfc000 00:00 0 95c00000-95cff000 rw-p 95c00000 00:00 0 95cff000-95d00000 ---p 95cff000 00:00 0 95d00000-95dfc000 rw-p 95d00000 00:00 0 95dfc000-95e00000 ---p 95dfc000 00:00 0 95e00000-95efd000 rw-p 95e00000 00:00 0 95efd000-95f00000 ---p 95efd000 00:00 0 95f00000-95ffd000 rw-p 95f00000 00:00 0 95ffd000-96000000 ---p 95ffd000 00:00 0 96000000-960fd000 rw-p 96000000 00:00 0 960fd000-96100000 ---p 960fd000 00:00 0 96123000-96174000 rw-p 96123000 00:00 0 96174000-961e7000 r-xp 00000000 03:04 139722 /usr/lib/libfreetype.so.6.3.20 961e7000-961eb000 rw-p 00072000 03:04 139722 /usr/lib/libfreetype.so.6.3.20 961f9000-96200000 r--s 000fe000 03:04 352140 /usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar 96200000-962fd000 rw-p 96200000 00:00 0 962fd000-96300000 ---p 962fd000 00:00 0 96300000-963fc000 rw-p 96300000 00:00 0 963fc000-96400000 ---p 963fc000 00:00 0 96400000-964fd000 rw-p 96400000 00:00 0 964fd000-96500000 ---p 964fd000 00:00 0 96500000-965fc000 rw-p 96500000 00:00 0 965fc000-96600000 ---p 965fc000 00:00 0 96600000-966fc000 rw-p 96600000 00:00 0 966fc000-96700000 ---p 966fc000 00:00 0 96700000-967fd000 rw-p 96700000 00:00 0 967fd000-96800000 ---p 967fd000 00:00 0 96800000-969fd000 rw-p 96800000 00:00 0 969fd000-96a00000 ---p 969fd000 00:00 0 96a00000-96afd000 rw-p 96a00000 00:00 0 96afd000-96b00000 ---p 96afd000 00:00 0 96b00000-96bfd000 rw-p 96b00000 00:00 0 96bfd000-96c00000 ---p 96bfd000 00:00 0 96c00000-96cfc000 rw-p 96c00000 00:00 0 96cfc000-96d00000 ---p 96cfc000 00:00 0 96d00000-96dfd000 rw-p 96d00000 00:00 0 96dfd000-96e00000 ---p 96dfd000 00:00 0 96e06000-96e4a000 r-xp 00000000 03:04 352640 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so 96e4a000-96e4c000 rw-p 00043000 03:04 352640 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libfontmanager.so 96e4c000-96e51000 rw-p 96e4c000 00:00 0 96e51000-96ed5000 r-xp 00000000 03:04 352644 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libawt.so 96ed5000-96edc000 rw-p 00083000 03:04 352644 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libawt.so 96edc000-96f00000 rw-p 96edc000 00:00 0 96f00000-96ffd000 rw-p 96f00000 00:00 0 96ffd000-97000000 ---p 96ffd000 00:00 0 97000000-970fc000 rw-p 97000000 00:00 0 970fc000-97100000 ---p 970fc000 00:00 0 97100000-971fd000 rw-p 97100000 00:00 0 971fd000-97200000 ---p 971fd000 00:00 0 9720d000-97216000 r--s 00040000 03:04 334780 /usr/share/scilab/modules/gui/jar/org.scilab.modules.gui.jar 97216000-9721f000 r--s 00090000 03:04 239208 /usr/share/java/jhall-2.0.05.ds1.jar 9721f000-97227000 r--s 00058000 03:04 239226 /usr/share/java/looks.jar 97227000-9726c000 r-xp 00000000 03:04 352737 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so 9726c000-9726f000 rw-p 00044000 03:04 352737 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so 9726f000-97270000 ---p 9726f000 00:00 0 97270000-972f0000 rw-p 97270000 00:00 0 972f0000-972f3000 ---p 972f0000 00:00 0 972f3000-97341000 rw-p 972f3000 00:00 0 97341000-97344000 ---p 97341000 00:00 0 97344000-973c2000 rw-p 97344000 00:00 0 973c2000-973c5000 ---p 973c2000 00:00 0 973c5000-97443000 rw-p 973c5000 00:00 0 97443000-97446000 ---p 97443000 00:00 0 97446000-97494000 rw-p 97446000 00:00 0 97494000-97497000 ---p 97494000 00:00 0 97497000-974e5000 rw-p 97497000 00:00 0 974e5000-974e8000 ---p 974e5000 00:00 0 974e8000-97536000 rw-p 974e8000 00:00 0 97536000-97537000 ---p 97536000 00:00 0 97537000-975ea000 rw-p 97537000 00:00 0 975ea000-9777f000 r--s 038ee000 03:04 352663 /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar 9777f000-97780000 rw-p 9777f000 00:00 0 97780000-9778d000 rw-p 97780000 00:00 0 9778d000-97790000 rw-p 9778d000 00:00 0 97790000-977ff000 rw-p 97790000 00:00 0 977ff000-97807000 rw-p 977ff000 00:00 0 97807000-9783f000 rw-p 97807000 00:00 0 9783f000-97940000 rw-p 9783f000 00:00 0 97940000-994b0000 rw-p 97940000 00:00 0 994b0000-998b0000 rw-p 994b0000 00:00 0 998b0000-a7840000 rw-p 998b0000 00:00 0 a7840000-a8840000 rw-p a7840000 00:00 0 a8840000-af840000 rw-p a8840000 00:00 0 af840000-af849000 rw-p af840000 00:00 0 af849000-af900000 rw-p af849000 00:00 0 af900000-afb40000 rwxp af900000 00:00 0 afb40000-b29fe000 rw-p afb40000 00:00 0 b29fe000-b2a00000 ---p b29fe000 00:00 0 b2a00000-b2a01000 r--s 00000000 03:04 327588 /usr/share/scilab/modules/action_binding/jar/org.scilab.modules.action_binding.jar b2a01000-b2a02000 r--s 00000000 03:04 327563 /usr/share/scilab/modules/localization/jar/org.scilab.modules.localization.jar b2a02000-b2a04000 r--s 0000a000 03:04 327576 /usr/share/scilab/modules/console/jar/org.scilab.modules.console.jar b2a04000-b2a05000 r--s 00000000 03:04 325822 /usr/share/scilab/modules/completion/jar/org.scilab.modules.completion.jar b2a05000-b2a0b000 r--s 00044000 03:04 239222 /usr/share/java/skinlf-6.7.jar b2a0b000-b2a12000 r-xp 00000000 03:04 139477 /usr/lib/libXi.so.6.0.0 b2a12000-b2a13000 rw-p 00007000 03:04 139477 /usr/lib/libXi.so.6.0.0 b2a13000-b2a17000 r-xp 00000000 03:04 139495 /usr/lib/libXtst.so.6.1.0 b2a17000-b2a18000 rw-p 00003000 03:04 139495 /usr/lib/libXtst.so.6.1.0 b2a18000-b2a25000 r-xp 00000000 03:04 139469 /usr/lib/libXext.so.6.4.0 b2a25000-b2a26000 rw-p 0000c000 03:04 139469 /usr/lib/libXext.so.6.4.0 b2a26000-b2a29000 rw-p b2a26000 00:00 0 b2a29000-b2a98000 rw-p b2a29000 00:00 0 b2a98000-b2a99000 ---p b2a98000 00:00 0 b2a99000-b3299000 rw-p b2a99000 00:00 0 b3299000-b32f0000 rw-p b32d3000 00:00 0 b32f0000-b32f2000 r--s 0000c000 03:04 239179 /usr/share/java/commons-logging-1.1.1.jar b32f2000-b32f4000 r--s 00008000 03:04 239236 /usr/share/java/jrosetta-engine-1.0.2+gpl.jar b32f4000-b32f5000 r--s 00001000 03:04 239235 /usr/share/java/jrosetta-API-1.0.2+gpl.jar b32f5000-b32ff000 r--s 00068000 03:04 239227 /usr/share/java/flexdock-0.5.1.jar b32ff000-b3306000 r--p 00000000 03:04 239243 /usr/share/locale/en_US/LC_MESSAGES/scilab.mo b3306000-b330a000 r--s 00079000 03:04 352156 /usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar b330a000-b3313000 r--s 00065000 03:04 238495 /usr/share/java/gnome-java-bridge.jar b3313000-b331c000 rw-p b3313000 00:00 0 b331c000-b3354000 rw-p b331c000 00:00 0 b3354000-b335b000 r-xp 00000000 03:04 352637 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libzip.so b335b000-b335c000 rw-p 00006000 03:04 352637 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libzip.so b335c000-b3366000 r-xp 00000000 03:04 765871 /lib/i686/cmov/libnss_files-2.9.so b3366000-b3367000 r--p 00009000 03:04 765871 /lib/i686/cmov/libnss_files-2.9.so b3367000-b3368000 rw-p 0000a000 03:04 765871 /lib/i686/cmov/libnss_files-2.9.so b3368000-b3371000 r-xp 00000000 03:04 765875 /lib/i686/cmov/libnss_nis-2.9.so b3371000-b3372000 r--p 00008000 03:04 765875 /lib/i686/cmov/libnss_nis-2.9.so b3372000-b3373000 rw-p 00009000 03:04 765875 /lib/i686/cmov/libnss_nis-2.9.so b3373000-b337a000 r-xp 00000000 03:04 765867 /lib/i686/cmov/libnss_compat-2.9.so b337a000-b337b000 r--p 00006000 03:04 765867 /lib/i686/cmov/libnss_compat-2.9.so b337b000-b337c000 rw-p 00007000 03:04 765867 /lib/i686/cmov/libnss_compat-2.9.so b337c000-b3380000 r-xp 00000000 03:04 139471 /usr/lib/libXfixes.so.3.1.0 b3380000-b3381000 rw-p 00003000 03:04 139471 /usr/lib/libXfixes.so.3.1.0 b3381000-b3389000 r-xp 00000000 03:04 139463 /usr/lib/libXcursor.so.1.0.2 b3389000-b338a000 rw-p 00007000 03:04 139463 /usr/lib/libXcursor.so.1.0.2 b338a000-b338b000 r--s 00000000 03:04 334737 /usr/share/scilab/modules/history_manager/jar/org.scilab.modules.history_manager.jar b338b000-b338d000 r--s 00003000 03:04 239038 /usr/share/java/laf-plugin-1.0.jar b338d000-b3390000 r--s 0000f000 03:04 352155 /usr/lib/jvm/java-6-openjdk/jre/lib/ext/pulse-java.jar b3390000-b3398000 rw-s 00000000 03:04 415568 /var/tmp/hsperfdata_jhsu/5298 b3398000-b339f000 r--s 00000000 03:04 139348 /usr/lib/gconv/gconv-modules.cache b339f000-b33a0000 ---p b339f000 00:00 0 b33a0000-b3ba0000 rw-p b33a0000 00:00 0 b3ba0000-b3ba1000 ---p b3ba0000 00:00 0 b3ba1000-b440e000 rw-p b3ba1000 00:00 0 b440e000-b460e000 r--p 00000000 03:04 140489 /usr/lib/locale/locale-archive b460e000-b4612000 rw-p b460e000 00:00 0 b4612000-b4616000 r-xp 00000000 03:04 139467 /usr/lib/libXdmcp.so.6.0.0 b4616000-b4617000 rw-p 00003000 03:04 139467 /usr/lib/libXdmcp.so.6.0.0 b4617000-b4619000 r-xp 00000000 03:04 139454 /usr/lib/libXau.so.6.0.0 b4619000-b461a000 rw-p 00001000 03:04 139454 /usr/lib/libXau.so.6.0.0 b461a000-b4632000 r-xp 00000000 03:04 140408 /usr/lib/libxcb.so.1.1.0 b4632000-b4633000 rw-p 00017000 03:04 140408 /usr/lib/libxcb.so.1.1.0 b4633000-b474d000 r-xp 00000000 03:04 139450 /usr/lib/libX11.so.6.2.0 b474d000-b4751000 rw-p 00119000 03:04 139450 /usr/lib/libX11.so.6.2.0 b4751000-b4752000 rw-p b4751000 00:00 0 b4752000-b4767000 r-xp 00000000 03:04 765865 /lib/i686/cmov/libnsl-2.9.so b4767000-b4768000 r--p 00014000 03:04 765865 /lib/i686/cmov/libnsl-2.9.so b4768000-b4769000 rw-p 00015000 03:04 765865 /lib/i686/cmov/libnsl-2.9.so b4769000-b476b000 rw-p b4769000 00:00 0 b476b000-b4785000 r-xp 00000000 03:04 182172 /usr/lib/scilab/libscisundials.so.0.0.0 b4785000-b4786000 rw-p 00019000 03:04 182172 /usr/lib/scilab/libscisundials.so.0.0.0 b4786000-b478d000 r-xp 00000000 03:04 765884 /lib/i686/cmov/librt-2.9.so b478d000-b478e000 r--p 00006000 03:04 765884 /lib/i686/cmov/librt-2.9.so b478e000-b478f000 rw-p 00007000 03:04 765884 /lib/i686/cmov/librt-2.9.so b478f000-b47a4000 r-xp 00000000 03:04 765880 /lib/i686/cmov/libpthread-2.9.so b47a4000-b47a5000 r--p 00014000 03:04 765880 /lib/i686/cmov/libpthread-2.9.so b47a5000-b47a6000 rw-p 00015000 03:04 765880 /lib/i686/cmov/libpthread-2.9.so b47a6000-b47a9000 rw-p b47a6000 00:00 0 b47a9000-b47b0000 r-xp 00000000 03:04 141229 /usr/lib/libamd.so.3.1.0 b47b0000-b47b1000 rw-p 00006000 03:04 141229 /usr/lib/libamd.so.3.1.0 b47b1000-b4856000 r-xp 00000000 03:04 141239 /usr/lib/libumfpack.so.3.1.0 b4856000-b4857000 rw-p 000a4000 03:04 141239 /usr/lib/libumfpack.so.3.1.0 b4857000-b4993000 r-xp 00000000 03:04 350204 /usr/lib/libfftw3.so.3.2.4 b4993000-b499c000 rw-p 0013c000 03:04 350204 /usr/lib/libfftw3.so.3.2.4 b499c000-b49cc000 r-xp 00000000 03:04 140141 /usr/lib/libpcre.so.3.12.1 b49cc000-b49cd000 rw-p 0002f000 03:04 140141 /usr/lib/libpcre.so.3.12.1 b49cd000-b49ce000 r-xp 00000000 03:04 140143 /usr/lib/libpcreposix.so.3.12.1 b49ce000-b49cf000 rw-p 00001000 03:04 140143 /usr/lib/libpcreposix.so.3.12.1 b49cf000-b49d0000 rw-p b49cf000 00:00 0 b49d0000-b49e4000 r-xp 00000000 03:04 140450 /usr/lib/libz.so.1.2.3.3 b49e4000-b49e5000 rw-p 00013000 03:04 140450 /usr/lib/libz.so.1.2.3.3 b49e5000-b4a16000 r-xp 00000000 03:04 350211 /usr/lib/libmatio.so.0.0.0 b4a16000-b4a17000 rw-p 00030000 03:04 350211 /usr/lib/libmatio.so.0.0.0 b4a17000-b4a18000 r-xp 00000000 03:04 182134 /usr/lib/scilab/libscidynamiclibrary.so.5.0.1 b4a18000-b4a19000 rw-p 00000000 03:04 182134 /usr/lib/scilab/libscidynamiclibrary.so.5.0.1 b4a19000-b4a42000 r-xp 00000000 03:04 350214 /usr/lib/libpvm3.so.3.4.5 b4a42000-b4a45000 rw-p 00028000 03:04 350214 /usr/lib/libpvm3.so.3.4.5 b4a45000-b4a47000 rw-p b4a45000 00:00 0 b4a47000-b4a4f000 r-xp 00000000 03:04 350213 /usr/lib/libgpvm3.so.3.4.5 b4a4f000-b4a50000 rw-p 00007000 03:04 350213 /usr/lib/libgpvm3.so.3.4.5 b4a50000-b4a52000 r-xp 00000000 03:04 765860 /lib/i686/cmov/libdl-2.9.so b4a52000-b4a53000 r--p 00001000 03:04 765860 /lib/i686/cmov/libdl-2.9.so b4a53000-b4a54000 rw-p 00002000 03:04 765860 /lib/i686/cmov/libdl-2.9.so b4a54000-b4b02000 r-xp 00000000 03:04 140278 /usr/lib/libtcl8.4.so.0 b4b02000-b4b0c000 rw-p 000ae000 03:04 140278 /usr/lib/libtcl8.4.so.0 b4b0c000-b4b0d000 rw-p b4b0c000 00:00 0 b4b0d000-b4be3000 r-xp 00000000 03:04 140290 /usr/lib/libtk8.4.so.0 b4be3000-b4bef000 rw-p 000d5000 03:04 140290 /usr/lib/libtk8.4.so.0 b4bef000-b4bf1000 rw-p b4bef000 00:00 0 b4bf1000-b4cd6000 r-xp 00000000 03:04 140263 /usr/lib/libstdc++.so.6.0.12 b4cd6000-b4cda000 r--p 000e4000 03:04 140263 /usr/lib/libstdc++.so.6.0.12 b4cda000-b4cdb000 rw-p 000e8000 03:04 140263 /usr/lib/libstdc++.so.6.0.12 b4cdb000-b4ce2000 rw-p b4cdb000 00:00 0 b4ce2000-b4cec000 r-xp 00000000 03:04 182167 /usr/lib/scilab/libmat.so.5.0.1 b4cec000-b4ced000 rw-p 00009000 03:04 182167 /usr/lib/scilab/libmat.so.5.0.1 b4ced000-b4cee000 rw-p b4ced000 00:00 0 b4cee000-b4cf8000 r-xp 00000000 03:04 182165 /usr/lib/scilab/libmx.so.5.0.1 b4cf8000-b4cf9000 rw-p 00009000 03:04 182165 /usr/lib/scilab/libmx.so.5.0.1 b4cf9000-b4cfa000 rw-p b4cf9000 00:00 0 b4cfa000-b4d25000 r-xp 00000000 03:04 765949 /lib/libgcc_s.so.1 b4d25000-b4d26000 rw-p 0002a000 03:04 765949 /lib/libgcc_s.so.1 b4d26000-b4d27000 rw-p b4d26000 00:00 0 b4d27000-b4d4b000 r-xp 00000000 03:04 765862 /lib/i686/cmov/libm-2.9.so b4d4b000-b4d4c000 r--p 00023000 03:04 765862 /lib/i686/cmov/libm-2.9.so b4d4c000-b4d4d000 rw-p 00024000 03:04 765862 /lib/i686/cmov/libm-2.9.so b4d4d000-b4e1c000 r-xp 00000000 03:04 139772 /usr/lib/libgfortran.so.3.0.0 b4e1c000-b4e1e000 rw-p 000ce000 03:04 139772 /usr/lib/libgfortran.so.3.0.0 b4e1e000-b4f4e000 r-xp 00000000 03:04 140414 /usr/lib/libxml2.so.2.7.3 b4f4e000-b4f53000 rw-p 00130000 03:04 140414 /usr/lib/libxml2.so.2.7.3 b4f53000-b4f54000 rw-p b4f53000 00:00 0 b4f54000-b4f84000 r-xp 00000000 03:04 765961 /lib/libncurses.so.5.7 b4f84000-b4f87000 rw-p 0002f000 03:04 765961 /lib/libncurses.so.5.7 b4f87000-b4f8e000 r-xp 00000000 03:04 352660 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/native_threads/libhpi.so b4f8e000-b4f8f000 rw-p 00006000 03:04 352660 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/native_threads/libhpi.so b4f8f000-b55e4000 r-xp 00000000 03:04 352634 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so b55e4000-b5637000 rw-p 00654000 03:04 352634 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so b5637000-b5a56000 rw-p b5637000 00:00 0 b5a56000-b5a61000 r-xp 00000000 03:04 352628 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libverify.so b5a61000-b5a62000 rw-p 0000b000 03:04 352628 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libverify.so b5a62000-b5a85000 r-xp 00000000 03:04 352641 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjava.so b5a85000-b5a87000 rw-p 00023000 03:04 352641 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjava.so b5a87000-b5a89000 r-xp 00000000 03:04 182131 /usr/lib/scilab/libscilibst.so.5.0.1 b5a89000-b5a8a000 rw-p 00001000 03:04 182131 /usr/lib/scilab/libscilibst.so.5.0.1 b5a8a000-b5a8c000 r-xp 00000000 03:04 182168 /usr/lib/scilab/libscidoublylinkedlist.so.5.0.1 b5a8c000-b5a8d000 rw-p 00001000 03:04 182168 /usr/lib/scilab/libscidoublylinkedlist.so.5.0.1 b5a8d000-b5a8e000 rw-p b5a8d000 00:00 0 b5a8e000-b5a8f000 r-xp 00000000 03:04 182104 /usr/lib/scilab/libscimalloc.so.5.0.1 b5a8f000-b5a90000 rw-p 00000000 03:04 182104 /usr/lib/scilab/libscimalloc.so.5.0.1 b5a90000-b5a92000 r-xp 00000000 03:04 182155 /usr/lib/scilab/libscihashtable.so.5.0.1 b5a92000-b5a93000 rw-p 00001000 03:04 182155 /usr/lib/scilab/libscihashtable.so.5.0.1 b5a93000-b5adc000 r-xp 00000000 03:04 182085 /usr/lib/scilab/libsciscicos_blocks.so.5.0.1 b5adc000-b5add000 rw-p 00048000 03:04 182085 /usr/lib/scilab/libsciscicos_blocks.so.5.0.1 b5add000-b5b99000 rw-p b5add000 00:00 0 b5b99000-b5bd4000 r-xp 00000000 03:04 182101 /usr/lib/scilab/libsciscicos.so.5.0.1 b5bd4000-b5bd6000 rw-p 0003a000 03:04 182101 /usr/lib/scilab/libsciscicos.so.5.0.1 b5bd6000-b5c91000 rw-p b5bd6000 00:00 0 b5c91000-b5c97000 r-xp 00000000 03:04 182125 /usr/lib/scilab/libscijvm.so.5.0.1 b5c97000-b5c98000 rw-p 00005000 03:04 182125 /usr/lib/scilab/libscijvm.so.5.0.1 b5c98000-b5c99000 rw-p b5c98000 00:00 0 b5c99000-b5ca6000 r-xp 00000000 03:04 182132 /usr/lib/scilab/libsciumfpack.so.5.0.1 b5ca6000-b5ca7000 rw-p 0000d000 03:04 182132 /usr/lib/scilab/libsciumfpack.so.5.0.1 b5ca7000-b5cac000 r-xp 00000000 03:04 182156 /usr/lib/scilab/libscifftw.so.5.0.1 b5cac000-b5cad000 rw-p 00004000 03:04 182156 /usr/lib/scilab/libscifftw.so.5.0.1 b5cad000-b5cc3000 r-xp 00000000 03:04 182064 /usr/lib/scilab/libscistring.so.5.0.1 b5cc3000-b5cc4000 rw-p 00016000 03:04 182064 /usr/lib/scilab/libscistring.so.5.0.1 b5cc4000-b5d7e000 rw-p b5cc4000 00:00 0 b5d7e000-b5d91000 r-xp 00000000 03:04 182166 /usr/lib/scilab/libsciinterpolation.so.5.0.1 b5d91000-b5d92000 rw-p 00013000 03:04 182166 /usr/lib/scilab/libsciinterpolation.so.5.0.1 b5d92000-b5da7000 r-xp 00000000 03:04 182108 /usr/lib/scilab/libscisignal_processing.so.5.0.1 b5da7000-b5da8000 rw-p 00014000 03:04 182108 /usr/lib/scilab/libscisignal_processing.so.5.0.1 b5da8000-b5e63000 rw-p b5da8000 00:00 0 b5e63000-b5e78000 r-xp 00000000 03:04 182057 /usr/lib/scilab/libscistatistics.so.5.0.1 b5e78000-b5e79000 rw-p 00015000 03:04 182057 /usr/lib/scilab/libscistatistics.so.5.0.1 b5e79000-b5f33000 rw-p b5e79000 00:00 0 b5f33000-b5f3f000 r-xp 00000000 03:04 182169 /usr/lib/scilab/libscispreadsheet.so.5.0.1 b5f3f000-b5f40000 rw-p 0000b000 03:04 182169 /usr/lib/scilab/libscispreadsheet.so.5.0.1 b5f40000-b5f8f000 r-xp 00000000 03:04 182129 /usr/lib/scilab/libscimetanet.so.5.0.1 b5f8f000-b5f90000 rw-p 0004e000 03:04 182129 /usr/lib/scilab/libscimetanet.so.5.0.1 b5f90000-b617c000 rw-p b5f90000 00:00 0 b617c000-b6180000 r-xp 00000000 03:04 182128 /usr/lib/scilab/libscisymbolic.so.5.0.1 b6180000-b6181000 rw-p 00003000 03:04 182128 /usr/lib/scilab/libscisymbolic.so.5.0.1 b6181000-b623b000 rw-p b6181000 00:00 0 b623b000-b626a000 r-xp 00000000 03:04 182120 /usr/lib/scilab/libsciarnoldi.so.5.0.1 b626a000-b626b000 rw-p 0002f000 03:04 182120 /usr/lib/scilab/libsciarnoldi.so.5.0.1 b626b000-b626c000 rw-p b626b000 00:00 0 b626c000-b62ac000 r-xp 00000000 03:04 182137 /usr/lib/scilab/libscioptimization.so.5.0.1 b62ac000-b62ad000 rw-p 0003f000 03:04 182137 /usr/lib/scilab/libscioptimization.so.5.0.1 b62ad000-b6367000 rw-p b62ad000 00:00 0 b6367000-b6375000 r-xp 00000000 03:04 182059 /usr/lib/scilab/libscirandlib.so.5.0.1 b6375000-b6376000 rw-p 0000d000 03:04 182059 /usr/lib/scilab/libscirandlib.so.5.0.1 b6376000-b6432000 rw-p b6376000 00:00 0 b6432000-b6438000 r-xp 00000000 03:04 182136 /usr/lib/scilab/libscimatio.so.0.0.0 b6438000-b6439000 rw-p 00006000 03:04 182136 /usr/lib/scilab/libscimatio.so.0.0.0 b6439000-b6444000 r-xp 00000000 03:04 182102 /usr/lib/scilab/libscihelptools.so.5.0.1 b6444000-b6445000 rw-p 0000a000 03:04 182102 /usr/lib/scilab/libscihelptools.so.5.0.1 b6445000-b6447000 r-xp 00000000 03:04 182074 /usr/lib/scilab/libscisound.so.5.0.1 b6447000-b6448000 rw-p 00001000 03:04 182074 /usr/lib/scilab/libscisound.so.5.0.1 b6448000-b6449000 rw-p b6448000 00:00 0 b6449000-b6455000 r-xp 00000000 03:04 182082 /usr/lib/scilab/libscioutput_stream.so.5.0.1 b6455000-b6456000 rw-p 0000c000 03:04 182082 /usr/lib/scilab/libscioutput_stream.so.5.0.1 b6456000-b6458000 rw-p b6456000 00:00 0 b6458000-b645f000 r-xp 00000000 03:04 182110 /usr/lib/scilab/libscidynamic_link.so.5.0.1 b645f000-b6460000 rw-p 00007000 03:04 182110 /usr/lib/scilab/libscidynamic_link.so.5.0.1 b6460000-b6560000 rw-p b6460000 00:00 0 b6560000-b6562000 r-xp 00000000 03:04 182069 /usr/lib/scilab/libsciaction_binding.so.5.0.1 b6562000-b6563000 rw-p 00001000 03:04 182069 /usr/lib/scilab/libsciaction_binding.so.5.0.1 b6563000-b6570000 r-xp 00000000 03:04 182157 /usr/lib/scilab/libscihistory_manager.so.5.0.1 b6570000-b6571000 rw-p 0000d000 03:04 182157 /usr/lib/scilab/libscihistory_manager.so.5.0.1 b6571000-b657c000 r-xp 00000000 03:04 182114 /usr/lib/scilab/libsciconsole.so.5.0.1 b657c000-b657d000 rw-p 0000b000 03:04 182114 /usr/lib/scilab/libsciconsole.so.5.0.1 b657d000-b657e000 rw-p b657d000 00:00 0 b657e000-b65c6000 r-xp 00000000 03:04 182086 /usr/lib/scilab/libscisparse.so.5.0.1 b65c6000-b65c7000 rw-p 00047000 03:04 182086 /usr/lib/scilab/libscisparse.so.5.0.1 b65c7000-b6681000 rw-p b65c7000 00:00 0 b6681000-b668d000 r-xp 00000000 03:04 182145 /usr/lib/scilab/libscipvm.so.5.0.1 b668d000-b668e000 rw-p 0000b000 03:04 182145 /usr/lib/scilab/libscipvm.so.5.0.1 b668e000-b668f000 rw-p b668e000 00:00 0 b668f000-b6698000 r-xp 00000000 03:04 182096 /usr/lib/scilab/libscitclsci.so.5.0.1 b6698000-b6699000 rw-p 00009000 03:04 182096 /usr/lib/scilab/libscitclsci.so.5.0.1 b6699000-b669a000 r-xp 00000000 03:04 182070 /usr/lib/scilab/libsciwindows_tools.so.5.0.1 b669a000-b669b000 rw-p 00000000 03:04 182070 /usr/lib/scilab/libsciwindows_tools.so.5.0.1 b669b000-b669e000 r-xp 00000000 03:04 182061 /usr/lib/scilab/libscitime.so.5.0.1 b669e000-b669f000 rw-p 00002000 03:04 182061 /usr/lib/scilab/libscitime.so.5.0.1 b669f000-b66a0000 rw-p b669f000 00:00 0 b66a0000-b66a9000 r-xp 00000000 03:04 182098 /usr/lib/scilab/libscispecial_functions.so.5.0.1 b66a9000-b66aa000 rw-p 00009000 03:04 182098 /usr/lib/scilab/libscispecial_functions.so.5.0.1 b66aa000-b6764000 rw-p b66aa000 00:00 0 b6764000-b678b000 r-xp 00000000 03:04 182130 /usr/lib/scilab/libscipolynomials.so.5.0.1 b678b000-b678c000 rw-p 00027000 03:04 182130 /usr/lib/scilab/libscipolynomials.so.5.0.1 b678c000-b6847000 rw-p b678c000 00:00 0 b6847000-b686c000 r-xp 00000000 03:04 182148 /usr/lib/scilab/libscilinear_algebra.so.5.0.1 b686c000-b686d000 rw-p 00024000 03:04 182148 /usr/lib/scilab/libscilinear_algebra.so.5.0.1 b686d000-b6927000 rw-p b686d000 00:00 0 b6927000-b6929000 r-xp 00000000 03:04 182163 /usr/lib/scilab/libsciintersci.so.5.0.1 b6929000-b692a000 rw-p 00001000 03:04 182163 /usr/lib/scilab/libsciintersci.so.5.0.1 b692a000-b6954000 r-xp 00000000 03:04 182088 /usr/lib/scilab/libsciinteger.so.5.0.1 b6954000-b6955000 rw-p 0002a000 03:04 182088 /usr/lib/scilab/libsciinteger.so.5.0.1 b6955000-b6a10000 rw-p b6955000 00:00 0 b6a10000-b6a67000 r-xp 00000000 03:04 182142 /usr/lib/scilab/libscigui.so.5.0.1 b6a67000-b6a68000 rw-p 00057000 03:04 182142 /usr/lib/scilab/libscigui.so.5.0.1 b6a68000-b6bbf000 r-xp 00000000 03:04 182089 /usr/lib/scilab/libscirenderer.so.5.0.1 b6bbf000-b6bcd000 rw-p 00157000 03:04 182089 /usr/lib/scilab/libscirenderer.so.5.0.1 b6bcd000-b6bfc000 r-xp 00000000 03:04 182159 /usr/lib/scilab/libscigraphic_export.so.5.0.1 b6bfc000-b6bfd000 rw-p 0002f000 03:04 182159 /usr/lib/scilab/libscigraphic_export.so.5.0.1 b6bfd000-b6c6a000 r-xp 00000000 03:04 182068 /usr/lib/scilab/libscigraphics.so.5.0.1 b6c6a000-b6c6d000 rw-p 0006d000 03:04 182068 /usr/lib/scilab/libscigraphics.so.5.0.1 b6c6d000-b6c85000 r-xp 00000000 03:04 182076 /usr/lib/scilab/libscifileio.so.5.0.1 b6c85000-b6c86000 rw-p 00017000 03:04 182076 /usr/lib/scilab/libscifileio.so.5.0.1 b6c86000-b6c89000 rw-p b6c86000 00:00 0 b6c89000-b6cfe000 r-xp 00000000 03:04 182133 /usr/lib/scilab/libscielementary_functions.so.5.0.1 b6cfe000-b6d02000 rw-p 00074000 03:04 182133 /usr/lib/scilab/libscielementary_functions.so.5.0.1 b6d02000-b6dbc000 rw-p b6d02000 00:00 0 b6dbc000-b6dc9000 r-xp 00000000 03:04 182105 /usr/lib/scilab/libscidouble.so.5.0.1 b6dc9000-b6dca000 rw-p 0000c000 03:04 182105 /usr/lib/scilab/libscidouble.so.5.0.1 b6dca000-b6e84000 rw-p b6dca000 00:00 0 b6e84000-b6ee0000 r-xp 00000000 03:04 182093 /usr/lib/scilab/libscidifferential_equations.so.5.0.1 b6ee0000-b6ee1000 rw-p 0005c000 03:04 182093 /usr/lib/scilab/libscidifferential_equations.so.5.0.1 b6ee1000-b6fa2000 rw-p b6ee1000 00:00 0 b6fa2000-b6faf000 r-xp 00000000 03:04 182158 /usr/lib/scilab/libscidata_structures.so.5.0.1 b6faf000-b6fb0000 rw-p 0000c000 03:04 182158 /usr/lib/scilab/libscidata_structures.so.5.0.1 b6fb0000-b706a000 rw-p b6fb0000 00:00 0 b706a000-b7134000 r-xp 00000000 03:04 182052 /usr/lib/scilab/libscicacsd.so.5.0.1 b7134000-b7135000 rw-p 000ca000 03:04 182052 /usr/lib/scilab/libscicacsd.so.5.0.1 b7135000-b71f0000 rw-p b7135000 00:00 0 b71f0000-b71f7000 r-xp 00000000 03:04 182153 /usr/lib/scilab/libsciboolean.so.5.0.1 b71f7000-b71f8000 rw-p 00006000 03:04 182153 /usr/lib/scilab/libsciboolean.so.5.0.1 b71f8000-b72b3000 rw-p b71f8000 00:00 0 b72b3000-b72bd000 r-xp 00000000 03:04 182094 /usr/lib/scilab/libmex.so.5.0.1 b72bd000-b72be000 rw-p 00009000 03:04 182094 /usr/lib/scilab/libmex.so.5.0.1 b72be000-b72bf000 rw-p b72be000 00:00 0 b72bf000-b7345000 r-xp 00000000 03:04 139568 /usr/lib/libblas.so.3gf.0 b7345000-b7346000 rw-p 00086000 03:04 139568 /usr/lib/libblas.so.3gf.0 b7346000-b7a4a000 r-xp 00000000 03:04 139991 /usr/lib/liblapack.so.3gf.0 b7a4a000-b7a4d000 rw-p 00704000 03:04 139991 /usr/lib/liblapack.so.3gf.0 b7a4d000-b7b5a000 rw-p b7a4d000 00:00 0 b7b5a000-b7cb4000 r-xp 00000000 03:04 765854 /lib/i686/cmov/libc-2.9.so b7cb4000-b7cb6000 r--p 0015a000 03:04 765854 /lib/i686/cmov/libc-2.9.so b7cb6000-b7cb7000 rw-p 0015c000 03:04 765854 /lib/i686/cmov/libc-2.9.so b7cb7000-b7cba000 rw-p b7cb7000 00:00 0 b7cba000-b7cbb000 r--s 00000000 03:04 342249 /usr/share/scilab/modules/shell/jar/org.scilab.modules.shell.jar b7cbb000-b7cbc000 r--s 00001000 03:04 325837 /usr/share/scilab/modules/jvm/jar/org.scilab.modules.jvm.jar b7cbc000-b7cbd000 rw-p b7cbc000 00:00 0 b7cbd000-b7cbe000 r--p b7cbd000 00:00 0 b7cbe000-b7cc6000 r-xp 00000000 03:04 139489 /usr/lib/libXrender.so.1.3.0 b7cc6000-b7cc7000 rw-p 00007000 03:04 139489 /usr/lib/libXrender.so.1.3.0 b7cc7000-b7cc8000 r--p 006ac000 03:04 140489 /usr/lib/locale/locale-archive b7cc8000-b7cde000 r-xp 00000000 03:04 182146 /usr/lib/scilab/libsciio.so.5.0.1 b7cde000-b7cdf000 rw-p 00015000 03:04 182146 /usr/lib/scilab/libsciio.so.5.0.1 b7cdf000-b7d9a000 rw-p b7cdf000 00:00 0 b7d9a000-b7d9e000 r-xp 00000000 03:04 182092 /usr/lib/scilab/libscilocalization.so.5.0.1 b7d9e000-b7da4000 rw-p 00003000 03:04 182092 /usr/lib/scilab/libscilocalization.so.5.0.1 b7da4000-b7daa000 r-xp 00000000 03:04 182106 /usr/lib/scilab/libscicompletion.so.5.0.1 b7daa000-b7dab000 rw-p 00005000 03:04 182106 /usr/lib/scilab/libscicompletion.so.5.0.1 b7dab000-b7e27000 r-xp 00000000 03:04 182143 /usr/lib/scilab/libscicore.so.5.0.1 b7e27000-b7e2a000 rw-p 0007c000 03:04 182143 /usr/lib/scilab/libscicore.so.5.0.1 b7e2a000-b7f28000 rw-p b7e2a000 00:00 0 b7f28000-b7f30000 r-xp 00000000 03:04 182116 /usr/lib/scilab/libscishell.so.5.0.1 b7f30000-b7f31000 rw-p 00008000 03:04 182116 /usr/lib/scilab/libscishell.so.5.0.1 b7f31000-b7f32000 r-xp 00000000 03:04 182122 /usr/lib/scilab/libscilab.so.0.0.0 b7f32000-b7f33000 rw-p 00000000 03:04 182122 /usr/lib/scilab/libscilab.so.0.0.0 b7f33000-b7f35000 rw-p b7f33000 00:00 0 b7f35000-b7f51000 r-xp 00000000 03:04 765908 /lib/ld-2.9.so b7f51000-b7f52000 r--p 0001b000 03:04 765908 /lib/ld-2.9.so b7f52000-b7f53000 rw-p 0001c000 03:04 765908 /lib/ld-2.9.so bff0b000-bff0e000 ---p bff0b000 00:00 0 bff0e000-bff5b000 rw-p bffb3000 00:00 0 [stack] ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] VM Arguments: jvm_args: -Djava.library.path= -Djava.compiler=JIT -Xmx256m java_command: Launcher Type: generic Environment Variables: JAVA_HOME=/usr/lib/jvm/java-6-openjdk/ PATH=/usr/share/scilab/:/usr/share/scilab//bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/games LD_LIBRARY_PATH=/usr/lib/scilab/:/usr/lib64/scilab/:/usr/lib/jvm/java-6-openjdk//jre/lib/i386/:/usr/lib/jvm/java-6-openjdk//jre/lib/i386/server/:/usr/lib/jvm/java-6-openjdk//jre/lib/i386/native_threads/: SHELL=/bin/bash DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x5de910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGBUS: [libjvm.so+0x5de910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGFPE: [libjvm.so+0x4c3bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGPIPE: [libjvm.so+0x4c3bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGXFSZ: [libjvm.so+0x4c3bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGILL: [libjvm.so+0x4c3bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x4c3320], sa_mask[0]=0x00000000, sa_flags=0x10000004 SIGHUP: [libjvm.so+0x4c5820], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGINT: [libjvm.so+0x4c5820], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGTERM: [libjvm.so+0x4c5820], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGQUIT: [libjvm.so+0x4c5820], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 --------------- S Y S T E M --------------- OS:squeeze/sid uname:Linux 2.6.27-1-mepis-smp #1 SMP PREEMPT Mon Jun 15 18:04:04 EDT 2009 i686 libc:glibc 2.9 NPTL 2.9 rlimit: STACK 8192k, CORE 0k, NPROC 2039, NOFILE 1024, AS infinity load average:0.53 0.36 0.44 CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 8 stepping 10, cmov, cx8, fxsr, mmx, sse Memory: 4k page, physical 253700k(3356k free), swap 265064k(237764k free) vm_info: OpenJDK Server VM (16.0-b10) for linux-x86 JRE (1.6.0_0-b17), built on Dec 17 2009 18:07:32 by "doko" with gcc 4.4.2 time: Sat Jan 23 20:52:25 2010 elapsed time: 7 seconds -- Jason Hsu, Linux user From Johannes-Graus at web.de Sun Jan 24 14:56:29 2010 From: Johannes-Graus at web.de (Johannes Graus) Date: Sun, 24 Jan 2010 14:56:29 +0100 Subject: Cascading of ode-functions Message-ID: <5C8F22960A95453DB475D9AEF38DACAC@Felge> Hello, is it possible to cascade ode functions, e.g. to use the ode-function to solve a function, which contains a further ode-function? I already tried it, but it didn't work. Maybe someone one's how to do this?! Thx Yours, Johannes -------------- next part -------------- An HTML attachment was scrubbed... URL: From celso.co at gmail.com Sun Jan 24 16:58:29 2010 From: celso.co at gmail.com (Celso Co) Date: Sun, 24 Jan 2010 23:58:29 +0800 Subject: [scilab-Users] Help with Matrices and Stack Size In-Reply-To: <4B5937FC.6080507@univ-lemans.fr> References: <595840.49324.qm@web37007.mail.mud.yahoo.com> <4B5937FC.6080507@univ-lemans.fr> Message-ID: <6b5218251001240758w3dd707fbx1ba8d84d5d476fdb@mail.gmail.com> Dear Samuel You may try the following: clear; sheets=readxls('test.xls') // test.xls is in the directory path s1=sheets(1) tday=s1(:,1) cls=s1(:,$) //mydata=[tday,cls] mydata=list(tday,cls) // list is used instead of matrix variable Regards, celso On Fri, Jan 22, 2010 at 1:30 PM, Samuel Gougeon < Samuel.Gougeon at univ-lemans.fr> wrote: > Hello, > > ----- Message d'origine ----- > De : Sean Cooper > Date : 21/01/2010 21:45: > > .../... > > But when I execute the following in the text editor > > > > clear; > > sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') > > s1=sheets(1) > > tday=s1(:,1) > > cls=s1(:,$) > > mydata=[tday,cls] > > > > I get ?mydata=[tday,cls] !?error 144 Undefined operation for the given > operands. Check or define function %1_c_1 for overloading. > > > > I get the same error if I execute? > > > > clear; > > sheets=readxls('C:\Program Files\scilab-5.2.0\myscilab\IGE.xls') > > s1=sheets(1) > > mydata=[s1(:,1),s1(:,$)] > > > > Anybody tell me what I am missing here? > > sheets is then a "mlist" (see the help readxls page) > To get the corresponding matrix of strings: sheets.text > To get the related matrix of numerical values: sheets.value > To get the 3rd numerical column: sheets.value(:,3) (it should work; or: > c=sheets.value; c(:,3) ) > and so on. > > Hope This Help > Samuel > > -- Eng'r Celso B. Co, PhD ECE Assistant Professor Dept. of Electronics, Computer, and Communication Engineering, Loyola Schools of Science and Engineering, Ateneo De Manila -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.xls Type: application/vnd.ms-excel Size: 20480 bytes Desc: not available URL: From michael.baudin at scilab.org Mon Jan 25 12:50:41 2010 From: michael.baudin at scilab.org (=?ISO-8859-1?Q?Micha=EBl_Baudin?=) Date: Mon, 25 Jan 2010 12:50:41 +0100 Subject: [scilab-Users] Cascading of ode-functions In-Reply-To: <5C8F22960A95453DB475D9AEF38DACAC@Felge> References: <5C8F22960A95453DB475D9AEF38DACAC@Felge> Message-ID: <4B5D8591.2020303@scilab.org> Hi, This is a known limitation of several primitives of Scilab. See this bug report : http://bugzilla.scilab.org/show_bug.cgi?id=1657 Best regards, Micha?l -- Micha?l Baudin Ing?nieur de d?veloppement michael.baudin at scilab.org ------------------------- Consortium Scilab - Digiteo Domaine de Voluceau - Rocquencourt B.P. 105 - 78153 Le Chesnay Cedex Tel. : 01 39 63 56 87 - Fax : 01 39 63 55 94 From paul at schwanse.de Mon Jan 25 12:55:58 2010 From: paul at schwanse.de (Paul Schwanse) Date: Mon, 25 Jan 2010 12:55:58 +0100 Subject: training course for scilab Message-ID: <1264420558.3746.9.camel@fenderson> Hi, I'm a member of the local university group (http://www.vde-hsg-dresden.de) of the "VDE" (Verband der Elektrotechnik, Elektronik und Informationstechnik, http://www.vde.com) in Dresden, Germany. We want to offer an introductory course to Scilab for the students for free. Now we are looking for professionals who are working/developing scilab to do this. I know the basic stuff and would do it myself (for the things we need for the documents we have to hand in during the term), but it's always better to have a professional do it. Time would be around April/May. So if you are interested, pls feel free to contact me. Btw, are there any usersgroups in Dresden or the surrounding area (i.e. Leipzig)? Thanks, Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From Samuel.Gougeon at univ-lemans.fr Mon Jan 25 15:52:48 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Mon, 25 Jan 2010 15:52:48 +0100 Subject: [scilab-Users] Help with Matrices and Stack Size In-Reply-To: <6b5218251001240758w3dd707fbx1ba8d84d5d476fdb@mail.gmail.com> References: <595840.49324.qm@web37007.mail.mud.yahoo.com> <4B5937FC.6080507@univ-lemans.fr> <6b5218251001240758w3dd707fbx1ba8d84d5d476fdb@mail.gmail.com> Message-ID: <4B5DB040.9000005@univ-lemans.fr> Hello Celso, ----- Message d'origine ----- De : Celso Co Date : 24/01/2010 16:58: > Dear Samuel > > You may try the following: > > > clear; > > sheets=readxls('test.xls') // test.xls is in the directory path > > s1=sheets(1) > > tday=s1(:,1) > > cls=s1(:,$) > > //mydata=[tday,cls] > > mydata=list(tday,cls) // list is used instead of matrix variable > > Regards, > celso Yes, the %l_c_l means that Sean tried to concatenate (c operator) 2 lists (l_ & _l) with brackets, that is not (yet: see http://bugzilla.scilab.org/show_bug.cgi?id=5608 ) supported. However, i am not sure that keeping his data as lists (or even list of lists) makes sorting them easier. This is why i proposed to read them as matrices, instead of lists that handling is not fully supported (e.g. gsort() applies to a matrix, not to a list). Regards Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From celso.co at gmail.com Tue Jan 26 16:16:43 2010 From: celso.co at gmail.com (Celso Co) Date: Tue, 26 Jan 2010 23:16:43 +0800 Subject: [scilab-Users] Help with Matrices and Stack Size In-Reply-To: <4B5DB040.9000005@univ-lemans.fr> References: <595840.49324.qm@web37007.mail.mud.yahoo.com> <4B5937FC.6080507@univ-lemans.fr> <6b5218251001240758w3dd707fbx1ba8d84d5d476fdb@mail.gmail.com> <4B5DB040.9000005@univ-lemans.fr> Message-ID: <6b5218251001260716x48f5090ds5debaabae122d630@mail.gmail.com> Dear Samuel, Okay. I see. Regards, celso On Mon, Jan 25, 2010 at 10:52 PM, Samuel Gougeon < Samuel.Gougeon at univ-lemans.fr> wrote: > Hello Celso, > > ----- Message d'origine ----- > De : Celso Co > Date : 24/01/2010 16:58: > > Dear Samuel > > You may try the following: > > > clear; > > sheets=readxls('test.xls') // test.xls is in the directory path > > s1=sheets(1) > > tday=s1(:,1) > > cls=s1(:,$) > > //mydata=[tday,cls] > mydata=list(tday,cls) // list is used instead of matrix variable > > Regards, > celso > > Yes, the %l_c_l means that Sean tried to concatenate (c operator) 2 lists > (l_ & _l) with > brackets, that is not (yet: see > http://bugzilla.scilab.org/show_bug.cgi?id=5608 ) supported. > However, i am not sure that keeping his data as lists (or even list of > lists) makes sorting > them easier. > This is why i proposed to read them as matrices, instead of lists that > handling is not > fully supported (e.g. gsort() applies to a matrix, not to a list). > > Regards > Samuel > > -- Eng'r Celso B. Co, PhD ECE Assistant Professor Dept. of Electronics, Computer, and Communication Engineering, Loyola Schools of Science and Engineering, Ateneo De Manila -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephen.baugh at idusconsultancy.co.uk Wed Jan 27 12:54:57 2010 From: stephen.baugh at idusconsultancy.co.uk (Stephen Baugh) Date: Wed, 27 Jan 2010 11:54:57 -0000 Subject: *****SPAM***** A compatible compiler is not installed Message-ID: <000a01ca9f47$8c575af0$a50610d0$@baugh@idusconsultancy.co.uk> I am using 5.2.0 64bit on Windows 7 64bit. I wish to do some modelling on electrical circuits. When I try to run the Xcos Electrical Demos I get: Sorry Compiling Problem A compatible C compiler required. I have installed Visual C++ express but still get the same message. What C compilers are compatible? Steve, Wokingham, England -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Wed Jan 27 14:52:49 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Wed, 27 Jan 2010 14:52:49 +0100 Subject: [scilab-Users] A compatible compiler is not installed In-Reply-To: <000a01ca9f47$8c575af0$a50610d0$@baugh@idusconsultancy.co.uk> References: <000a01ca9f47$8c575af0$a50610d0$@baugh@idusconsultancy.co.uk> Message-ID: <000301ca9f58$0309c1f0$091d45d0$@cornet@scilab.org> Hi, Visual studio C++ 2008 express does not support officially x64 instructions. There is a workaround (not tested): http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and -64-bit-targets/ On x64, supported compilers are : Visual Studio 2003 Visual Studio 2005 Pro and more Visual Studio 2008 Pro and more You need to install 64-bit component with visual studio http://msdn.microsoft.com/en-us/library/ms246588(VS.80).aspx Best Regards Allan CORNET -- Allan CORNET ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France De : Stephen Baugh [mailto:stephen.baugh at idusconsultancy.co.uk] Envoy? : mercredi 27 janvier 2010 12:55 ? : users at lists.scilab.org Objet : [scilab-Users] *****SPAM***** A compatible compiler is not installed I am using 5.2.0 64bit on Windows 7 64bit. I wish to do some modelling on electrical circuits. When I try to run the Xcos Electrical Demos I get: Sorry Compiling Problem A compatible C compiler required. I have installed Visual C++ express but still get the same message. What C compilers are compatible? Steve, Wokingham, England -------------- next part -------------- An HTML attachment was scrubbed... URL: From Martin.Blasczyk at lantiq.com Wed Jan 27 16:08:46 2010 From: Martin.Blasczyk at lantiq.com (Martin.Blasczyk at lantiq.com) Date: Wed, 27 Jan 2010 16:08:46 +0100 Subject: [scilab-Users] How to manage Scilab external modules easily In-Reply-To: <4B56E575.7020503@scilab.org> References: <4B56E575.7020503@scilab.org> Message-ID: <8A464598AD25E74587F3692211174FD6047B020ED9@mucse404.eu.infineon.com> Hello, Great new feature, thanks! For Scilab-Clients connected to a local network without internet access, is it possible to setup a local ATOMS-server for supplying them with additional modules? Is there a description available for setting up such a server? Best Regards, Martin Blasczyk -----Original Message----- From: Scilab Communication [mailto:communication at scilab.org] Sent: Wednesday, January 20, 2010 12:14 PM To: users at lists.scilab.org Subject: [scilab-Users] How to manage Scilab external modules easily Dear all, Since Scilab 5.2, a new management tool allows Scilab users to download and manage external modules easily and efficiently. ATOMS (AutomaTic mOdules Management for Scilab) allows the user, since his Scilab session, to automatically download and install the external module he wants to use. Available in command line and via a dedicated interface, it also offers features to facilitate installed modules updates and manage dependencies between them. Finally, it can automatically load the modules installed at Scilab start. In the console, type "-->atomsGui" or click on the menu bar on Applications > Module Manager - ATOMS. A new window will open, displaying all available modules with a description and a button to install, update or remove them. Best Regards The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex - France From stephane.mottelet at utc.fr Wed Jan 27 16:24:16 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 27 Jan 2010 16:24:16 +0100 Subject: failing to build help files Message-ID: <4B605AA0.1040907@utc.fr> Hi all, Seems there is a problem within the xsl buils process with some (although valid) files in xml2jar. When using the -nw to see something (otherwise Scilab crashes too fast), I see the following : Construit le document ma?tre: /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US Construction du fichier manuel [javaHelp] dans /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US. (Veuillez patienter ... cela peut prendre un certain temps) Note: namesp. cut : stripped namespace before processing Matlab-like plotting library Note: namesp. cut : processing stripped document Matlab-like plotting library Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/axis.html for refentry(axis) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/background.html for refentry(background) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/caxis.html for refentry(caxis) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/cla.html for refentry(cla) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/clf.html for refentry(clf) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colorbar.html for refentry(colorbar) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colormap.html for refentry(colormap) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fig.html for refentry(fig) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill.html for refentry(fill) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill3.html for refentry(fill3) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/foreground.html for refentry(foreground) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/grid.html for refentry(grid) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/hold.html for refentry(hold) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/legend.html for refentry(legend) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/light.html for refentry(light) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/loglog.html for refentry(loglog) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/mesh.html for refentry(mesh) Writing /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/pcolor.html for refentry(pcolor) No adjustColumnWidths function available. Processing terminated by xsl:message at line 401 Seems that the xsl sheet uses a function which does not exist. Is there a possibility to edit the xsl stylesheet to figure out what is happening ? S. From stephane.mottelet at utc.fr Wed Jan 27 16:27:32 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 27 Jan 2010 16:27:32 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <4B605AA0.1040907@utc.fr> References: <4B605AA0.1040907@utc.fr> Message-ID: <4B605B64.6050409@utc.fr> St??phane Mottelet a ?crit : > Hi all, > > Seems there is a problem within the xsl buils process with some > (although valid) files > in xml2jar. When using the -nw to see something (otherwise Scilab > crashes too fast), > I see the following : > > Construit le document ma?tre: > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US > > Construction du fichier manuel [javaHelp] dans > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US. > (Veuillez patienter ... cela peut prendre un certain temps) > Note: namesp. cut : stripped namespace before processing > Matlab-like plotting library > Note: namesp. cut : processing stripped document > Matlab-like plotting library > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/axis.html > for refentry(axis) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/background.html > for refentry(background) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/caxis.html > for refentry(caxis) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/cla.html > for refentry(cla) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/clf.html > for refentry(clf) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colorbar.html > for refentry(colorbar) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colormap.html > for refentry(colormap) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fig.html > for refentry(fig) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill.html > for refentry(fill) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill3.html > for refentry(fill3) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/foreground.html > for refentry(foreground) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/grid.html > for refentry(grid) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/hold.html > for refentry(hold) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/legend.html > for refentry(legend) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/light.html > for refentry(light) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/loglog.html > for refentry(loglog) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/mesh.html > for refentry(mesh) > Writing > /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/pcolor.html > for refentry(pcolor) > No adjustColumnWidths function available. > Processing terminated by xsl:message at line 401 > > Seems that the xsl sheet uses a function which does not exist. Is > there a possibility to edit the xsl stylesheet to > figure out what is happening ? > > S. > > I join the xml file which seems to cause the issue (there is a element within). S. -------------- next part -------------- A non-text attachment was scrubbed... Name: plot.xml Type: text/xml Size: 6037 bytes Desc: not available URL: From yann.collette at scilab.org Wed Jan 27 16:33:03 2010 From: yann.collette at scilab.org (Collette yann) Date: Wed, 27 Jan 2010 16:33:03 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <4B605B64.6050409@utc.fr> References: <4B605AA0.1040907@utc.fr> <4B605B64.6050409@utc.fr> Message-ID: <4B605CAF.2020800@scilab.org> Hello, You should try to install xxe + the scilab style for xxe. Open plot.xml under xxe to see the list of non conformant tags ... YC St??phane Mottelet a ?crit : > St??phane Mottelet a ?crit : >> Hi all, >> >> Seems there is a problem within the xsl buils process with some >> (although valid) files >> in xml2jar. When using the -nw to see something (otherwise Scilab >> crashes too fast), >> I see the following : >> >> Construit le document ma?tre: >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US >> >> Construction du fichier manuel [javaHelp] dans >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US. >> (Veuillez patienter ... cela peut prendre un certain temps) >> Note: namesp. cut : stripped namespace before processing >> Matlab-like plotting library >> Note: namesp. cut : processing stripped document >> Matlab-like plotting library >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/axis.html >> for refentry(axis) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/background.html >> for refentry(background) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/caxis.html >> for refentry(caxis) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/cla.html >> for refentry(cla) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/clf.html >> for refentry(clf) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colorbar.html >> for refentry(colorbar) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colormap.html >> for refentry(colormap) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fig.html >> for refentry(fig) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill.html >> for refentry(fill) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill3.html >> for refentry(fill3) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/foreground.html >> for refentry(foreground) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/grid.html >> for refentry(grid) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/hold.html >> for refentry(hold) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/legend.html >> for refentry(legend) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/light.html >> for refentry(light) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/loglog.html >> for refentry(loglog) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/mesh.html >> for refentry(mesh) >> Writing >> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/pcolor.html >> for refentry(pcolor) >> No adjustColumnWidths function available. >> Processing terminated by xsl:message at line 401 >> >> Seems that the xsl sheet uses a function which does not exist. Is >> there a possibility to edit the xsl stylesheet to >> figure out what is happening ? >> >> S. >> >> > I join the xml file which seems to cause the issue (there is a
> element within). > > S. From sylvestre.ledru at scilab.org Wed Jan 27 16:33:50 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 27 Jan 2010 16:33:50 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <4B605B64.6050409@utc.fr> References: <4B605AA0.1040907@utc.fr> <4B605B64.6050409@utc.fr> Message-ID: <1264606430.13861.8081.camel@korcula.inria.fr> Hello Stephane, Le mercredi 27 janvier 2010 ? 16:27 +0100, St??phane Mottelet a ?crit : > St??phane Mottelet a ?crit : > > Hi all, > > > > Seems there is a problem within the xsl buils process with some > > (although valid) files > > in xml2jar. When using the -nw to see something (otherwise Scilab > > crashes too fast), > > I see the following : [...] > > > > Seems that the xsl sheet uses a function which does not exist. Is > > there a possibility to edit the xsl stylesheet to > > figure out what is happening ? > > > > S. > > > > > I join the xml file which seems to cause the issue (there is a
> element within). I believe that table is not a docbook keyword. You should try with an informaltable. The following code should work: Sylvestre From stephane.mottelet at utc.fr Wed Jan 27 16:45:00 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 27 Jan 2010 16:45:00 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <4B605CAF.2020800@scilab.org> References: <4B605AA0.1040907@utc.fr> <4B605B64.6050409@utc.fr> <4B605CAF.2020800@scilab.org> Message-ID: <4B605F7C.6090505@utc.fr> Collette yann a ?crit : > Hello, > > You should try to install xxe + the scilab style for xxe. > Open plot.xml under xxe to see the list of non conformant tags ... The xml file is valid with respect to the Docbook schema, since I have used xxe to create this
java.version Java Runtime Environment version
element in the attached file... see the screenshot attached. S. > > YC > > St??phane Mottelet a ?crit : >> St??phane Mottelet a ?crit : >>> Hi all, >>> >>> Seems there is a problem within the xsl buils process with some >>> (although valid) files >>> in xml2jar. When using the -nw to see something (otherwise Scilab >>> crashes too fast), >>> I see the following : >>> >>> Construit le document ma?tre: >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US >>> >>> Construction du fichier manuel [javaHelp] dans >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US. >>> (Veuillez patienter ... cela peut prendre un certain temps) >>> Note: namesp. cut : stripped namespace before processing >>> Matlab-like plotting library >>> Note: namesp. cut : processing stripped document >>> Matlab-like plotting library >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/axis.html >>> for refentry(axis) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/background.html >>> for refentry(background) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/caxis.html >>> for refentry(caxis) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/cla.html >>> for refentry(cla) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/clf.html >>> for refentry(clf) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colorbar.html >>> for refentry(colorbar) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colormap.html >>> for refentry(colormap) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fig.html >>> for refentry(fig) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill.html >>> for refentry(fill) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill3.html >>> for refentry(fill3) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/foreground.html >>> for refentry(foreground) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/grid.html >>> for refentry(grid) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/hold.html >>> for refentry(hold) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/legend.html >>> for refentry(legend) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/light.html >>> for refentry(light) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/loglog.html >>> for refentry(loglog) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/mesh.html >>> for refentry(mesh) >>> Writing >>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/pcolor.html >>> for refentry(pcolor) >>> No adjustColumnWidths function available. >>> Processing terminated by xsl:message at line 401 >>> >>> Seems that the xsl sheet uses a function which does not exist. Is >>> there a possibility to edit the xsl stylesheet to >>> figure out what is happening ? >>> >>> S. >>> >>> >> I join the xml file which seems to cause the issue (there is a >>
element within). >> >> S. > -------------- next part -------------- A non-text attachment was scrubbed... Name: Image 2.png Type: image/png Size: 162759 bytes Desc: not available URL: From stephane.mottelet at utc.fr Wed Jan 27 16:51:51 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 27 Jan 2010 16:51:51 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <4B605F7C.6090505@utc.fr> References: <4B605AA0.1040907@utc.fr> <4B605B64.6050409@utc.fr> <4B605CAF.2020800@scilab.org> <4B605F7C.6090505@utc.fr> Message-ID: <4B606117.3040401@utc.fr> Seems this is a known issue : http://lists.oasis-open.org/archives/docbook-apps/200412/msg00032.html S. St??phane Mottelet a ?crit : > Collette yann a ?crit : >> Hello, >> >> You should try to install xxe + the scilab style for xxe. >> Open plot.xml under xxe to see the list of non conformant tags ... > The xml file is valid with respect to the Docbook schema, since I have > used xxe to create this
element in the attached file... see the > screenshot attached. > > S. >> >> YC >> >> St??phane Mottelet a ?crit : >>> St??phane Mottelet a ?crit : >>>> Hi all, >>>> >>>> Seems there is a problem within the xsl buils process with some >>>> (although valid) files >>>> in xml2jar. When using the -nw to see something (otherwise Scilab >>>> crashes too fast), >>>> I see the following : >>>> >>>> Construit le document ma?tre: >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US >>>> >>>> Construction du fichier manuel [javaHelp] dans >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US. >>>> (Veuillez patienter ... cela peut prendre un certain temps) >>>> Note: namesp. cut : stripped namespace before processing >>>> Matlab-like plotting library >>>> Note: namesp. cut : processing stripped document >>>> Matlab-like plotting library >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/axis.html >>>> for refentry(axis) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/background.html >>>> for refentry(background) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/caxis.html >>>> for refentry(caxis) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/cla.html >>>> for refentry(cla) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/clf.html >>>> for refentry(clf) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colorbar.html >>>> for refentry(colorbar) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/colormap.html >>>> for refentry(colormap) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fig.html >>>> for refentry(fig) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill.html >>>> for refentry(fill) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/fill3.html >>>> for refentry(fill3) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/foreground.html >>>> for refentry(foreground) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/grid.html >>>> for refentry(grid) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/hold.html >>>> for refentry(hold) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/legend.html >>>> for refentry(legend) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/light.html >>>> for refentry(light) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/loglog.html >>>> for refentry(loglog) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/mesh.html >>>> for refentry(mesh) >>>> Writing >>>> /Users/mottelet/svn/xmllab/trunk/XMLlab/noarch/plotlib/help/en_US/scilab_en_US_help/pcolor.html >>>> for refentry(pcolor) >>>> No adjustColumnWidths function available. >>>> Processing terminated by xsl:message at line 401 >>>> >>>> Seems that the xsl sheet uses a function which does not exist. Is >>>> there a possibility to edit the xsl stylesheet to >>>> figure out what is happening ? >>>> >>>> S. >>>> >>>> >>> I join the xml file which seems to cause the issue (there is a >>>
element within). >>> >>> S. >> > > > ------------------------------------------------------------------------ > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 162759 bytes Desc: not available URL: From stephane.mottelet at utc.fr Thu Jan 28 08:08:30 2010 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Thu, 28 Jan 2010 08:08:30 +0100 Subject: [scilab-Users] failing to build help files In-Reply-To: <1264606430.13861.8081.camel@korcula.inria.fr> References: <4B605AA0.1040907@utc.fr> <4B605B64.6050409@utc.fr> <1264606430.13861.8081.camel@korcula.inria.fr> Message-ID: <4B6137EE.2000008@utc.fr> Sylvestre Ledru a ?crit : > Hello Stephane, > > Le mercredi 27 janvier 2010 ? 16:27 +0100, St??phane Mottelet a ?crit : > >> St??phane Mottelet a ?crit : >> >>> Hi all, >>> >>> Seems there is a problem within the xsl buils process with some >>> (although valid) files >>> in xml2jar. When using the -nw to see something (otherwise Scilab >>> crashes too fast), >>> I see the following : >>> > [...] > >>> Seems that the xsl sheet uses a function which does not exist. Is >>> there a possibility to edit the xsl stylesheet to >>> figure out what is happening ? >>> >>> S. >>> >>> >>> >> I join the xml file which seems to cause the issue (there is a
>> element within). >> > I believe that table is not a docbook keyword. > From xxe's point of view, it is, since when you try to insert and element e.g. after a , you can insert a
element, but not an . Btw, there was no problem processing this file with xml2jar in Scilab 5.0. S. > You should try with an informaltable. > The following code should work: > > > > > > > > Sylvestre > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ricci2 at unisi.it Thu Jan 28 15:11:06 2010 From: ricci2 at unisi.it (Maso Ricci) Date: Thu, 28 Jan 2010 15:11:06 +0100 Subject: plotting marks different colors Message-ID: <4B619AFA.1080500@unisi.it> Hi all, is there an easy way for plotting more matrices using different colors for each matrices ? Thanks Maso -- ---------------------------------------- Maso RICCI PhD Dipartimento Farmaco Chimico Tecnologico Universit? degli Studi di Siena Via Aldo Moro,2 Siena phone: +390577234367 email: ricci2 at unisi.it ---------------------------------------- From stephen.baugh at idusconsultancy.co.uk Fri Jan 29 15:28:44 2010 From: stephen.baugh at idusconsultancy.co.uk (Stephen Baugh) Date: Fri, 29 Jan 2010 14:28:44 -0000 Subject: [scilab-Users] A compatible compiler is not installed In-Reply-To: <000301ca9f58$0309c1f0$091d45d0$@cornet@scilab.org> References: <000a01ca9f47$8c575af0$a50610d0$@baugh@idusconsultancy.co.uk> <000301ca9f58$0309c1f0$091d45d0$@cornet@scilab.org> Message-ID: <000301caa0ef$5d04e430$170eac90$@baugh@idusconsultancy.co.uk> Thanks Allan! I?m afraid I have taken the easy way out and installed Scilab 32bit. All now seems to work OK (at least with the demos!). I may try those workarounds when I have time. Will post here if I get it working. Thanks again, Steve From: Allan CORNET [mailto:allan.cornet at scilab.org] Sent: 27 January 2010 13:53 To: users at lists.scilab.org Subject: RE: [scilab-Users] A compatible compiler is not installed Hi, Visual studio C++ 2008 express does not support officially x64 instructions. There is a workaround (not tested): http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and -64-bit-targets/ On x64, supported compilers are : Visual Studio 2003 Visual Studio 2005 Pro and more Visual Studio 2008 Pro and more You need to install 64-bit component with visual studio http://msdn.microsoft.com/en-us/library/ms246588(VS.80).aspx Best Regards Allan CORNET -- Allan CORNET ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France De : Stephen Baugh [mailto:stephen.baugh at idusconsultancy.co.uk] Envoy? : mercredi 27 janvier 2010 12:55 ? : users at lists.scilab.org Objet : [scilab-Users] *****SPAM***** A compatible compiler is not installed I am using 5.2.0 64bit on Windows 7 64bit. I wish to do some modelling on electrical circuits. When I try to run the Xcos Electrical Demos I get: Sorry Compiling Problem A compatible C compiler required. I have installed Visual C++ express but still get the same message. What C compilers are compatible? Steve, Wokingham, England -------------- next part -------------- An HTML attachment was scrubbed... URL: From bious00 at gmail.com Fri Jan 29 23:51:18 2010 From: bious00 at gmail.com (Fabien Pradels) Date: Fri, 29 Jan 2010 23:51:18 +0100 Subject: Probleme SCILAB sous OS X Message-ID: Bonjour, J'ai telecharg? SciLab sur votre site internet. Je l'ai install? sans probl?me. Mais lorsque je tente de lancer l'application, elle appara?t dans le dock pendant 5 secondes puis dispara?t et rien d'autre ne se passe. Savez vous d'ou peut venir ce probl?me? Mac OS X Version 10.5.8 Cordialement -------------- next part -------------- An HTML attachment was scrubbed... URL: From crptdngl71 at gmx.net Sat Jan 30 16:45:45 2010 From: crptdngl71 at gmx.net (Crypto) Date: Sat, 30 Jan 2010 16:45:45 +0100 Subject: Scilab 5.2 + xcos: Bug when dragging / moving parts Message-ID: <201001301645.45680.crptdngl71@gmx.net> Hi, I am not sure if this is a bug or if I am just missing out something. I use scilab on an AMD64 sidux notebook that has kernel 2.6.32, German interface, NVIDIA display driver, dualhead mode. Steps to reproduce: 1.) Run scilab 5.2.0. 2.) In the Konsole, enter xcos to run xcos. xcos will open the "Paletten" window ("Palette browser") and a "Unbenannt" window ("Unnamed" or "New"). 3.) In the Palette Browser choose electric components ("Elektrisch"). Any other palette will do, probably. 4.) Drag a resistor into the "Unbenannt" ("New" or "Unnamed") window. 5.) Drag another component into the "Unbenannt" window. BUG: the component will be dragged to the window, but it will not show up. It simply disappears from view. Actually, the newly added component is not gone, it is there. It just cannot be seen. You need to update the view in "Unbenannt". Do this: 6.) In the menu "Ansicht" ("View") select "Vergr??ern" or "Verkleinern" ("Zoom in" or "Zoom out"). The view will be zoomed in or out and the components, the first one (resistor) and the newly added one will be visible. 7.) Move around any of the two components. If you release the mouse button, the moved componend disappears from view and - worse even - it is not apparent that the component has moved at all, as it will still be displayed at its old position. Again, do step 6.) and you will see that the moving of the component worked but the view was not updated. Bug? Feature? Err... Thanks for any hint and kind regards, Crypto.
java.versionJava Runtime Environment version