From schimidt99 at gmail.com Mon Oct 1 02:57:27 2012 From: schimidt99 at gmail.com (Fernando Schimidt) Date: Sun, 30 Sep 2012 21:57:27 -0300 Subject: [Scilab-users] load ASCII files Message-ID: Hello guys, Iam sorry for the stupid question, but how do I load a file in ASCII format (many variables distributed in columns), I already tried several formats of LOAD function but without success. Thank you very much for any help! Fernando -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.carrico at esterline.com Mon Oct 1 08:09:00 2012 From: paul.carrico at esterline.com (Carrico, Paul) Date: Mon, 1 Oct 2012 08:09:00 +0200 Subject: [Scilab-users] load ASCII files In-Reply-To: References: Message-ID: <55A12CBC06A8C9459DCE0BBEF8122FDC08B77503@exchsrv.AUXITROL1> Hi, If you only have columns of numbers, try "cvs_readwrite" function in atoms ... (very fast) ... if not, you need first to read the ASCII file with "mopen" and "mgetl" and than read blocks of lines with "csv_textscan" Nb : concerning "mgetl", I 've found a limitation with a number of lines in-between 2.5 and 5 million Paul ________________________________ De : users-bounces at lists.scilab.org [mailto:users-bounces at lists.scilab.org] De la part de Fernando Schimidt Envoy? : lundi 1 octobre 2012 02:57 ? : users at lists.scilab.org Objet : [Scilab-users] load ASCII files Hello guys, Iam sorry for the stupid question, but how do I load a file in ASCII format (many variables distributed in columns), I already tried several formats of LOAD function but without success. Thank you very much for any help! Fernando -------------------------------------------------------------------------------- Le pr?sent mail et ses pi?ces jointes sont confidentiels et destin?s ? la personne ou aux personnes vis?e(s) ci-dessus. Si vous avez re?u cet e-mail par erreur, veuillez contacter imm?diatement l'exp?diteur et effacer le message de votre syst?me. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Mon Oct 1 10:05:26 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Mon, 01 Oct 2012 10:05:26 +0200 Subject: [Scilab-users] read_csv returning "Undefined variable" In-Reply-To: <1348839028402-4024919.post@n3.nabble.com> References: <1348839028402-4024919.post@n3.nabble.com> Message-ID: <50694EC6.4080307@centre-cired.fr> Hi Are you sure that you are using Scilab 5.3.3 ? On 28/09/2012 15:30, bkgoodamn wrote: > I am very new to Scilab, using version 5.3.3 (Windows) and trying to > import csv data. Everything I try always returns: > Undefined variable: read_csv > I have tried things such as: > B = read_csv(TMPDIR + '/foo.csv'); > M = read_csv('test.foo'); > M = read_csv('y:\bkg\test.csv'); > M=read_csv(test.foo'); > M=read_csv("test.foo",","); > M=read_csv("test.foo",",") > read_csv > Absolutely everything returns the same error. Any ideas what I'm doing > wrong?? > > -Brad > > ------------------------------------------------------------------------ > View this message in context: read_csv returning "Undefined variable" > > Sent from the Scilab users - Mailing Lists Archives mailing list > archive > > at Nabble.com. > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Mon Oct 1 12:38:12 2012 From: communication at scilab-enterprises.com (Communication) Date: Mon, 01 Oct 2012 12:38:12 +0200 Subject: [Scilab-users] Release of Scilab 5.4.0 Message-ID: <50697294.5080800@scilab-enterprises.com> Dear Scilab Users, Scilab Enterprises is pleased to announce the release of Scilab 5.4.0. Download and information can be found at: http://www.scilab.org/products/scilab/download We also invite you to consult the video explaining the major new functionalities at: http://www.youtube.com/scilabchannel Best Regards -- Communications and Public Relations Department ------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From paul.carrico at esterline.com Mon Oct 1 14:17:07 2012 From: paul.carrico at esterline.com (Carrico, Paul) Date: Mon, 1 Oct 2012 14:17:07 +0200 Subject: [Scilab-users] csv_readwrite Message-ID: <55A12CBC06A8C9459DCE0BBEF8122FDC08B77509@exchsrv.AUXITROL1> Dear All, I just finish to instal the new Scilab release (5.4.0), and the "csv_readwrite" package from atoms ... ... I've immediatly noticed that the behaviour is now completely different between Scilab5.3.3 and 5.4.0, with ################## extract of ascii file to be read : GP= 1 -8.665E-01 8.653E-01 -1.112E+02 2.723-320 2.723-320 2.723-320 GP= 2 -8.731E-01 8.502E-01 -1.112E+02 2.724-320 2.724-320 2.724-320 GP= 3 -8.676E-01 8.640E-01 -1.112E+02 2.724-320 2.724-320 2.724-320 GP= 4 -8.762E-01 8.489E-01 -1.112E+02 2.725-320 2.725-320 2.725-320 ##################" new release result Nan Nan Nan Nan 20.8 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.73 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.74 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.72 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.75 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.63 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.72 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.69 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.69 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.63 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.69 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.71 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.72 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.63 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan 20.66 - 137.1 Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan Nan ################### Previous release exemple Nan 1 -0.8665 0.8653 -111.2 Nan Nan Nan Nan 2 -0.8731 0.8502 -111.2 Nan Nan Nan Nan 3 -0.8676 0.864 -111.2 Nan Nan Nan Nan 4 -0.8762 0.8489 -111.2 Nan Nan Nan I used : - the same code (I was working on it this morning) before installing the new Scilab5.4.0, - the same text file Another strange thing : in both case I 've been using the "csv_readwrite_0.6.1-2.bin.x64.windows.zip" file So be careful ... Paul -------------------------------------------------------------------------------- Le pr?sent mail et ses pi?ces jointes sont confidentiels et destin?s ? la personne ou aux personnes vis?e(s) ci-dessus. Si vous avez re?u cet e-mail par erreur, veuillez contacter imm?diatement l'exp?diteur et effacer le message de votre syst?me. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Mon Oct 1 14:23:54 2012 From: communication at scilab-enterprises.com (Communication) Date: Mon, 01 Oct 2012 14:23:54 +0200 Subject: [Scilab-users] What's the difference between Scilab mailinglist and Scilab Forum? In-Reply-To: <1348912463389-4024923.post@n3.nabble.com> References: <1348912463389-4024923.post@n3.nabble.com> Message-ID: <50698B5A.2000100@scilab-enterprises.com> Dear Scilab User, The forum and scilab.in are maintained by ITT Bombay in India for Indian people and for educational purposes. Scilab Enterprises hosts the mailing list you are using, but has no responsability dealing with the two first ones. Best Regards -- Communications and Public Relations Department ------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com Le 29/09/12 11:54, bkpsusmitaa a ?crit : > I find that Scilab also maintains a forum at http://www.scilab.in/forum . So > What's the difference between Scilab mailinglist and Scilab Forum? At a > first glance it appears that the two exist independent of each other. Is it > meant to be so? Isn't it a waste of resources? > Regards > > > > -- > View this message in context: http://mailinglists.scilab.org/What-s-the-difference-between-Scilab-mailinglist-and-Scilab-Forum-tp4024923.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users From brad at bradgoodman.com Mon Oct 1 14:45:44 2012 From: brad at bradgoodman.com (Brad Goodman) Date: Mon, 1 Oct 2012 08:45:44 -0400 Subject: [Scilab-users] read_csv returning "Undefined variable" In-Reply-To: <50694EC6.4080307@centre-cired.fr> References: <1348839028402-4024919.post@n3.nabble.com> <50694EC6.4080307@centre-cired.fr> Message-ID: Yes, absolutely. _____ On Mon, Oct 1, 2012 at 4:05 AM, Adrien Vogt-Schilb wrote: > > Hi > > Are you sure that you are using Scilab 5.3.3 ? > > On 28/09/2012 15:30, bkgoodamn wrote: > > I am very new to Scilab, using version 5.3.3 (Windows) and trying to import csv data. Everything I try always returns: > > Undefined variable: read_csv > > I have tried things such as: > > B = read_csv(TMPDIR + '/foo.csv'); > M = read_csv('test.foo'); > M = read_csv('y:\bkg\test.csv'); > M=read_csv(test.foo'); > M=read_csv("test.foo",","); > M=read_csv("test.foo",",") > read_csv > > Absolutely everything returns the same error. Any ideas what I'm doing wrong?? > > -Brad > > ________________________________ > View this message in context: read_csv returning "Undefined variable" > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > From u.fechner at tudelft.nl Mon Oct 1 22:16:45 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Mon, 01 Oct 2012 22:16:45 +0200 Subject: [Scilab-users] Bug I of the demos using Scilab 5.4.0 on Ubuntu 12.04 Message-ID: <5069FA2D.9070800@tudelft.nl> Hello, I like Scilab 5.4.0, but there are some regressions with respect to scilab 5.3.3. If I start Scilab 5.4.0, click: - Demos -> Graphics -> 2D and 3D plots -> plot2d I get the following message in the console: Starte Ausf?hrung: lade Startumgebung Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException at javax.swing.LayoutComparator.compare(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.sort(Unknown Source) at java.util.Collections.sort(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.enumerateAndSortCycle(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.getFirstComponent(Unknown Source) at javax.swing.LayoutFocusTraversalPolicy.getFirstComponent(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.getDefaultComponent(Unknown Source) at java.awt.FocusTraversalPolicy.getInitialComponent(Unknown Source) at java.awt.Window.getMostRecentFocusOwner(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.SequencedEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException at javax.swing.LayoutComparator.compare(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.sort(Unknown Source) at java.util.Collections.sort(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.enumerateAndSortCycle(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.getFirstComponent(Unknown Source) at javax.swing.LayoutFocusTraversalPolicy.getFirstComponent(Unknown Source) at javax.swing.SortingFocusTraversalPolicy.getDefaultComponent(Unknown Source) at java.awt.FocusTraversalPolicy.getInitialComponent(Unknown Source) at java.awt.Window.getMostRecentFocusOwner(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.SentEvent.dispatch(Unknown Source) at java.awt.DefaultKeyboardFocusManager$DefaultKeyboardFocusManagerSentEvent.dispatch(Unknown Source) at java.awt.DefaultKeyboardFocusManager.sendMessage(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.SequencedEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) The graphics is displayed correctly. This error message does not appear with Scilab 5.3.3. java -version has the following output: java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode) I use integrated Intel graphics of a core i7. Any ideas? Best regards: Uwe Fechner From haasejos at web.de Tue Oct 2 11:47:22 2012 From: haasejos at web.de (haasejos) Date: Tue, 2 Oct 2012 02:47:22 -0700 (PDT) Subject: [Scilab-users] scilab 5.4.0 stops Message-ID: <1349171242741-4024944.post@n3.nabble.com> hallo, if I try to run the little program below, scilab 5.4.0 stops without any further message. In scilab 5.3.3 it works fine. clc xdel() t = linspace (0 , 2*%pi , 100); x = sin (2*t); y = cos (t); plot ( x , y , '*' ) best regards Josef -- View this message in context: http://mailinglists.scilab.org/scilab-5-4-0-stops-tp4024944.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Tue Oct 2 12:10:51 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Tue, 02 Oct 2012 12:10:51 +0200 Subject: [Scilab-users] Bug I of the demos using Scilab 5.4.0 on Ubuntu 12.04 In-Reply-To: <5069FA2D.9070800@tudelft.nl> References: <5069FA2D.9070800@tudelft.nl> Message-ID: <506ABDAB.9020406@scilab-enterprises.com> On 01/10/2012 22:16, Uwe Fechner wrote: > Hello, > > I like Scilab 5.4.0, but there are some regressions with respect to > scilab 5.3.3. > > If I start Scilab 5.4.0, click: > - Demos -> Graphics -> 2D and 3D plots -> plot2d I get the following > message > in the console: > > Starte Ausf?hrung: > lade Startumgebung > Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException > at javax.swing.LayoutComparator.compare(Unknown Source) > at java.util.Arrays.mergeSort(Unknown Source) > at java.util.Arrays.mergeSort(Unknown Source) > at java.util.Arrays.sort(Unknown Source) It is a warning from the Java internal engine. We haven't been able to tackle this issue but it does not prevent Scilab from working correctly. If you want to follow the evolution on this issue, please subscribe to the bug: http://bugzilla.scilab.org/show_bug.cgi?id=11721 Sylvestre -- ----------------------------- Sylvestre Ledru Operations manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From samuel.enibe at unn.edu.ng Tue Oct 2 19:33:26 2012 From: samuel.enibe at unn.edu.ng (samuel.enibe at unn.edu.ng) Date: Tue, 02 Oct 2012 17:33:26 +0000 Subject: [Scilab-users] Function to remove rows or colums with missing values Message-ID: <506b2556.42020e0a.227d.ffffe316@mx.google.com> Dear sir, Is there an existing function in SCILAB to remove all rows or columns with with one or more missing values from a matrix such as X. I want to avoid the alternative of using the scipts such as K = find(isnan(X)) And then converting the K to row,column format before deleting the rows or columns with missing values. Samuel Enibe University of Nigeria, Nsukka, Nigeria Sent from my Nokia phone From rakhiwarriar at gmail.com Tue Oct 2 19:56:39 2012 From: rakhiwarriar at gmail.com (Rakhi Warriar) Date: Tue, 2 Oct 2012 23:26:39 +0530 Subject: [Scilab-users] What's the difference between Scilab mailinglist and Scilab Forum? In-Reply-To: <50698B5A.2000100@scilab-enterprises.com> References: <1348912463389-4024923.post@n3.nabble.com> <50698B5A.2000100@scilab-enterprises.com> Message-ID: Hello scilab.in is maintained by Indian Institute of Technology Bombay. It is funded by the Ministry of Human Resource Development, Govt. Of India. Our group also has lots of amazing things going on as part of popularising Scilab in India. The forum is a part of this effort. We have close to 120 textbook companions made by students all over India. Textbook companion is a sister project where the worked out examples from a standard textbook is coded in Scilab by a student/teacher. We also have lab migration program where we help Universities in India to migrate their labs from Matlab to Scilab. We have succesfully done that for about 10 institutes or so. This number is growing fast!. We conduct Scilab workshops with the help of the spoken Tutorial team ( http://spoken-tutorial.org). About 500 workshops have been organised all over India in the last year alone.! We have a dedicated team to help people with their queries. I hope I could convey to you the amazing things our group does in India for popularising Scilab. Do participate in our activities. Looking forward to co-operation from all of you! Thanks Rakhi IIT Bombay India On Mon, Oct 1, 2012 at 5:53 PM, Communication < communication at scilab-enterprises.com> wrote: > Dear Scilab User, > > The forum and scilab.in are maintained by ITT Bombay in India for Indian > people and for educational purposes. > Scilab Enterprises hosts the mailing list you are using, but has no > responsability dealing with the two first ones. > > Best Regards > > > -- > Communications and Public Relations Department > ------------------------------**------------- > Scilab Enterprises > 143bis rue Yves Le Coz - 78000 Versailles, France > http://www.scilab-enterprises.**com > > Le 29/09/12 11:54, bkpsusmitaa a ?crit : > > I find that Scilab also maintains a forum at http://www.scilab.in/forum. So >> What's the difference between Scilab mailinglist and Scilab Forum? At a >> first glance it appears that the two exist independent of each other. Is >> it >> meant to be so? Isn't it a waste of resources? >> Regards >> >> >> >> -- >> View this message in context: http://mailinglists.scilab.** >> org/What-s-the-difference-**between-Scilab-mailinglist-** >> and-Scilab-Forum-tp4024923.**html >> Sent from the Scilab users - Mailing Lists Archives mailing list archive >> at Nabble.com. >> ______________________________**_________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/**mailman/listinfo/users >> > > > ______________________________**_________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/**mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ludo.wag at laposte.net Tue Oct 2 20:42:51 2012 From: ludo.wag at laposte.net (Orbeman) Date: Tue, 2 Oct 2012 11:42:51 -0700 (PDT) Subject: [Scilab-users] How to pause the script with a control panel Message-ID: <1349203371148-4024949.post@n3.nabble.com> Hello, I begin with graphics interface and I envisage to add some control panels in my program. I would like to pause the program until I don't have click the pushbutton to validate the parameters. The following function is encapsulated in an other function. Could anyone explain how to do ? Thanks. Sorry for my bad english. function ... ... function [arg_uicontrol, arg_data]=saisie_parametres(arg_uicontrol) arg_uicontrol=struct() arg_data=list() arg_uicontrol.window=scf(0) arg_uicontrol.window.figure_position=[0 0] arg_uicontrol.window.figure_size=[250 500] arg_uicontrol.window.figure_name='Veuillez renseigner les param?tres de l''optimisation' arg_data(1)=uicontrol('style', 'text',.. 'position', [0 100 150 25],.. 'backgroundcolor', [1 1 1],.. 'string', '$\huge\text{Param?tre 1}$'.. ) //... arg_data(1)=uicontrol('style', 'edit',.. 'position', [150 100 75 25],.. 'backgroundcolor', [1 1 1],.. 'string', '10'.. ) //... arg_uicontrol.validation=uicontrol('style', 'pushbutton',.. 'position', [250/2-100 15 200 50],.. 'string', '$\Huge\textbf{Simulation}$',.. 'callback', 'xdel(arg_uicontrol.window.figure_id)'.. ) endfunction [arg_uicontrol, arg_data]=saisi_parametres() ... endfunction -- View this message in context: http://mailinglists.scilab.org/How-to-pause-the-script-with-a-control-panel-tp4024949.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sgougeon at free.fr Tue Oct 2 20:44:42 2012 From: sgougeon at free.fr (Samuel Gougeon) Date: Tue, 02 Oct 2012 20:44:42 +0200 Subject: [Scilab-users] Function to remove rows or colums with missing values In-Reply-To: <506b2556.42020e0a.227d.ffffe316@mx.google.com> References: <506b2556.42020e0a.227d.ffffe316@mx.google.com> Message-ID: <506B361A.60602@free.fr> Hello, Le 02/10/2012 19:33, samuel.enibe at unn.edu.ng a ?crit : > Dear sir, > > Is there an existing function in SCILAB to remove all rows or columns with with one or more missing values from a matrix such as X. > > I want to avoid the alternative of using the scipts such as > K = find(isnan(X)) > And then converting the K to row,column format before deleting the rows or columns with missing values. > I am afraid that a set of instructions is required. One possibility is the following (to delete /columns/ with one or more %nan) : m = rand(5,5); m(3,2) = %nan; m(2,4) = %nan m(:,or(isnan(m),/'r'/)) = [] // m(or(isnan(m),/'c'/),:) = [] // for rows Regards Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From hrdessau at knology.net Tue Oct 2 20:49:37 2012 From: hrdessau at knology.net (Harold Dessau) Date: Tue, 2 Oct 2012 13:49:37 -0500 Subject: [Scilab-users] Awkward redesign of 5.4.0 for Mac Message-ID: <22372C1A-DF5B-4C8C-96D1-044D8E9F29F5@knology.net> All, I will require a significant redesign of my 5.3.3 code to run under 5.4.0 under Mac OS 10.8. Scilab 5.4.0 has evidently redesigned the directory so as to be backwards incompatible with the previous versions. First it installs in my Users/ my name/ directory and will not see my hard drive directory at all. In 5.3.3 I could run directly from my hard drive. 5.4.0 assumes that the Users directory is the top level but Apple disagrees. Secondly, in 5.3.3 I could reference subroutine files with only a subdirectory call. This no longer works. I evidently will have to call subroutines with a long and cumbersome full directory signature. Hal. From samuel.enibe at unn.edu.ng Tue Oct 2 23:25:40 2012 From: samuel.enibe at unn.edu.ng (Samuel Enibe) Date: Tue, 2 Oct 2012 22:25:40 +0100 Subject: [Scilab-users] Function to remove rows or colums with missing values In-Reply-To: <506B361A.60602@free.fr> References: <506b2556.42020e0a.227d.ffffe316@mx.google.com> <506B361A.60602@free.fr> Message-ID: Thank you so much, Samuel. Your example worked very well, and I have incorporated it in my work using the following function: function m = removenan(m, direction)//remove any row or column with missing values if (direction(1)=="r") then m(:,or(isnan(m),'r')) = [];//delete all columns with %nan else m(or(isnan(m),'c'),:) = [] //delete all rows with %nan end endfunction Samuel Ogbonna Enibe University of Nigeria, Nsukka, Nigeria On Tue, Oct 2, 2012 at 7:44 PM, Samuel Gougeon wrote: > ** > Hello, > > Le 02/10/2012 19:33, samuel.enibe at unn.edu.ng a ?crit : > > Dear sir, > > Is there an existing function in SCILAB to remove all rows or columns with with one or more missing values from a matrix such as X. > > I want to avoid the alternative of using the scipts such as > K = find(isnan(X)) > And then converting the K to row,column format before deleting the rows or columns with missing values. > > > I am afraid that a set of instructions is required. One possibility is > the following > (to delete *columns* with one or more %nan) : > > m = rand(5,5); > m(3,2) = %nan; > m(2,4) = %nan > > m(:,or(isnan(m),*'r'*)) = [] > // m(or(isnan(m),*'c'*),:) = [] // for rows > > > Regards > Samuel > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From bkpsusmitaa at gmail.com Wed Oct 3 02:36:07 2012 From: bkpsusmitaa at gmail.com (bkpsusmitaa) Date: Tue, 2 Oct 2012 17:36:07 -0700 (PDT) Subject: [Scilab-users] What's the difference between Scilab mailinglist and Scilab Forum? In-Reply-To: References: <1348912463389-4024923.post@n3.nabble.com> <50698B5A.2000100@scilab-enterprises.com> Message-ID: <1349224567685-4024957.post@n3.nabble.com> Dear Dr.Warriar, Thank you. You have answered my query exhaustively. Regards -- View this message in context: http://mailinglists.scilab.org/What-s-the-difference-between-Scilab-mailinglist-and-Scilab-Forum-tp4024923p4024957.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From roy_furness at hotmail.com Wed Oct 3 23:18:39 2012 From: roy_furness at hotmail.com (Roy Furness) Date: Wed, 3 Oct 2012 21:18:39 +0000 Subject: [Scilab-users] Can't install Scilab Message-ID: Hi there, Can't use Scilab 5.4.0 (Windows 7 - 64 bit) following message: file libjvm.dll missing causing a 'Wscilex.exe failed with error 126'. After download my Norton software identified the missing file as a virus threat '....Cloud.7...' and agressively deleted the file (without the option to retain). Advice much appreiated. Roy Furness -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent.berger at univ-lemans.fr Thu Oct 4 16:48:08 2012 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Thu, 4 Oct 2012 07:48:08 -0700 (PDT) Subject: [Scilab-users] scilab 5.4.0 stops In-Reply-To: <1349171242741-4024944.post@n3.nabble.com> References: <1349171242741-4024944.post@n3.nabble.com> Message-ID: <1349362088292-4024960.post@n3.nabble.com> There is no problem for me win xp and scilab 5.4.0 -- View this message in context: http://mailinglists.scilab.org/scilab-5-4-0-stops-tp4024944p4024960.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From laurent.berger at univ-lemans.fr Thu Oct 4 16:54:46 2012 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Thu, 4 Oct 2012 07:54:46 -0700 (PDT) Subject: [Scilab-users] API call_scilab with scilab 5.4.0 Message-ID: <1349362486977-4024961.post@n3.nabble.com> Hi, In scilab 5.3.3 everything is fine but now with 5.4.0 some problems appears after calling scilab 2 or 3 our 10 times. What's wrong? there is hs_err_pid file with contents # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0238f1bc, pid=980, tid=1492 # # JRE version: 6.0_32-b05 # Java VM: Java HotSpot(TM) Client VM (20.7-b02 mixed mode windows-x86 ) # Problematic frame: # C [scigraphic_objects.dll+0xf1bc] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. ...... Stack: [0x06cc0000,0x06dc0000], sp=0x06dbeaec, free space=1018k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [scigraphic_objects.dll+0xf1bc] Java_org_scilab_modules_graphic_1objects_DataLoaderJNI_fillMarkIndices+0x8ec C [scigraphic_objects.dll+0x116a5] getGraphicObjectProperty+0x335 C [scigraphic_objects.dll+0x16760] gw_graphic_objects+0x5080 C [scigraphic_objects.dll+0xda1a] createDataObject+0x27a C [scigraphic_objects.dll+0xe452] Java_org_scilab_modules_graphic_1objects_DataLoaderJNI_getDataSize+0x32 j org.scilab.modules.graphic_objects.DataLoaderJNI.getDataSize(Ljava/lang/String;)I+0 j org.scilab.modules.graphic_objects.DataLoader.getDataSize(Ljava/lang/String;)I+1 j org.scilab.modules.graphic_objects.MainDataLoader.getDataSize(Ljava/lang/String;)I+44 j org.scilab.modules.renderer.JoGLView.DataManager.fillVertexBuffer(Lorg/scilab/forge/scirenderer/buffers/ElementsBuffer;Ljava/lang/String;I)V+7 j org.scilab.modules.renderer.JoGLView.DataManager.fillVertexBuffer(Lorg/scilab/forge/scirenderer/buffers/ElementsBuffer;Ljava/lang/String;)V+5 j org.scilab.modules.renderer.JoGLView.DataManager.getVertexBuffer(Ljava/lang/String;)Lorg/scilab/forge/scirenderer/buffers/ElementsBuffer;+45 -- View this message in context: http://mailinglists.scilab.org/API-call-scilab-with-scilab-5-4-0-tp4024961.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sahallacy at hotmail.com Fri Oct 5 01:46:37 2012 From: sahallacy at hotmail.com (steven hallacy) Date: Thu, 4 Oct 2012 18:46:37 -0500 Subject: [Scilab-users] Can't install Scilab In-Reply-To: References: Message-ID: I have the same problem with the Scilab 5.4.0 32-bit version. My computer is running Windows 7 - 64 bit. Stephen From: roy_furness at hotmail.com To: users at lists.scilab.org Date: Wed, 3 Oct 2012 21:18:39 +0000 Subject: [Scilab-users] Can't install Scilab Hi there, Can't use Scilab 5.4.0 (Windows 7 - 64 bit) following message: file libjvm.dll missing causing a 'Wscilex.exe failed with error 126'. After download my Norton software identified the missing file as a virus threat '....Cloud.7...' and agressively deleted the file (without the option to retain). Advice much appreiated. Roy Furness _______________________________________________ users mailing list users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From vincent.couvert at scilab-enterprises.com Fri Oct 5 13:54:21 2012 From: vincent.couvert at scilab-enterprises.com (Vincent COUVERT) Date: Fri, 05 Oct 2012 13:54:21 +0200 Subject: [Scilab-users] Can't install Scilab In-Reply-To: References: Message-ID: <506ECA6D.2050602@scilab-enterprises.com> Hi, We tested Scilab installer with Avast and Microsoft Essential and we had no problem. It seems to be a problem with Norton. Regards. Le 05/10/12 01:46, steven hallacy a ?crit : > I have the same problem with the Scilab 5.4.0 32-bit version. My > computer is running Windows 7 - 64 bit. > > Stephen > > ------------------------------------------------------------------------ > From: roy_furness at hotmail.com > To: users at lists.scilab.org > Date: Wed, 3 Oct 2012 21:18:39 +0000 > Subject: [Scilab-users] Can't install Scilab > > > > > Hi there, > > Can't use Scilab 5.4.0 (Windows 7 - 64 bit) following message: > > file libjvm.dll missing > > causing a 'Wscilex.exe failed with error 126'. > > After download my Norton software identified the missing file as a > virus threat '....Cloud.7...' and agressively deleted the file > (without the option to retain). > > Advice much appreiated. > > Roy Furness > > _______________________________________________ users mailing list > users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From jasper at amsterchem.com Fri Oct 5 14:31:06 2012 From: jasper at amsterchem.com (jasper van baten) Date: Fri, 05 Oct 2012 14:31:06 +0200 Subject: [Scilab-users] Can't install Scilab In-Reply-To: <506ECA6D.2050602@scilab-enterprises.com> References: <506ECA6D.2050602@scilab-enterprises.com> Message-ID: <506ED30A.6030801@amsterchem.com> My Norton 360 did that since the first beta (only with the 32 bit version, not with the 64 bit version). I have the option to restore when going into the security history though. I imagine this requires administrative rights. Cloud.7 is a heuristic virus detection mechanism. I reckon it is wrong in this case. Best wishes, Jasper. On 10/5/2012 13:54, Vincent COUVERT wrote: > Hi, > > We tested Scilab installer with Avast and Microsoft Essential and we > had no problem. It seems to be a problem with Norton. > > Regards. > > Le 05/10/12 01:46, steven hallacy a ?crit : >> I have the same problem with the Scilab 5.4.0 32-bit version. My >> computer is running Windows 7 - 64 bit. >> >> Stephen >> >> ------------------------------------------------------------------------ >> From: roy_furness at hotmail.com >> To: users at lists.scilab.org >> Date: Wed, 3 Oct 2012 21:18:39 +0000 >> Subject: [Scilab-users] Can't install Scilab >> >> >> >> >> Hi there, >> >> Can't use Scilab 5.4.0 (Windows 7 - 64 bit) following message: >> >> file libjvm.dll missing >> >> causing a 'Wscilex.exe failed with error 126'. >> >> After download my Norton software identified the missing file as a >> virus threat '....Cloud.7...' and agressively deleted the file >> (without the option to retain). >> >> Advice much appreiated. >> >> Roy Furness >> >> _______________________________________________ users mailing list >> users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users >> >> >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From eduardo.torrecillas at gmail.com Sat Oct 6 23:25:32 2012 From: eduardo.torrecillas at gmail.com (Eduardo Torrecillas) Date: Sat, 6 Oct 2012 18:25:32 -0300 Subject: [Scilab-users] Brazilian Scilab Community Message-ID: Hi all, I would like to share with you that today I have created BR Scilab, a brazilian community for Scilab users. Anyone who can read Portuguese, check out: http://brscilab.blogspot.com/ The idea is to have a place for brazilian Scilab users to communicate and share experiences, codes, modules and so on. Hope you enjoy! Regards, -- Eduardo Torrecillas AER-09 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rei.listas at yahoo.com Sun Oct 7 00:16:45 2012 From: rei.listas at yahoo.com (Reinaldo) Date: Sat, 6 Oct 2012 15:16:45 -0700 (PDT) Subject: [Scilab-users] Brazilian Scilab Community In-Reply-To: References: Message-ID: <1349561805.10803.YahooMailNeo@web121603.mail.ne1.yahoo.com> Excellent initiative !? Parab?ns ! ________________________________ De: Eduardo Torrecillas Para: users at lists.scilab.org Enviadas: S?bado, 6 de Outubro de 2012 18:25 Assunto: [Scilab-users] Brazilian Scilab Community Hi all, I would like to share with you that today I have created BR Scilab, a brazilian community for Scilab users. Anyone who can read Portuguese, check out: http://brscilab.blogspot.com/ The idea is to have a place for brazilian Scilab users to communicate and share experiences, codes, modules and so on. Hope you enjoy! Regards, -- Eduardo Torrecillas AER-09 _______________________________________________ users mailing list users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From eduardo.torrecillas at gmail.com Sun Oct 7 00:44:05 2012 From: eduardo.torrecillas at gmail.com (Eduardo Torrecillas) Date: Sat, 6 Oct 2012 19:44:05 -0300 Subject: [Scilab-users] Brazilian Scilab Community In-Reply-To: <1349561805.10803.YahooMailNeo@web121603.mail.ne1.yahoo.com> References: <1349561805.10803.YahooMailNeo@web121603.mail.ne1.yahoo.com> Message-ID: Hi Reinaldo, Thanks! You and all other brazilian are super invited to join our discussion group also! Abra?os, On Sat, Oct 6, 2012 at 7:16 PM, Reinaldo wrote: > Excellent initiative ! > > Parab?ns ! > > ------------------------------ > *De:* Eduardo Torrecillas > *Para:* users at lists.scilab.org > *Enviadas:* S?bado, 6 de Outubro de 2012 18:25 > *Assunto:* [Scilab-users] Brazilian Scilab Community > > Hi all, > > I would like to share with you that today I have created BR Scilab, a > brazilian community for Scilab users. > Anyone who can read Portuguese, check out: http://brscilab.blogspot.com/ > > The idea is to have a place for brazilian Scilab users to communicate and > share experiences, codes, modules and so on. Hope you enjoy! > > Regards, > > -- > Eduardo Torrecillas > AER-09 > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > -- Eduardo Torrecillas AER-09 -------------- next part -------------- An HTML attachment was scrubbed... URL: From roy_furness at hotmail.com Sun Oct 7 00:46:48 2012 From: roy_furness at hotmail.com (Roy Furness) Date: Sat, 6 Oct 2012 15:46:48 -0700 (PDT) Subject: [Scilab-users] Can't install Scilab In-Reply-To: References: Message-ID: <1349563608852-4024972.post@n3.nabble.com> Thanks for all the responses - it was a problem with Norton but now all is well. BTW is there a command to re-dock the various views which was available at start-up. Thanks to all again! -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Can-t-install-Scilab-tp4024958p4024972.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From adelson.oliveira at gmail.com Sun Oct 7 04:54:14 2012 From: adelson.oliveira at gmail.com (Adelson Oliveira) Date: Sat, 6 Oct 2012 23:54:14 -0300 Subject: [Scilab-users] Can't install Scilab In-Reply-To: <1349563608852-4024972.post@n3.nabble.com> References: <1349563608852-4024972.post@n3.nabble.com> Message-ID: I have a problem with new scilab 5.4. I have made a code for plotting in "seismic/seismological style" making use of scilab's xpolys internal function. It used to work properly with all older versions of scilab but new scilab 5.4.0. Attached pictures show the plot of a sine using scilab 5.3.3 (example2->correct) and scilab 5.4.0 (example1->wrong). The idea is to paint all positive lobes of sine. It is made defining many polygons to be filled with xfpoly. Isn't it a bug of scilab 5.4.0? Thanks, 2012/10/6 Roy Furness > Thanks for all the responses - it was a problem with Norton but now all is > well. > > BTW is there a command to re-dock the various views which was available > at start-up. > > Thanks to all again! > > > > -- > View this message in context: > http://mailinglists.scilab.org/Scilab-users-Can-t-install-Scilab-tp4024958p4024972.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive > at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: example1.png Type: image/png Size: 8617 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: example2.png Type: image/png Size: 5641 bytes Desc: not available URL: From haasejos at web.de Sun Oct 7 11:16:46 2012 From: haasejos at web.de (haasejos) Date: Sun, 7 Oct 2012 02:16:46 -0700 (PDT) Subject: [Scilab-users] scilab 5.4.0 stops In-Reply-To: <1349171242741-4024944.post@n3.nabble.com> References: <1349171242741-4024944.post@n3.nabble.com> Message-ID: <1349601406383-4024975.post@n3.nabble.com> I just tried the programm again on the same Computer (Windows XP Professional, 32-bit). Result: Scilab 5.4.0 stops without any message. On another Computer (Windows XP Home-Edition, 32-bit) there is no Problem. If you want further information, let me know. Josef -- View this message in context: http://mailinglists.scilab.org/scilab-5-4-0-stops-tp4024944p4024975.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From jrafaelbguerra at hotmail.com Sun Oct 7 13:42:57 2012 From: jrafaelbguerra at hotmail.com (Rafael Guerra) Date: Sun, 7 Oct 2012 08:42:57 -0300 Subject: [Scilab-users] Can't install Scilab In-Reply-To: References: <1349563608852-4024972.post@n3.nabble.com> Message-ID: Hi, I also saw this behavior in some previous version(s) of Scilab. In my case, setting the first and the last samples in the time series = 0 helped fixing it. Rgds Rafael From: users-bounces at lists.scilab.org [mailto:users-bounces at lists.scilab.org] On Behalf Of Adelson Oliveira Sent: Saturday, October 06, 2012 11:54 PM To: International users mailing list for Scilab. Subject: Re: [Scilab-users] Can't install Scilab I have a problem with new scilab 5.4. I have made a code for plotting in "seismic/seismological style" making use of scilab's xpolys internal function. It used to work properly with all older versions of scilab but new scilab 5.4.0. Attached pictures show the plot of a sine using scilab 5.3.3 (example2->correct) and scilab 5.4.0 (example1->wrong). The idea is to paint all positive lobes of sine. It is made defining many polygons to be filled with xfpoly. Isn't it a bug of scilab 5.4.0? Thanks, 2012/10/6 Roy Furness Thanks for all the responses - it was a problem with Norton but now all is well. BTW is there a command to re-dock the various views which was available at start-up. Thanks to all again! -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Can-t-install-Scilab-tp4024958p4 024972.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From sivaharivkm at gmail.com Sun Oct 7 10:56:27 2012 From: sivaharivkm at gmail.com (Sivahari) Date: Sun, 7 Oct 2012 01:56:27 -0700 (PDT) Subject: [Scilab-users] Install SIP in Fedora 17 Message-ID: <1349600187157-4024974.post@n3.nabble.com> Hello List, I am student doing my Post Graduation in Digital Image Processing. I want to install Scilab image processing in Fedora 17. I have installed scilab and sip-4.13.2-1.fc17.i686 but its not working. I am not getting the functions like imshow, imread etc. Please help me. I as want to involve in the development of SIP. --Sivahari -- View this message in context: http://mailinglists.scilab.org/Install-SIP-in-Fedora-17-tp4024974.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From simon.gareste at scilab-enterprises.com Mon Oct 8 09:51:51 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Mon, 08 Oct 2012 09:51:51 +0200 Subject: [Scilab-users] Install SIP in Fedora 17 In-Reply-To: <1349600187157-4024974.post@n3.nabble.com> References: <1349600187157-4024974.post@n3.nabble.com> Message-ID: <50728617.2050701@scilab-enterprises.com> Hello, The SIP module doesn't comply with our requirements for designing a module. If you want to get involved in the development of this module, please contact its maintainers, Ricardo Fabbri and Zhang Cheng, whom mail adresses are available on http://siptoolbox.sourceforge.net/. If they are willing to let you work on it, you are very welcome to make this module compliant with our guidelines ( http://wiki.scilab.org/ATOMS and http://wiki.scilab.org/Guidelines%20To%20Design%20a%20Module). Simon On 10/07/2012 10:56 AM, Sivahari wrote: > Hello List, > > I am student doing my Post Graduation in Digital Image Processing. I want to > install Scilab image processing in Fedora 17. I have installed scilab and > sip-4.13.2-1.fc17.i686 but its not working. I am not getting the functions > like imshow, imread etc. Please help me. I as want to involve in the > development of SIP. > > --Sivahari > > > > -- > View this message in context: http://mailinglists.scilab.org/Install-SIP-in-Fedora-17-tp4024974.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From victor.noel at irit.fr Mon Oct 8 14:48:07 2012 From: victor.noel at irit.fr (Victor =?ISO-8859-1?Q?No=EBl?=) Date: Mon, 08 Oct 2012 14:48:07 +0200 Subject: [Scilab-users] Using Scilab cli from Java Message-ID: <1349700487.2278.45.camel@risotto> Hi, We need in a joint research/industrial project to run scilab functions from Java. Since javasci does not allow multiple engine to run at the same time (as we need each of these execution to be persistent during a long time with global variables, and there could be name clashes between them), we decided to spawn the scilab cli for each function and interact with it using stdin and stdout. This works well, but ONLY under windows. For a reason we ignore, stdout does not seem to produce any output under Linux. I defined a simple test case to illustrate the problem, it runs under windows but not under Linux. It is joined to this email. Running it should produce the display of "test" in the console. To illustrate the fact that the problem here is not linked to deadlocks created by threads and a small stream buffer (as it is a famous reason for this kind of problem), I put the reading of stderr and stdout in threads. What we noticed is the following: - closing stdin unblocks stdout (but makes the process useless) - redirecting stdout to a file does not work either - redirecting stdout to the java process's stdout does work! I have the feeling this is linked Scilab itself and not just to the java code responsible of executing processes, that's why I ask the question here, but I may be wrong, and in that case, I'm sorry for the noise. This is really blocking and I'm starting to get desperate about fixing this (even more because I had a lot of hopes in porting our prototype to Linux :) Thank you for any help you can provide Victor -------------- next part -------------- A non-text attachment was scrubbed... Name: Test.java Type: text/x-java Size: 1811 bytes Desc: not available URL: From lizbeth0188 at gmail.com Mon Oct 8 15:06:35 2012 From: lizbeth0188 at gmail.com (elizabeth) Date: Mon, 8 Oct 2012 13:06:35 +0000 (UTC) Subject: [Scilab-users] Unable to save scinotes Message-ID: Unable to save the scinotes in scilab 5.3 64-bit From calixte.denizet at scilab-enterprises.com Mon Oct 8 16:28:25 2012 From: calixte.denizet at scilab-enterprises.com (Calixte Denizet) Date: Mon, 08 Oct 2012 16:28:25 +0200 Subject: [Scilab-users] Unable to save scinotes In-Reply-To: References: Message-ID: <5072E309.80601@scilab-enterprises.com> Hi Elizabeth, Could you be more precise ? You should make a try with Scilab 5.4.0: http://www.scilab.org/products/scilab/download If your bug is still alive with 5.40, please report a bug: http://bugzilla.scilab.org/ Best regards Calixte On 08/10/2012 15:06, elizabeth wrote: > Unable to save the scinotes in scilab 5.3 64-bit > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Calixte Denizet Software Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From grivet at cnrs-orleans.fr Mon Oct 8 16:08:22 2012 From: grivet at cnrs-orleans.fr (grivet) Date: Mon, 08 Oct 2012 16:08:22 +0200 Subject: [Scilab-users] discrete cosine transform In-Reply-To: <1867307997.102959530.1333633105836.JavaMail.root@zimbra75-e12.priv.proxad.net> References: <1867307997.102959530.1333633105836.JavaMail.root@zimbra75-e12.priv.proxad.net> Message-ID: <5072DE56.6010209@cnrs-orleans.fr> Hello, I am interested in using the dscrete cosine transfomr function that is now part of Scilab 5.4. To try this function, I modified the example given in the Help, as follows sample_rate=1000; t = 0:1/sample_rate:0.6; N=size(t,'*'); //number of samples s=cos(2*%pi*100*t).*exp(-20*t)+cos(2*%pi*200*t).*exp(-20*t)+ cos(2*%pi*300*t).*exp(-20*t)+cos(2*%pi*400*t).*exp(-20*t); s(1) = 0.5*s(1); d=dct(s,"dct1"); clf();scf(0); plot(d); I expected to see a plot of 4 lorentzian functions ( ~ 1/(1+x^2)) with increasing frequencies. But, surprise, I get 4 functions that smoothly evolve from ~ 1/(1+x^2) (absorption) to ~ x/(1+x^2) (dispersion) shape. In other words, the transform shows a linear phase increase, from 0 to pi/2. This is surprising since dct1 (or DCT-I) is, according to textbooks, equivalent to the discrete Fourier tranform of a set of real numbers. Apart from discretization and truncation problems, this is close to the analytical transform. On the other hand, dct4 leads to a pure absorption phase transform, which is what I need. Can somebody explain the subltle features of the DCT ? Thank you in advance, JP Grivet From hrdessau at knology.net Mon Oct 8 18:12:53 2012 From: hrdessau at knology.net (Harold Dessau) Date: Mon, 8 Oct 2012 11:12:53 -0500 Subject: [Scilab-users] MacOS 10.8 Scilab function calls Message-ID: <3AE687A1-6652-4A01-9EE9-2BA94E3C1C6C@knology.net> I am running Mac OS 10.8 Mountain Lion with Scilab 5.4.0. Scilab installed easily once Java 6.0 had been downloaded as per instructions. However, I am unable to execute function calls using the exec call to the function directory. After failing with a previously working legacy code under Scilab 5.3.3, I generated a simple test code and this also failed. The function call failed with both a partial directory call and also with a complete directory call. My function calls all reference the .sce extension. I wonder if Scilab 5.4.0 has been adequately tested under Mac Os 10.8. Has anyone else seen a similar issue? Hal. From samuel.enibe at unn.edu.ng Mon Oct 8 18:30:59 2012 From: samuel.enibe at unn.edu.ng (samuel.enibe at unn.edu.ng) Date: Mon, 08 Oct 2012 16:30:59 +0000 Subject: [Scilab-users] Unable to save scinotes Message-ID: <5072ffb4.88c70e0a.1a38.10ac@mx.google.com> Make sure you have permissions to write in the directory where you want to save the file. Try saving the file in your home directory. Samuel Rnibe Sent from my Nokia phone -----Original Message----- From: elizabeth Sent: 08/10/2012 2.06.35 pm Subject: [Scilab-users] Unable to save scinotes Unable to save the scinotes in scilab 5.3 64-bit _______________________________________________ users mailing list users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users From calixte.denizet at scilab-enterprises.com Tue Oct 9 16:22:31 2012 From: calixte.denizet at scilab-enterprises.com (Calixte Denizet) Date: Tue, 09 Oct 2012 16:22:31 +0200 Subject: [Scilab-users] Using Scilab cli from Java In-Reply-To: <1349700487.2278.45.camel@risotto> References: <1349700487.2278.45.camel@risotto> Message-ID: <50743327.6030907@scilab-enterprises.com> Hi Victor, I reported the bug: http://bugzilla.scilab.org/show_bug.cgi?id=11969 and proposed a patch: http://codereview.scilab.org/#/c/9394/ Thanks Calixte On 08/10/2012 14:48, Victor No?l wrote: > Hi, > > We need in a joint research/industrial project to run scilab functions > from Java. Since javasci does not allow multiple engine to run at the > same time (as we need each of these execution to be persistent during a > long time with global variables, and there could be name clashes between > them), we decided to spawn the scilab cli for each function and interact > with it using stdin and stdout. > > This works well, but ONLY under windows. > > For a reason we ignore, stdout does not seem to produce any output under > Linux. I defined a simple test case to illustrate the problem, it runs > under windows but not under Linux. > > It is joined to this email. > Running it should produce the display of "test" in the console. > > To illustrate the fact that the problem here is not linked to deadlocks > created by threads and a small stream buffer (as it is a famous reason > for this kind of problem), I put the reading of stderr and stdout in > threads. > > What we noticed is the following: > - closing stdin unblocks stdout (but makes the process useless) > - redirecting stdout to a file does not work either > - redirecting stdout to the java process's stdout does work! > > I have the feeling this is linked Scilab itself and not just to the java > code responsible of executing processes, that's why I ask the question > here, but I may be wrong, and in that case, I'm sorry for the noise. > > This is really blocking and I'm starting to get desperate about fixing > this (even more because I had a lot of hopes in porting our prototype to > Linux :) > > Thank you for any help you can provide > > Victor > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Calixte Denizet Software Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Tue Oct 9 16:46:18 2012 From: communication at scilab-enterprises.com (Communication) Date: Tue, 09 Oct 2012 16:46:18 +0200 Subject: [Scilab-users] Professional Training Message-ID: <507438BA.1020208@scilab-enterprises.com> Dear Scilab Users, You are interested in a fundamental or more advanced training on Scilab and Xcos? Scilab Enterprises offers professional training sessions and next sessions for 2013 are online on http://www.scilab-enterprises.com/services/training Training can also be customized to fit your needs, so do not hesitate to contact us at formation at scilab-enterprises.com Best Regards -- Communications and Public Relations Department ------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From stephane.becu at maya-technologies.com Tue Oct 9 18:22:34 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Tue, 9 Oct 2012 18:22:34 +0200 Subject: [Scilab-users] importXcosDiagram function under Scilab 5.4.0 Message-ID: Hello When using the scilab importXcosDiagram() function I sometimes face the following issue: importXcosDiagram("my_file.xcos"); !--error 4 Variable non d?finie : importXcosDiagram I don't understand why the execution sometimes runs and sometimes not treating the importXcosDiagram() function as a variable... Did someone have the same problem? St?phane -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.becu at maya-technologies.com Wed Oct 10 12:59:59 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Wed, 10 Oct 2012 12:59:59 +0200 Subject: [Scilab-users] =?iso-8859-1?q?TR=A0=3A_importXcosDiagram_function?= =?iso-8859-1?q?_under_Scilab_5=2E4=2E0?= References: Message-ID: Hello, In fact the same error message also appears for any other scilab function (like plot, mean, sqrt...): undefined variable: plot (or mean or sqrt...) St?phane ________________________________ De: St?phane B?cu Date: mar. 09/10/2012 18:22 ?: users at lists.scilab.org Objet : importXcosDiagram function under Scilab 5.4.0 Hello When using the scilab importXcosDiagram() function I sometimes face the following issue: importXcosDiagram("my_file.xcos"); !--error 4 Variable non d?finie : importXcosDiagram I don't understand why the execution sometimes runs and sometimes not treating the importXcosDiagram() function as a variable... Did someone have the same problem? St?phane -------------- next part -------------- An HTML attachment was scrubbed... URL: From Serge.Steer at inria.fr Wed Oct 10 15:17:45 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Wed, 10 Oct 2012 15:17:45 +0200 Subject: [Scilab-users] =?iso-8859-1?q?TR=A0=3A_importXcosDiagram_function?= =?iso-8859-1?q?_under_Scilab_5=2E4=2E0?= In-Reply-To: References: Message-ID: <50757579.4030706@inria.fr> Do you use an official binary version? What does the who command respond? Serge Steer Le 10/10/2012 12:59, St?phane B?cu a ?crit : > Hello, > In fact the same error message also appears for any other scilab > function (like plot, mean, sqrt...): > undefined variable: plot (or mean or sqrt...) > St?phane > > ------------------------------------------------------------------------ > *De:* St?phane B?cu > *Date:* mar. 09/10/2012 18:22 > *?:* users at lists.scilab.org > *Objet :* importXcosDiagram function under Scilab 5.4.0 > > Hello > When using the scilab importXcosDiagram() function I sometimes face > the following issue: > importXcosDiagram("my_file.xcos"); > !--error 4 > Variable non d?finie : importXcosDiagram > I don't understand why the execution sometimes runs and sometimes not > treating the importXcosDiagram() function as a variable... > Did someone have the same problem? > St?phane > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From bcfjohns at gmail.com Wed Oct 10 16:29:50 2012 From: bcfjohns at gmail.com (Benjamin Johnson) Date: Wed, 10 Oct 2012 10:29:50 -0400 Subject: [Scilab-users] importXcosDiagram function under Scilab 5.4.0 In-Reply-To: <50757579.4030706@inria.fr> References: <50757579.4030706@inria.fr> Message-ID: <7A90BA0D-466B-402D-9DB2-612511936082@gmail.com> I have a similar problem. After I use the command "clear;" importXcosDiagram() and help stop working. plot2d and sqrt still work. After starting scilab who Your variables are: Branchinglib Eventslib Misclib Sinkslib Thresholdlib Linearlib Matrixoplib Nonlinearlib Sourceslib Electricallib Hydraulicslib PDElib Integeroplib scicos_scicoslib AFFICH_f RFILE WFILE loadXcosLibs home external_objectslib modules_managerlib helptoolslib scinoteslib xcoslib matiolib atomslib atomsguilib parameterslib simulated_annealinglib genetic_algorithmslib umfpacklib scicos_autolib scicos_utilslib spreadsheetlib demo_toolslib assertlib development_toolslib soundlib m2scilib compatibility_functilib arnoldilib statisticslib timelib stringlib special_functionslib sparselib signal_processinglib %z %s polynomialslib overloadinglib optimsimplexlib optimbaselib neldermeadlib optimizationlib linear_algebralib jvmlib output_streamlib iolib interpolationlib integerlib dynamic_linklib guilib uitreelib data_structureslib cacsdlib graphic_exportlib graphicslib datatipslib fileiolib functionslib elementary_functionslib differential_equationlib corelib PWD %tk %F %T %nan %inf SCI SCIHOME TMPDIR %gui %fftw $ %t %f %eps %io %i %e %pi using 11503 elements out of 10000000. and 93 variables out of 9231. Your global variables are: %modalWarning %toolboxes %toolboxes_dir using 43 elements out of 180001. and 3 variables out of 767. after clear; -->who Your variables are: ans SCI SCIHOME TMPDIR %gui %fftw $ %t %f %eps %io %i %e %pi using 136 elements out of 10000000. and 14 variables out of 9231. Your global variables are: %modalWarning %toolboxes %toolboxes_dir %helps using 45 elements out of 180001. and 4 variables out of 767. Thanks, -Ben On Oct 10, 2012, at 9:17 AM, Serge Steer wrote: > Do you use an official binary version? > What does the who command respond? > > Serge Steer > Le 10/10/2012 12:59, St?phane B?cu a ?crit : >> Hello, >> >> In fact the same error message also appears for any other scilab function (like plot, mean, sqrt...): >> undefined variable: plot (or mean or sqrt...) >> >> St?phane >> >> >> >> >> De: St?phane B?cu >> Date: mar. 09/10/2012 18:22 >> ?: users at lists.scilab.org >> Objet : importXcosDiagram function under Scilab 5.4.0 >> >> >> Hello >> >> When using the scilab importXcosDiagram() function I sometimes face the following issue: >> importXcosDiagram("my_file.xcos"); >> !--error 4 >> Variable non d?finie : importXcosDiagram >> >> I don't understand why the execution sometimes runs and sometimes not treating the importXcosDiagram() function as a variable... >> >> Did someone have the same problem? >> >> St?phane >> >> >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From victor.noel at irit.fr Wed Oct 10 17:02:52 2012 From: victor.noel at irit.fr (=?UTF-8?Q?Victor_No=C3=ABl?=) Date: Wed, 10 Oct 2012 08:02:52 -0700 (PDT) Subject: [Scilab-users] Using Scilab cli from Java In-Reply-To: <50743327.6030907@scilab-enterprises.com> References: <1349700487.2278.45.camel@risotto> <50743327.6030907@scilab-enterprises.com> Message-ID: <1349881372008-4024999.post@n3.nabble.com> Hi, As surprising as it is, I'm unfortunately not sure this bug is causing my problem :) If I understand well, the bug you discovered was introduced in Scilab 5.4, but wasn't present in Scialb 5.3.3 (at least that's what is happening on my computer). But my problem with Java seems to be happening both with 5.4 and 5.3.3! What do you think? Victor -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Using-Scilab-cli-from-Java-tp4024980p4024999.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From calixte.denizet at scilab-enterprises.com Wed Oct 10 17:07:12 2012 From: calixte.denizet at scilab-enterprises.com (Calixte Denizet) Date: Wed, 10 Oct 2012 17:07:12 +0200 Subject: [Scilab-users] Using Scilab cli from Java In-Reply-To: <1349881372008-4024999.post@n3.nabble.com> References: <1349700487.2278.45.camel@risotto> <50743327.6030907@scilab-enterprises.com> <1349881372008-4024999.post@n3.nabble.com> Message-ID: <50758F20.7090908@scilab-enterprises.com> On 10/10/2012 17:02, Victor No?l wrote: > Hi, > > As surprising as it is, I'm unfortunately not sure this bug is causing my > problem :) > > If I understand well, the bug you discovered was introduced in Scilab 5.4, > but wasn't present in Scialb 5.3.3 (at least that's what is happening on my > computer). > > But my problem with Java seems to be happening both with 5.4 and 5.3.3! > > What do you think? Hi Victor, I tested your java code and it seems to work. If you have the possibility to compile Scilab yourself (under most of Linux distros, it is easy), then you could test the patch and so give me a positive or negative feedback. C > > Victor > > > > -- > View this message in context: http://mailinglists.scilab.org/Scilab-users-Using-Scilab-cli-from-Java-tp4024980p4024999.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Calixte Denizet Software Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From Serge.Steer at inria.fr Wed Oct 10 18:02:20 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Wed, 10 Oct 2012 18:02:20 +0200 Subject: [Scilab-users] importXcosDiagram function under Scilab 5.4.0 In-Reply-To: <7A90BA0D-466B-402D-9DB2-612511936082@gmail.com> References: <50757579.4030706@inria.fr> <7A90BA0D-466B-402D-9DB2-612511936082@gmail.com> Message-ID: <50759C0C.8090600@inria.fr> So it is clearly a bug introduced in scilab-5.4.0. clear must not remove variables created at startup time a workaround can be to add the following instruction in your scilab.ini file predef(94); This will protect the libraries created by the Scilab startup. Please report that bug into Bugzilla Serge Steer Le 10/10/2012 16:29, Benjamin Johnson a ?crit : > I have a similar problem. After I use the command "clear;" > importXcosDiagram() and help stop working. plot2d and sqrt still work. > > After starting scilab > > who > > Your variables are: > > Branchinglib Eventslib Misclib > Sinkslib > Thresholdlib Linearlib Matrixoplib > Nonlinearlib > Sourceslib Electricallib Hydraulicslib > PDElib > Integeroplib scicos_scicoslib AFFICH_f > RFILE > WFILE loadXcosLibs home > external_objectslib > modules_managerlib helptoolslib scinoteslib > xcoslib > matiolib atomslib atomsguilib > parameterslib > simulated_annealinglib genetic_algorithmslib umfpacklib > scicos_autolib > scicos_utilslib spreadsheetlib demo_toolslib > assertlib > development_toolslib soundlib m2scilib > compatibility_functilib > arnoldilib statisticslib timelib > stringlib > special_functionslib sparselib signal_processinglib > %z > %s polynomialslib overloadinglib > optimsimplexlib > optimbaselib neldermeadlib optimizationlib > linear_algebralib > jvmlib output_streamlib iolib > interpolationlib > integerlib dynamic_linklib guilib > uitreelib > data_structureslib cacsdlib graphic_exportlib > graphicslib > datatipslib fileiolib functionslib > elementary_functionslib > differential_equationlib corelib PWD > %tk > %F %T %nan > %inf > SCI SCIHOME TMPDIR > %gui > %fftw $ %t > %f > %eps %io %i > %e > %pi > > using 11503 elements out of 10000000. > and 93 variables out of 9231. > > Your global variables are: > > %modalWarning %toolboxes %toolboxes_dir > > using 43 elements out of 180001. > and 3 variables out of 767. > > > > > after clear; > > -->who > > Your variables are: > > ans SCI SCIHOME > TMPDIR > %gui %fftw $ > %t > %f %eps %io > %i > %e %pi > > using 136 elements out of 10000000. > and 14 variables out of 9231. > > Your global variables are: > > %modalWarning %toolboxes %toolboxes_dir > %helps > > > using 45 elements out of 180001. > and 4 variables out of 767. > > Thanks, > -Ben > > > On Oct 10, 2012, at 9:17 AM, Serge Steer wrote: > >> Do you use an official binary version? >> What does the who command respond? >> >> Serge Steer >> Le 10/10/2012 12:59, St?phane B?cu a ?crit : >>> Hello, >>> In fact the same error message also appears for any other scilab >>> function (like plot, mean, sqrt...): >>> undefined variable: plot (or mean or sqrt...) >>> St?phane >>> >>> ------------------------------------------------------------------------ >>> *De:* St?phane B?cu >>> *Date:* mar. 09/10/2012 18:22 >>> *?:* users at lists.scilab.org >>> *Objet :* importXcosDiagram function under Scilab 5.4.0 >>> >>> Hello >>> When using the scilab importXcosDiagram() function I sometimes face >>> the following issue: >>> importXcosDiagram("my_file.xcos"); >>> !--error 4 >>> Variable non d?finie : importXcosDiagram >>> I don't understand why the execution sometimes runs and sometimes >>> not treating the importXcosDiagram() function as a variable... >>> Did someone have the same problem? >>> St?phane >>> >>> >>> _______________________________________________ >>> users mailing list >>> users at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From iai at axelspace.com Thu Oct 11 05:56:43 2012 From: iai at axelspace.com (Iai Masafumi ax) Date: Thu, 11 Oct 2012 12:56:43 +0900 Subject: [Scilab-users] strsubst Message-ID: <5076437B.2070901@axelspace.com> Using regular expression with strsubst, is there any way to substitute multiple occurence of matched characters in a string? As my test code below shows, replacement occurs multiple times when an ordinary string is searched. But only the first occurence is replaced if regular expression is used. I am using ver. 5.3.3 and 5.4.0. -->txt=msprintf("aaa\tbbb\tccc\tddd\n"); -->a=strsubst(txt,char(9),"*") a = aaa*bbb*ccc*ddd -->b=strsubst(txt,"/\t/", "*", "r") b = aaa*bbb ccc ddd -->c=strsubst(txt,"/\t/g", "*", "r") c = aaa*bbb ccc ddd Iai From victor.noel at irit.fr Thu Oct 11 10:12:23 2012 From: victor.noel at irit.fr (=?UTF-8?Q?Victor_No=C3=ABl?=) Date: Thu, 11 Oct 2012 01:12:23 -0700 (PDT) Subject: [Scilab-users] Using Scilab cli from Java In-Reply-To: <50758F20.7090908@scilab-enterprises.com> References: <1349700487.2278.45.camel@risotto> <50743327.6030907@scilab-enterprises.com> <1349881372008-4024999.post@n3.nabble.com> <50758F20.7090908@scilab-enterprises.com> Message-ID: <1349943143061-4025003.post@n3.nabble.com> Hi, You are right, it is working as wanted with the patch! Thank you very much, we are waiting with impatience for the version that will contain this fix :) Victor -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Using-Scilab-cli-from-Java-tp4024980p4025003.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From gledsonmelotti at yahoo.com.br Thu Oct 11 00:38:27 2012 From: gledsonmelotti at yahoo.com.br (Gledson Melotti) Date: Wed, 10 Oct 2012 15:38:27 -0700 (PDT) Subject: [Scilab-users] scilab Message-ID: <1349908707.2979.YahooMailNeo@web125402.mail.ne1.yahoo.com> Hi, deculpa me the hassle. I gostari to simulate a transfer function in SCILAB (as the commands below), but I can not because scilab provides several errors. Could you tell me what I should do to get simulate the transfer function. s=poly(0,'s'); funcprot(0); num=x_dialog('numerador','s^5*kd+s^4*(60*kd+kp)+s^3*(1500*kd-60*kp+ki)+s^2*(-15000*kd+1500*kp-60*ki)+s*(-15000*kp+1500*ki)-15000*ki') den=x_dialog('denominador','s^5*(kd)+s^4*(-1-60*kd+kp)+s^3*(-1500-60+1500*kd-60*kp+ki)+s^2*(-15000-1500-15000*kd+1500*kp-60*ki)+s*(-15000-15000*kp+1500*ki)-15000*ki') kp=96.770532; ki=42.568724 ; kd=18.711118; t=0:0.01:100; numerador=evstr(num); denominador=evstr(den); y=csim('step',t,numerador/denominador) I thank you for your attention, Gledson Melotti. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgougeon at free.fr Thu Oct 11 11:18:44 2012 From: sgougeon at free.fr (Samuel Gougeon) Date: Thu, 11 Oct 2012 11:18:44 +0200 Subject: [Scilab-users] strsubst In-Reply-To: <5076437B.2070901@axelspace.com> References: <5076437B.2070901@axelspace.com> Message-ID: <50768EF4.4030403@free.fr> Hello, Le 11/10/2012 05:56, Iai Masafumi ax a ?crit : > Using regular expression with strsubst, is there any way to substitute > multiple occurence of matched characters in a string? As my test code > below shows, replacement occurs multiple times when an ordinary string > is searched. But only the first occurence is replaced if regular > expression is used. > I am using ver. 5.3.3 and 5.4.0. > This bug has been reported in 2009 at http://bugzilla.scilab.org/show_bug.cgi?id=4276 Regards Samuel From w.schulz at ove.at Fri Oct 12 13:20:27 2012 From: w.schulz at ove.at (W.Schulz) Date: Fri, 12 Oct 2012 04:20:27 -0700 (PDT) Subject: [Scilab-users] subplot with 2 y-axis Message-ID: <1350040827624-4025009.post@n3.nabble.com> Hello, I try to make a subplot with 2 y-axis. I can create a single plot with 2 y-axis but as soon as I add the subplot command (currently commented in the code below) the complete figure is distorted. What is the problem? Thanks Wolfgang clf Xangle = [0. 10. 20. 30. 40. 50. 60. 70. 80. 90.]; cntangle = [10070 29822 33857 33522 36576 29697 23576 23138 23377 20000]; meanangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; stdvangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; //subplot(2,1,1); bar(Xangle,cntangle) ymax=max(cntangle); set(gca(),"data_bounds",matrix([0,100,0,ymax+100],2,-1)); a=gca(); //get the handle of the newly created axes a.x_label.text="Angle [degrees]"; a.y_label.text="Number [ ]"; a.auto_ticks = ["on","on","on"]; a=newaxes(); a.filled="off"; plot(Xangle,meanangle,'r-o',"MarkerSize",2,"MarkerFaceColor","r") set(gca(),"data_bounds",matrix([0,100,-3,3],2,-1)); a.y_location = "right"; errbar(Xangle,meanangle,stdvangle/2.,stdvangle/2.); -- View this message in context: http://mailinglists.scilab.org/subplot-with-2-y-axis-tp4025009.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Serge.Steer at inria.fr Fri Oct 12 13:52:02 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Fri, 12 Oct 2012 13:52:02 +0200 Subject: [Scilab-users] subplot with 2 y-axis In-Reply-To: <1350040827624-4025009.post@n3.nabble.com> References: <1350040827624-4025009.post@n3.nabble.com> Message-ID: <50780462.20901@inria.fr> Please find below a code that realizes what you want You have mainly forgotten to adapt the axes_bounds of the second axes Serge Steer INRIa clf Xangle = [0. 10. 20. 30. 40. 50. 60. 70. 80. 90.]; cntangle = [10070 29822 33857 33522 36576 29697 23576 23138 23377 20000]; meanangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; stdvangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; subplot(2,1,1); bar(Xangle,cntangle) ymax=max(cntangle); set(gca(),"data_bounds",[0,0;100 ymax+100],2,-1)); a=gca(); //get the handle of the newly created axes a.x_label.text="Angle [degrees]"; a.y_label.text="Number [ ]"; a.auto_ticks = ["on","on","on"]; a1=newaxes(); a1.filled="off"; a1.axes_bounds=a.axes_bounds; plot(Xangle,meanangle,'r-o',"MarkerSize",2,"MarkerFaceColor","r") a1.data_bounds=[a.data_bounds(:,1) [0;3]]; a1.y_location = "right"; errbar(Xangle,meanangle,stdvangle/2.,stdvangle/2.); Le 12/10/2012 13:20, W.Schulz a ?crit : > Hello, > I try to make a subplot with 2 y-axis. I can create a single plot with 2 > y-axis but as soon as I add the subplot command (currently commented in the > code below) the complete figure is distorted. > What is the problem? > Thanks > Wolfgang > > clf > Xangle = [0. 10. 20. 30. 40. 50. 60. 70. 80. 90.]; > cntangle = [10070 29822 33857 33522 36576 29697 23576 23138 23377 20000]; > meanangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; > stdvangle = [0.281 0.910 0.116 1.598 0.255 1.089 0.111 1.497 0.397 0.933]; > > //subplot(2,1,1); > bar(Xangle,cntangle) > ymax=max(cntangle); > set(gca(),"data_bounds",matrix([0,100,0,ymax+100],2,-1)); > a=gca(); //get the handle of the newly created axes > a.x_label.text="Angle [degrees]"; > a.y_label.text="Number [ ]"; > a.auto_ticks = ["on","on","on"]; > > a=newaxes(); > a.filled="off"; > > plot(Xangle,meanangle,'r-o',"MarkerSize",2,"MarkerFaceColor","r") > set(gca(),"data_bounds",matrix([0,100,-3,3],2,-1)); > a.y_location = "right"; > errbar(Xangle,meanangle,stdvangle/2.,stdvangle/2.); > > > > > -- > View this message in context: http://mailinglists.scilab.org/subplot-with-2-y-axis-tp4025009.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > From Helmut at Buech-Gifhorn.de Fri Oct 12 17:20:05 2012 From: Helmut at Buech-Gifhorn.de (=?ISO-8859-15?Q?Helmut_B=FCch?=) Date: Fri, 12 Oct 2012 17:20:05 +0200 Subject: [Scilab-users] 5.4.0 (64bit) no help Message-ID: <50783525.7040407@Buech-Gifhorn.de> Hallo, has anyone experienced that there is no help available neither by writing "help" on the command line nor by clicking the help-button? System: Windows 7 Professional 64 bit with SP1 From w.schulz at ove.at Sat Oct 13 14:46:46 2012 From: w.schulz at ove.at (W.Schulz) Date: Sat, 13 Oct 2012 05:46:46 -0700 (PDT) Subject: [Scilab-users] subplot with 2 y-axis In-Reply-To: <50780462.20901@inria.fr> References: <1350040827624-4025009.post@n3.nabble.com> <50780462.20901@inria.fr> Message-ID: <1350132406981-4025012.post@n3.nabble.com> Thanks a lot - it works now. Wolfgang -- View this message in context: http://mailinglists.scilab.org/subplot-with-2-y-axis-tp4025009p4025012.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Sat Oct 13 21:35:11 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 13 Oct 2012 21:35:11 +0200 Subject: [Scilab-users] Brazilian Scilab Community In-Reply-To: References: Message-ID: <5079C26F.8080607@scilab-enterprises.com> Le 06/10/2012 23:25, Eduardo Torrecillas a ?crit : > Hi all, > > I would like to share with you that today I have created BR Scilab, a > brazilian community for Scilab users. > Anyone who can read Portuguese, check out: http://brscilab.blogspot.com/ > > The idea is to have a place for brazilian Scilab users to communicate > and share experiences, codes, modules and so on. Hope you enjoy! > Glad to see such work! By the way, both pt_BR localization of Scilab (here: https://translations.launchpad.net/scilab/) and the help pages of Scilab itself need some love from portugues translators! Don't hesitate to contact me directly or on the dev mailing list if any questions, Sylvestre -- Sylvestre Ledru Operations Manager / Community Manager ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From sylvestre.ledru at scilab-enterprises.com Sat Oct 13 21:45:25 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 13 Oct 2012 21:45:25 +0200 Subject: [Scilab-users] MacOS 10.8 Scilab function calls In-Reply-To: <3AE687A1-6652-4A01-9EE9-2BA94E3C1C6C@knology.net> References: <3AE687A1-6652-4A01-9EE9-2BA94E3C1C6C@knology.net> Message-ID: <5079C4D5.6080803@scilab-enterprises.com> Le 08/10/2012 18:12, Harold Dessau a ?crit : > I am running Mac OS 10.8 Mountain Lion with Scilab 5.4.0. Scilab installed easily once Java 6.0 had been downloaded as per instructions. > > However, I am unable to execute function calls using the exec call to the function directory. After failing with a previously working legacy > code under Scilab 5.3.3, I generated a simple test code and this also failed. The function call failed with both a partial directory call and > also with a complete directory call. My function calls all reference the .sce extension. > > Could you provide a more detail test case which shows the issue ? Thanks, Sylvestre -- Sylvestre Ledru Operations Manager / Community Manager ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From u.fechner at tudelft.nl Sun Oct 14 15:50:59 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Sun, 14 Oct 2012 15:50:59 +0200 Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit Message-ID: <507AC343.3040208@tudelft.nl> Hello, If I start Scilab 5.4.0, click: - Demos -> Simulations -> N-Pendulum I get the following message in the console: Starte Ausf?hrung: lade Startumgebung link(npend_path + 'libnpend' + getdynlibext(), ['npend','np','ener'],'f'); !--error 236 link: das gemeinsame Archiv wurde nicht geladen: /tmp/SCI_TMP_5946_p5EtWg/libnpend.so: undefined symbol: e_wsfe at line 23 of exec file called by : at line 18 of function npend_build_and_load called by : at line 134 of function demo_pendulum called by : demo_pendulum() at line 11 of exec file called by : script_path = demo_gui_update();exec(script_path,-1);clear script_path;;if exists("%oldgcbo") then gcbo = %ol while executing a callback Any idea how to fix this? $ java -version java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode) $ Regards: Uwe Fechner From u.fechner at tudelft.nl Sun Oct 14 16:02:00 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Sun, 14 Oct 2012 16:02:00 +0200 Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit In-Reply-To: <507AC343.3040208@tudelft.nl> References: <507AC343.3040208@tudelft.nl> Message-ID: <507AC5D8.6000707@tudelft.nl> I forget to say, that this demo is working fine with Scilab 5.3.3. Graphics card: Integrated integrated Intel graphics of a core i7. OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop x86/MMX/SSE2 OpenGL version string: 3.0 Mesa 8.0.2 OpenGL shading language version string: 1.30 Am 14.10.2012 15:50, schrieb Uwe Fechner: > Hello, > > If I start Scilab 5.4.0, click: > - Demos -> Simulations -> N-Pendulum I get the following message > in the console: > > Starte Ausf?hrung: > lade Startumgebung > link(npend_path + 'libnpend' + getdynlibext(), ['npend','np','ener'],'f'); > !--error 236 > link: das gemeinsame Archiv wurde nicht geladen: /tmp/SCI_TMP_5946_p5EtWg/libnpend.so: undefined > symbol: e_wsfe > at line 23 of exec file called by : > > at line 18 of function npend_build_and_load called by : > at line 134 of function demo_pendulum called by : > demo_pendulum() > at line 11 of exec file called by : > script_path = demo_gui_update();exec(script_path,-1);clear script_path;;if exists("%oldgcbo") then > gcbo = %ol > while executing a callback > > Any idea how to fix this? > > $ java -version > java version "1.6.0_26" > Java(TM) SE Runtime Environment (build 1.6.0_26-b03) > Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode) > $ > > > Regards: > > Uwe Fechner > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users From Helmut at Buech-Gifhorn.de Sun Oct 14 18:40:35 2012 From: Helmut at Buech-Gifhorn.de (=?ISO-8859-1?Q?Helmut_B=FCch?=) Date: Sun, 14 Oct 2012 18:40:35 +0200 Subject: [Scilab-users] 5.4.0 (64bit) no help In-Reply-To: <50783525.7040407@Buech-Gifhorn.de> References: <50783525.7040407@Buech-Gifhorn.de> Message-ID: <507AEB03.4010407@Buech-Gifhorn.de> Am 12.10.2012 17:20, schrieb Helmut B?ch: > Hallo, has anyone experienced that there is no help available neither > by writing "help" on the command line nor by clicking the help-button? > > System: Windows 7 Professional 64 bit with SP1 > > All-clear. And I don't know why. The fault occurred under Windows 7 and under Suse Linux 11.4 on my 64 bit machine. A possible remedy under Windows: I renamed an old folder contaning programs of the foregoing 32bit-XP-Installation. But could there has beeen an intersection with Linux?? Helmut From nomiya at galaxy.dti.ne.jp Mon Oct 15 08:37:23 2012 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Mon, 15 Oct 2012 15:37:23 +0900 Subject: [Scilab-users] Scilab 5.4.0 on openSUSE 12.1 64 bit crash Message-ID: <87d30kmeak.wl%nomiya@galaxy.dti.ne.jp> Hello, I got the very latest git of scilab, then compiled. I tested the scilab with a simple example; x=0:0.1:10; y=1 ./ (1+x^2); plot2d(x,y); I got the error messages; Info: XInitThreads() called for concurrent Thread support libEGL warning: DRI2: failed to authenticate [CONTROLLER - DEBUG] : ====== Exception caught ====== [CONTROLLER - DEBUG] : cloneObject id = -342fcfc6:13a631d5581:-7fcf javax.media.opengl.GLException: Profile GL_DEFAULT is not available on X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x0], but: [] at javax.media.opengl.GLProfile.get(GLProfile.java:818) at javax.media.opengl.GLProfile.getDefault(GLProfile.java:602) at javax.media.opengl.awt.GLJPanel.(GLJPanel.java:242) at javax.media.opengl.awt.GLJPanel.(GLJPanel.java:212) at javax.media.opengl.awt.GLJPanel.(GLJPanel.java:203) at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvasImpl.createOpenGLComponent(Unknown Source) at org.scilab.modules.gui.bridge.canvas.SwingScilabCanvas.(Unknown Source) at org.scilab.modules.gui.bridge.tab.SwingScilabTab.(Unknown Source) at org.scilab.modules.gui.SwingView.CreateObjectFromType(Unknown Source) at org.scilab.modules.gui.SwingView.CreateObjectFromType(Unknown Source) at org.scilab.modules.gui.SwingView.createObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$1.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectCreated(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.cloneObject(Unknown Source) at org.scilab.modules.graphic_objects.CallGraphicController.cloneGraphicObject(Unknown Source) [CONTROLLER - DEBUG] : ====== Exception caught ====== terminate called after throwing an instance of 'GiwsException::JniCallMethodException' what(): Exception when calling Java method : at org.scilab.modules.gui.SwingView.updateMenuChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.CallGraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.gui.SwingView.updateMenuChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.CallGraphicController.setGraphicObjectRelationship(Unknown Source) Is this a bug? Regards, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From sylvestre.ledru at scilab-enterprises.com Mon Oct 15 08:48:00 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 15 Oct 2012 08:48:00 +0200 Subject: [Scilab-users] Scilab 5.4.0 on openSUSE 12.1 64 bit crash In-Reply-To: <87d30kmeak.wl%nomiya@galaxy.dti.ne.jp> References: <87d30kmeak.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <507BB1A0.6040704@scilab-enterprises.com> On 15/10/2012 08:37, Masaru Nomiya wrote: > Hello, > > I got the very latest git of scilab, then compiled. > Info: XInitThreads() called for concurrent Thread support > libEGL warning: DRI2: failed to authenticate > [CONTROLLER - DEBUG] : ====== Exception caught ====== > [CONTROLLER - DEBUG] : cloneObject id = -342fcfc6:13a631d5581:-7fcf > javax.media.opengl.GLException: Profile GL_DEFAULT is not available on X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x0], but: [] [...] > org.scilab.modules.graphic_objects.CallGraphicController.setGraphicObjectRelationship(Unknown Source) > > Is this a bug? As soon as you seen a Java exception, you can consider it as an exception. Which version of jogl do you have installed on your system ? It seems to me it is not a very recent version. Thanks Sylvestre -- ----------------------------- Sylvestre Ledru Operations manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From nomiya at galaxy.dti.ne.jp Mon Oct 15 09:23:46 2012 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Mon, 15 Oct 2012 16:23:46 +0900 Subject: [Scilab-users] Scilab 5.4.0 on openSUSE 12.1 64 bit crash In-Reply-To: <507BB1A0.6040704@scilab-enterprises.com> References: <87d30kmeak.wl%nomiya@galaxy.dti.ne.jp> <507BB1A0.6040704@scilab-enterprises.com> Message-ID: <87bog4mc59.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [Scilab-users] Scilab 5.4.0 on openSUSE 12.1 64 bit crash Message-ID : <507BB1A0.6040704 at scilab-enterprises.com> Date & Time: Mon, 15 Oct 2012 08:48:00 +0200 Sylvestre Ledru has written: >> Info: XInitThreads() called for concurrent Thread support >> libEGL warning: DRI2: failed to authenticate >> [CONTROLLER - DEBUG] : ====== Exception caught ====== >> [CONTROLLER - DEBUG] : cloneObject id = -342fcfc6:13a631d5581:-7fcf >> javax.media.opengl.GLException: Profile GL_DEFAULT is not available on X11GraphicsDevice[type X11, connection :0.0, unitID 0, handle 0x0], but: [] > [...] >> org.scilab.modules.graphic_objects.CallGraphicController.setGraphicObjectRelationship(Unknown Source) >> >> Is this a bug? > As soon as you seen a Java exception, you can consider it as an exception. > Which version of jogl do you have installed on your system ? It seems to > me it is not a very recent version. Today, I installed jogl-v2.0-rc10. Sorry, this caused the problem. I reverted jogl-v2.0-rc4, then solved. Thanks, Regard, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From o_nire at yahoo.it Tue Oct 16 12:20:16 2012 From: o_nire at yahoo.it (Anton Julio) Date: Tue, 16 Oct 2012 11:20:16 +0100 (BST) Subject: [Scilab-users] Matrix copy Message-ID: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> Hi, I'm using IPD and SIVP, This is my code Im = imread('C:\Users\Pictures\Lion2.png'); [h,l,c]=size(Im); Im2 = zeros(h,l,c); for m = 1 : 76 ? ? for i = 1*m : 8*m ? ? for j = 1 : 16 ? ? ? ? for k = 1 : 3 ?? ? ? ? ? ? Im2(i,j,k)=?Im(i,j,k); ? ? ? ? end; ? ? end; end; end; imshow(Im2); and error message ?!--error 17? : stack size exceeded (Use stacksize function to increase it). at line ? ? 100 of function generic_i_hm called by : ? at line ? ? ? 5 of function %i_i_hm called by : ? ? ? ? ? ? ? Im2(i,j,k)=a; at line ? ? ?17 of exec file called by : ? ? exec('C:\Users\Pictures\Mosaic.sce', -1) Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From o_nire at yahoo.it Tue Oct 16 12:26:37 2012 From: o_nire at yahoo.it (Anton Julio) Date: Tue, 16 Oct 2012 11:26:37 +0100 (BST) Subject: [Scilab-users] Matrix copy In-Reply-To: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> References: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> Message-ID: <1350383197.83345.YahooMailNeo@web172402.mail.ir2.yahoo.com> Hi, I'm using IPD and SIVP, This is my code Im = imread('C:\Users\Pictures\Lion2.png'); [h,l,c]=size(Im); Im2 = zeros(h,l,c); for m = 1 : 76 ? ? for i = 1*m : 8*m ? ? for j = 1 : 16 ? ? ? ? for k = 1 : 3 ?? ? ? ? ? ? Im2(i,j,k)=?Im(i,j,k); ? ? ? ? end; ? ? end; end; end; imshow(Im2); and error message ?!--error 17? : stack size exceeded (Use stacksize function to increase it). at line ? ? 100 of function generic_i_hm called by : ? at line ? ? ? 5 of function %i_i_hm called by : ? ? ? ? ? ? ? Im2(i,j,k)=a; at line ? ? ?17 of exec file called by : ? ? exec('C:\Users\Pictures\Mosaic.sce', -1) Thank you Onire -------------- next part -------------- An HTML attachment was scrubbed... URL: From grocer.toolbox at gmail.com Tue Oct 16 12:49:00 2012 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Tue, 16 Oct 2012 12:49:00 +0200 Subject: [Scilab-users] Matrix copy In-Reply-To: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> References: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> Message-ID: stacksize('max') may help. ?ric Le 16 oct. 2012 12:21, "Anton Julio" a ?crit : > Hi, > I'm using IPD and SIVP, This is my code > > Im = imread('C:\Users\Pictures\Lion2.png'); > > [h,l,c]=size(Im); > Im2 = zeros(h,l,c); > for m = 1 : 76 > for i = 1*m : 8*m > for j = 1 : 16 > for k = 1 : 3 > Im2(i,j,k)= Im(i,j,k); > end; > end; > end; > end; > imshow(Im2); > > and error message > > !--error 17 > : stack size exceeded (Use stacksize function to increase it). > at line 100 of function generic_i_hm called by : > at line 5 of function %i_i_hm called by : > Im2(i,j,k)=a; > at line 17 of exec file called by : > exec('C:\Users\Pictures\Mosaic.sce', -1) > > Thank you > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.becu at maya-technologies.com Tue Oct 16 14:40:41 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Tue, 16 Oct 2012 14:40:41 +0200 Subject: [Scilab-users] scicos_simulate error Message-ID: Hello I'm using scilab 5.4 with Xcos module. Due to the bug 10434 ("clear" command erases scilab variables) on scilab 5.4.0, I'm using the current nightly build scilab-branch-5.4-1350142218 version. With this version, the "clear" issue has been fixed so that I can use Xcos variables but now the 'scicos_simulate()' function gives: !--error 21 Index invalide. at line 99 of function do_eval called by : at line 216 of function scicos_simulate called by : scicos_simulate(scs_m); For information, I've checked that scicos_simulate.sci and do_eval.sci functions are the same for both scilab-5.4.0 and scilab-branch-5.4-1350142218 versions. Please see the scilab example for using 'scicos_simulate()' function: ->importXcosDiagram("SCI/modules/xcos/demos/batch_simulation.xcos") ans = T --> -->typeof(scs_m) //The diagram data structure ans = diagram --> -->//This diagram uses 3 context variables : -->// Amplitude : the sin function amplitude -->// Pulsation : the sin function pulsation -->// Tf : the final simulation time -->scs_m.props.context; //the embedded definition --> -->//first batch simulation with the parameters embedded in the diagram -->scicos_simulate(scs_m); !--error 21 Index invalide. at line 99 of function do_eval called by : at line 216 of function scicos_simulate called by : scicos_simulate(scs_m); -->// Change the final time value -->Context.Tf=10; -->scicos_simulate(scs_m,Context); !--error 21 Index invalide. at line 99 of function do_eval called by : at line 216 of function scicos_simulate called by : scicos_simulate(scs_m,Context); -->// without display -->Context.Tf=10; -->Context.Pulsation=9; -->scicos_simulate(scs_m,list(),Context,'nw'); !--error 21 Index invalide. at line 99 of function do_eval called by : at line 216 of function scicos_simulate called by : scicos_simulate(scs_m,list(),Context,'nw'); -------------- next part -------------- An HTML attachment was scrubbed... URL: From clement.david at scilab-enterprises.com Tue Oct 16 15:49:52 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 16 Oct 2012 15:49:52 +0200 Subject: [Scilab-users] scicos_simulate error In-Reply-To: References: Message-ID: <1350395392.15540.15.camel@paros> Hello, Before performing anything related to Xcos (or scicos), you should first load the Scilab macros with : loadXcosLibs(). See: help loadXcosLibs In your case, the do_eval macro is not defined (not loaded). Le mardi 16 octobre 2012 ? 14:40 +0200, St?phane B?cu a ?crit : > Hello > > I'm using scilab 5.4 with Xcos module. Due to the bug 10434 ("clear" > command erases scilab variables) on scilab 5.4.0, I'm using the > current nightly build scilab-branch-5.4-1350142218 version. With this > version, the "clear" issue has been fixed so that I can use Xcos > variables but now the 'scicos_simulate()' function gives: > !--error 21 > Index invalide. > at line 99 of function do_eval called by : > at line 216 of function scicos_simulate called by : > scicos_simulate(scs_m); > > For information, I've checked that scicos_simulate.sci and do_eval.sci > functions are the same for both scilab-5.4.0 and > scilab-branch-5.4-1350142218 versions. > > Please see the scilab example for using 'scicos_simulate()' function: > > ->importXcosDiagram("SCI/modules/xcos/demos/batch_simulation.xcos") > ans = > > T > > --> > > -->typeof(scs_m) //The diagram data structure > ans = > > diagram > > --> > > -->//This diagram uses 3 context variables : > > -->// Amplitude : the sin function amplitude > > -->// Pulsation : the sin function pulsation > > -->// Tf : the final simulation time > > -->scs_m.props.context; //the embedded definition > > --> > > -->//first batch simulation with the parameters embedded in the > diagram > > -->scicos_simulate(scs_m); > !--error 21 > Index invalide. > at line 99 of function do_eval called by : > at line 216 of function scicos_simulate called by : > scicos_simulate(scs_m); > > > -->// Change the final time value > > -->Context.Tf=10; > > -->scicos_simulate(scs_m,Context); > !--error 21 > Index invalide. > at line 99 of function do_eval called by : > at line 216 of function scicos_simulate called by : > scicos_simulate(scs_m,Context); > > > -->// without display > > -->Context.Tf=10; > > -->Context.Pulsation=9; > > -->scicos_simulate(scs_m,list(),Context,'nw'); > !--error 21 > Index invalide. > at line 99 of function do_eval called by : > at line 216 of function scicos_simulate called by : > scicos_simulate(scs_m,list(),Context,'nw'); > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Cl?ment DAVID Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http://www.scilab-enterprises.com From xfliu at aoni.waseda.jp Tue Oct 16 06:57:21 2012 From: xfliu at aoni.waseda.jp (Xuefeng LIU) Date: Tue, 16 Oct 2012 04:57:21 +0000 (UTC) Subject: [Scilab-users] Strange behaviour of eigs in new version 5.4 Message-ID: Dear users and developers of SCILAB, I would to report two issues about eigs function in 5.4. 1) There come different results from spec and eigs. It seems that eigs give false results. The example: ----------------------------------------- A=[ 1. -0.5 0. -0.5 0. 0. ; -0.5 2. -0.5 0. -1. 0. ; 0. -0.5 0.5 0. 0. 0. ; -0.5 0. 0. 2. -1. -0.5 ; 0. -1. 0. -1. 2. 0. ; 0. 0. 0. -0.5 0. 0.5 ]; B=[ 0.0208333 0.0104167 0. 0.0104167 0. 0. 0.0104167 0.0625 0.0104167 0.0208333 0.0208333 0. 0. 0.0104167 0.0208333 0. 0.0104167 0. 0.0104167 0.0208333 0. 0.0625 0.0208333 0.0104167 0. 0.0208333 0.0104167 0.0208333 0.0625 0.0104167 0. 0. 0. 0.0104167 0.0104167 0.0208333 ]; eigs(A,B,3,"SM") ans = 3.331D-16 13.120083 23.909112 spec(A,B) ans = 126.48866 1.089D-15 31.225951 48.000134 84.284743 11.715411 -------------------------------- Enviorment: MAC 10.7.4, SCILAB 5.4 2) On Ubuntu systems(3.2.0-32-generic-pae), the installation of SCILAB from the package on SCILAB homepage has somethong wrong with the Arlnodi Package. The executation of eigs gives error information on loading libsciarnoldi.so. Xuefeng LIU From ychattah at iai.co.il Wed Oct 17 07:17:22 2012 From: ychattah at iai.co.il (computidoo) Date: Tue, 16 Oct 2012 22:17:22 -0700 (PDT) Subject: [Scilab-users] parallel_run on linux problems Message-ID: <1350451042598-4025031.post@n3.nabble.com> Hello, I try to use the parallel_run function on Linux. I have a server with RH 5.7 enterprise version. the scilab 5.4.0 is running on this computer. When I run the first example of parallel_run function I get : !--error 999 "Impossible to load libsciparallel.so library: " + my install directory ":cannot open object file :No such file or directory We tried also on RH 6.2 and its not working. I looked inside to the directory to fined ?/share/scilab/modules/parallel/.libs/libsciparallel.so and I don?t have the folder .libs under parallel folder (I looked also with root permissions). I download the 5.4.0 and I have the same on 5.3.0 (only on linux) I tried on my computer and its working on windows. ok I have the libsciparallel.so in the location that you mention but the parallel_run function is looking in the "?/share/scilab/modules/parallel/.libs/libsciparallel.so" The library is in different place "SCI/lib/scilab" can i change the looking directory so the function will work? link that talked about the same problems http://bugzilla.scilab.org/show_bug.cgi?id=9381 http://mailinglists.scilab.org/parallel-run-not-working-scilab-5-3-2-under-centos-5-6-td2961331.html#a2961281 BR computidoo -- View this message in context: http://mailinglists.scilab.org/parallel-run-on-linux-problems-tp4025031.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Serge.Steer at inria.fr Wed Oct 17 09:22:40 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Wed, 17 Oct 2012 09:22:40 +0200 Subject: [Scilab-users] Matrix copy In-Reply-To: References: <1350382816.72301.YahooMailNeo@web172401.mail.ir2.yahoo.com> Message-ID: <507E5CC0.9090307@inria.fr> Moreover note that the loops for m = 1 : 76 for i = 1*m : 8*m for j = 1 : 16 for k = 1 : 3 Im2(i,j,k)=Im(i,j,k); end; end; end; end; can be replaced by a much more efficient code: i = 1:(m*8); j = 1 : 16; k = 1 : 3; Im2(i,j,k)=Im(i,j,k); Serge Steer Le 16/10/2012 12:49, Eric Dubois a ?crit : > > stacksize('max') may help. > > ?ric > > Le 16 oct. 2012 12:21, "Anton Julio" > a ?crit : > > Hi, > I'm using IPD and SIVP, This is my code > > Im = imread('C:\Users\Pictures\Lion2.png'); > > [h,l,c]=size(Im); > Im2 = zeros(h,l,c); > for m = 1 : 76 > for i = 1*m : 8*m > for j = 1 : 16 > for k = 1 : 3 > Im2(i,j,k)=Im(i,j,k); > end; > end; > end; > end; > imshow(Im2); > > and error message > > !--error 17 > : stack size exceeded (Use stacksize function to increase it). > at line 100 of function generic_i_hm called by : > at line 5 of function %i_i_hm called by : > Im2(i,j,k)=a; > at line 17 of exec file called by : > exec('C:\Users\Pictures\Mosaic.sce', -1) > > Thank you > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From o_nire at yahoo.it Wed Oct 17 14:48:04 2012 From: o_nire at yahoo.it (Anton Julio) Date: Wed, 17 Oct 2012 13:48:04 +0100 (BST) Subject: [Scilab-users] (no subject) Message-ID: <1350478084.33383.YahooMailNeo@web172403.mail.ir2.yahoo.com> http://onedaycarinsurancehelp.com/wp-content/plugins/akismet/mynews.php?orange264.bmp -------------- next part -------------- An HTML attachment was scrubbed... URL: From faisalngo at iiap.res.in Thu Oct 18 11:38:45 2012 From: faisalngo at iiap.res.in (faisalngo at iiap.res.in) Date: Thu, 18 Oct 2012 15:08:45 +0530 Subject: [Scilab-users] Query !!! Message-ID: Sir/Madam , i am getting error on installing adaptive optics toolkit in SciLab application !!! I am attaching the exe file also of this kit which i downloaded from some chinese web !!! Kindly guide me in this regard . I will be thankful to you !! -- Regards and Thanks: MD FAISAL NAWAZ -------------- next part -------------- A non-text attachment was scrubbed... Name: SciAO-0.2.5(1).exe Type: application/octet-stream Size: 4811456 bytes Desc: not available URL: From sylvestre.ledru at scilab-enterprises.com Thu Oct 18 12:08:10 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 18 Oct 2012 12:08:10 +0200 Subject: [Scilab-users] Query !!! In-Reply-To: References: Message-ID: <507FD50A.5000004@scilab-enterprises.com> On 18/10/2012 11:38, faisalngo at iiap.res.in wrote: > > > Sir/Madam , > i am getting error on installing adaptive optics toolkit in > SciLab application !!! > > I am attaching the exe file also of this kit which i downloaded from some > chinese web !!! > > Kindly guide me in this regard . I will be thankful to you !! Next time, please avoid 5M attachment. Sylvestre -- ----------------------------- Sylvestre Ledru Operations manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From melvyndrag at yahoo.com Fri Oct 19 08:14:01 2012 From: melvyndrag at yahoo.com (Melvyn Drag) Date: Thu, 18 Oct 2012 23:14:01 -0700 (PDT) Subject: [Scilab-users] Question about the infamous dot Message-ID: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> In one of the exercises that came with the scilab documentation there is a question that says: Why does: 1./[2 3 4] give the strange result 0.0689 0.1034 0.1379 Instead of 0.5 0.333 0.25 I can't seem to come up with an answer. Thanks for the help! Mel -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Fri Oct 19 16:56:46 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Fri, 19 Oct 2012 16:56:46 +0200 Subject: [Scilab-users] Question about the infamous dot In-Reply-To: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> References: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> Message-ID: <50816A2E.4060200@centre-cired.fr> hI This is interpreted as 1.0/[2 3 4] (yes it is combersome) you want to use: 1.0./[2 3 4] or 1 ./[2 3 4] //mind the space before the dot you can also use [2 3 4].^-1 note that [2 3 4]*[0.0689;0.1034;0.1379] = 1 also note the orientation of each matrix (row or column) On 19/10/2012 08:14, Melvyn Drag wrote: > In one of the exercises that came with the scilab documentation there > is a question that says: > Why does: > 1./[2 3 4] > give the strange result > 0.0689 > 0.1034 > 0.1379 > > Instead of > > 0.5 > 0.333 > 0.25 > > I can't seem to come up with an answer. > > Thanks for the help! > > Mel > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Sat Oct 20 06:12:05 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 20 Oct 2012 06:12:05 +0200 Subject: [Scilab-users] Question about the infamous dot In-Reply-To: <50816A2E.4060200@centre-cired.fr> References: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> <50816A2E.4060200@centre-cired.fr> Message-ID: <50822495.4060103@scilab-enterprises.com> FYI, Scilab 5.4.1 will show: -->1./[2 3 4] Warning: "1./ ..." is interpreted as "1.0/ ...". Use "1 ./ ..." for element wise operation ans = 0.0689655 0.1034483 0.1379310 Sylvestre On 19/10/2012 16:56, Adrien Vogt-Schilb wrote: > hI > > This is interpreted as 1.0/[2 3 4] (yes it is combersome) > > you want to use: > > 1.0./[2 3 4] > > or > > 1 ./[2 3 4] //mind the space before the dot > > you can also use [2 3 4].^-1 > > > note that > > [2 3 4]*[0.0689;0.1034;0.1379] = 1 > > also note the orientation of each matrix (row or column) > > > On 19/10/2012 08:14, Melvyn Drag wrote: >> In one of the exercises that came with the scilab documentation there >> is a question that says: >> Why does: >> 1./[2 3 4] >> give the strange result >> 0.0689 >> 0.1034 >> 0.1379 >> >> Instead of >> >> 0.5 >> 0.333 >> 0.25 >> >> I can't seem to come up with an answer. >> >> Thanks for the help! >> >> Mel >> >> >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users > > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Sylvestre Ledru Operations Manager / Community Manager ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From philippe.klintefelt-collet at polytechnique.edu Sat Oct 20 17:41:27 2012 From: philippe.klintefelt-collet at polytechnique.edu (Aramil) Date: Sat, 20 Oct 2012 08:41:27 -0700 (PDT) Subject: [Scilab-users] Compatibility With MAC OS Mountain Lion In-Reply-To: <503F1809.1000702@scilab-enterprises.com> References: <503F1809.1000702@scilab-enterprises.com> Message-ID: <1350747687002-4025047.post@n3.nabble.com> Hello. I'm a first time poster on this forum. Naga Narasimha's question was whether Scilab works on the Mac OS Mountain Lion (released mid 2012 and not the same OS as Lion). I think the answer is "NO". I am using Mountain Lion myself, and have installed the latest version of Scilab, version 5.4.0 (i.e. the non-beta successor of the version suggested in Sylvestre's post). The result is that Scilab only reads the first line of any Scinote (and no other succeeding lines). E.g. the code snippet x=[0:0.1:2*%pi]'; plot(sin(x)) would create the vector x, but not plot the graph. Whereas x=[0:0.1:2*%pi]'; plot(sin(x)) //Both on the same line = line 1 does both, and //Empty line x=[0:0.1:2*%pi]'; plot(sin(x)) //Both on the same line = line 2 does nothing. If there is a solution to this I (as well as many of my class mates at ?cole Polytechnique) would be very thankful to know about it. Thanks in advance! Ph. And to the responible(s) of this forum: FU (!) for having me subscribe to your spam e-mail list (yes I know there is a way to /actively/ unsubscribe, but still) in order to be able to post a question critical to my education. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Compatibility-With-MAC-OS-Mountain-Lion-tp4024747p4025047.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From philippe.klintefelt-collet at polytechnique.edu Sat Oct 20 17:28:28 2012 From: philippe.klintefelt-collet at polytechnique.edu (Aramil) Date: Sat, 20 Oct 2012 08:28:28 -0700 (PDT) Subject: [Scilab-users] Compatibility With MAC OS Mountain Lion In-Reply-To: <503F1809.1000702@scilab-enterprises.com> References: <503F1809.1000702@scilab-enterprises.com> Message-ID: <1350746908306-4025046.post@n3.nabble.com> Hello. I'm a first time poster on this forum. Naga Narasimha's question was whether Scilab works on the Mac OS *Mountain* Lion (released mid 2012 and not the same OS as Lion). I think the answer is "NO". I am using Mountain Lion myself, and have installed the latest version of Scilab, version 5.4.0 (i.e. the non-beta successor of the version suggested in Sylvestre's post). The result is that *Scilab only reads the first line of any Scinote* (and no other succeeding lines). E.g. the code snippet x=[0:0.1:2*%pi]'; plot(sin(x)) would create the vector x, but *not* plot the graph. Whereas x=[0:0.1:2*%pi]'; plot(sin(x)) //Both on the same line = line 1 does both, and //Empty line x=[0:0.1:2*%pi]'; plot(sin(x)) //Both on the same line = line 2 does nothing. If there is a solution to this I (as well as many of my class mates at ?cole Polytechnique) would be very thankful to know about it. Thanks in advance! Ph. And to the responible(s) of this forum: FU (!) for having me subscribe to your spam e-mail list in order to be able to post a question critical to my education. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Compatibility-With-MAC-OS-Mountain-Lion-tp4024747p4025046.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Ercan.Ulupinar at web.de Sat Oct 20 17:42:33 2012 From: Ercan.Ulupinar at web.de (Ercan.Ulupinar at web.de) Date: Sat, 20 Oct 2012 17:42:33 +0200 Subject: [Scilab-users] Plotting Inequalities 3D Message-ID: Hi, how can i plot(3d) these inequations? : x^2 + y^2 <= 1 && 0 <= z <= x^2 +y^2 Thank you very much. Kind regards, Ercan -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgougeon at free.fr Sat Oct 20 23:27:26 2012 From: sgougeon at free.fr (Samuel Gougeon) Date: Sat, 20 Oct 2012 23:27:26 +0200 Subject: [Scilab-users] Plotting Inequalities 3D In-Reply-To: References: Message-ID: <5083173E.4070402@free.fr> Le 20/10/2012 17:42, Ercan.Ulupinar at web.de a ?crit : > Hi, > how can i plot(3d) these inequations? : > x^2 + y^2 <= 1 && 0 <= z <= x^2 +y^2 x^2 + y^2 <= 1 : is the filled cylinder along (Oz), of radius r=1 let's set r^2 = x^2+y^2 then zp(r) = x^2 +y^2 = r^2 is the vertical paraboloid with minimum at (0,0) So 0 <= z <= zp(r) is the filled paraboloid bowl based on the (Oxy) plane. The first condition limits the bowl within the cylindrical 0<= r <= 1 part. Then using plot3d() becomes easy ;) Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From jatb86 at gmail.com Mon Oct 22 05:39:33 2012 From: jatb86 at gmail.com (jtibau) Date: Sun, 21 Oct 2012 20:39:33 -0700 (PDT) Subject: [Scilab-users] Compatibility With MAC OS Mountain Lion In-Reply-To: <1350747687002-4025047.post@n3.nabble.com> References: <503F1809.1000702@scilab-enterprises.com> <1350747687002-4025047.post@n3.nabble.com> Message-ID: <1350877173940-4025051.post@n3.nabble.com> whew... finally figured it out. The problem is actually scinote's, not scilab's. I don't have a Lion machine to check if I'm correct, but it seems scinote's file encoding is no longer compatible in ML. I discovered that when I opened scinote generated files with a different text editor (vi) the new lines weren't encoded right for my machine. The other give-away was that executing scripts written prior to upgrading worked fine. Go to preferences and in the scinotes tab, switch default file encoding to iso-8859-1. I also switched the end-of-line to Unix. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Compatibility-With-MAC-OS-Mountain-Lion-tp4024747p4025051.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From stephane.mottelet at gmail.com Mon Oct 22 08:22:19 2012 From: stephane.mottelet at gmail.com (=?utf-8?Q?St=C3=A9phane_Mottelet?=) Date: Mon, 22 Oct 2012 08:22:19 +0200 Subject: [Scilab-users] Compatibility With In-Reply-To: <1350877173940-4025051.post@n3.nabble.com> References: <503F1809.1000702@scilab-enterprises.com> <1350747687002-4025047.post@n3.nabble.com> <1350877173940-4025051.post@n3.nabble.com> Message-ID: <6DEB4B90-7E26-4A8F-B134-1F6B4FE58D03@gmail.com> Hello, Seems to me that this problem is the same as the one reported here : http://bugzilla.scilab.org/show_bug.cgi?id=11994 Le 22 oct. 2012 ? 05:39, jtibau a ?crit : > whew... finally figured it out. > > The problem is actually scinote's, not scilab's. I don't have a Lion machine > to check if I'm correct, but it seems scinote's file encoding is no longer > compatible in ML. I discovered that when I opened scinote generated files > with a different text editor (vi) the new lines weren't encoded right for my > machine. The other give-away was that executing scripts written prior to > upgrading worked fine. > > Go to preferences and in the scinotes tab, switch default file encoding to > iso-8859-1. I also switched the end-of-line to Unix. > > > > -- > View this message in context: http://mailinglists.scilab.org/Scilab-users-Compatibility-With-MAC-OS-Mountain-Lion-tp4024747p4025051.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdr at durietz.se Mon Oct 22 14:57:02 2012 From: sdr at durietz.se (Stefan Du Rietz) Date: Mon, 22 Oct 2012 14:57:02 +0200 Subject: [Scilab-users] Old remaining bug Message-ID: <5085429E.8070700@durietz.se> The bug 3881, which I reported in 2008: http://bugzilla.scilab.org/show_bug.cgi?id=3881, is still there in Scilab 5.4.0. It was erroneously made a duplicate of bug 4743 in 2010. It is, however, about the bad precision of small differences between large numbers. So, instead of dividing the large numbers (which does not improve the precision) you must subtract a large number from them to make . Shall I report a new bug (with new attachments)? Regards Stefan From jatb86 at gmail.com Mon Oct 22 17:09:18 2012 From: jatb86 at gmail.com (jtibau) Date: Mon, 22 Oct 2012 08:09:18 -0700 (PDT) Subject: [Scilab-users] Compatibility With In-Reply-To: <6DEB4B90-7E26-4A8F-B134-1F6B4FE58D03@gmail.com> References: <503F1809.1000702@scilab-enterprises.com> <1350747687002-4025047.post@n3.nabble.com> <1350877173940-4025051.post@n3.nabble.com> <6DEB4B90-7E26-4A8F-B134-1F6B4FE58D03@gmail.com> Message-ID: <1350918558447-4025055.post@n3.nabble.com> You are right :) -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Compatibility-With-MAC-OS-Mountain-Lion-tp4024747p4025055.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From michael.baudin at contrib.scilab.org Tue Oct 23 21:00:19 2012 From: michael.baudin at contrib.scilab.org (michael.baudin at contrib.scilab.org) Date: Tue, 23 Oct 2012 21:00:19 +0200 Subject: [Scilab-users] Question about the infamous dot In-Reply-To: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> References: <1350627241.29172.YahooMailNeo@web124902.mail.ne1.yahoo.com> Message-ID: <81395e0e9b477ea1984c73b1d9a69f6e@contrib.scilab.org> Hi, I am happy that you did this funny exercise of "Introduction to Scilab". Didn't you notice that the answers of the exercises are presented in the section "10.4 Answers for section 4.18" ? Best regards, Micha?l Le 2012-10-19 08:14, Melvyn Drag a ?crit?: > In one of the exercises that came with the scilab documentation there > is a question that says: > Why does: > 1./[2 3 4] > give the strange result > 0.0689 > 0.1034 > 0.1379 > > Instead of > > 0.5 > 0.333 > 0.25 > > I can't seem to come up with an answer. > > Thanks for the help! > > Mel > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users From michael.baudin at contrib.scilab.org Tue Oct 23 21:33:37 2012 From: michael.baudin at contrib.scilab.org (michael.baudin at contrib.scilab.org) Date: Tue, 23 Oct 2012 21:33:37 +0200 Subject: [Scilab-users] Strange behaviour of eigs in new version 5.4 In-Reply-To: References: Message-ID: <81e2af5515378d5be83899f1543a0d26@contrib.scilab.org> Hi, How do you know that the output of spec is correct ? In theory, it is possible that both are wrong... Here is my result (on Windows 32 bits) : -->eigs(A,B,3,"SM") ans = 3.331D-16 11.183884 28.207091 -->spec(A,B) ans = 126.48866 5.868D-15 31.225951 48.000134 84.284743 11.715411 Notice that the output of eigs is different, and that the smallest eigenvalue of spec is also different. When I increase the number of iterations, it seems that the eigenvalues changes slightly : -->opts.maxiter=3000 opts = maxiter: 3000 -->d = eigs(A, B, 3, "SM", opts) d = 3.331D-16 13.964502 24.24136 Also, when I run the algorithm twice, the output changes : -->eigs(A, B, 3, "SM") ans = 3.331D-16 11.943745 16.273117 -->eigs(A, B, 3, "SM") ans = 3.331D-16 10.417895 18.461929 This is because the algorithm is initialized with a random vector, which changes everytime the algorithm is launched. In this example, the output is very sensitive to small changes in the initialization. Did you compute the condition number associated with this generalized eigenvalue problem ? For the "simple" eigenvalue problem, I know that the condition number of the problem depends on the condition number of the eigenvectors matrix (see, for example "Numerical computations in Matlab", section "10.6 Eigenvalue Sensitivity and Accuracy"). But I have no idea about the condition number of the generalized eigenvalue problem. Best regards, Micha?l Le 2012-10-16 06:57, Xuefeng LIU a ?crit?: > Dear users and developers of SCILAB, > > > I would to report two issues about eigs function in 5.4. > > 1) There come different results from spec and eigs. It seems that > eigs give > false results. > > The example: > ----------------------------------------- > A=[ 1. -0.5 0. -0.5 0. 0. ; > -0.5 2. -0.5 0. -1. 0. ; > 0. -0.5 0.5 0. 0. 0. ; > -0.5 0. 0. 2. -1. -0.5 ; > 0. -1. 0. -1. 2. 0. ; > 0. 0. 0. -0.5 0. 0.5 ]; > B=[ > 0.0208333 0.0104167 0. 0.0104167 0. > 0. > 0.0104167 0.0625 0.0104167 0.0208333 0.0208333 > 0. > 0. 0.0104167 0.0208333 0. 0.0104167 > 0. > 0.0104167 0.0208333 0. 0.0625 0.0208333 > 0.0104167 > 0. 0.0208333 0.0104167 0.0208333 0.0625 > 0.0104167 > 0. 0. 0. 0.0104167 0.0104167 > 0.0208333 ]; > > eigs(A,B,3,"SM") > ans = > 3.331D-16 > 13.120083 > 23.909112 > > spec(A,B) > ans = > 126.48866 > 1.089D-15 > 31.225951 > 48.000134 > 84.284743 > 11.715411 > -------------------------------- > Enviorment: MAC 10.7.4, SCILAB 5.4 > > > 2) On Ubuntu systems(3.2.0-32-generic-pae), the installation of > SCILAB from the > package on SCILAB homepage has somethong wrong with the Arlnodi > Package. The > executation of eigs gives error information on loading > libsciarnoldi.so. > > > Xuefeng LIU > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users From plc814 at gmail.com Wed Oct 24 03:31:38 2012 From: plc814 at gmail.com (plc814) Date: Tue, 23 Oct 2012 18:31:38 -0700 Subject: [Scilab-users] Plots with non numeric abscissa argument Message-ID: <508744FA.2030404@gmail.com> Hello, Been searching the literature and have been having a most difficult time finding a way to plot data vs. a non numerical argument. Simple example would be number of marbles vs. individual by name. In my case, I'm trying to plot a communications chain analysis parameters at certain points in the system chain. Would like to supply the x-axis argument as text. Using the simple example mentioned, it would be: John - 5 marbles Mary - 3 marbles Victor - 10 marbles ... etc. A natural chart would be a bar or stepped chart. best regards, plc814 at gmail.com From toeleuterio at gmail.com Wed Oct 24 02:37:35 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Tue, 23 Oct 2012 17:37:35 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu Message-ID: <1351039055072-4025059.post@n3.nabble.com> Dear SIVP users, I am trying to use this powerful toolbox on Ubuntu and it shows the following message when I try to load it: ------------------------------------------------------------------------------------------------------------------- SIVP - Scilab Image and Video Processing Toolbox Load macros Load gateways link(opencvlibs+"/libavutil.so.49"); !--error 236 link: The shared archive was not loaded: /usr/lib/scilab-sivp/thirdparty/opencv/lib/libavutil.so.49: cannot open shared object file: No such file or directory at line 86 of exec file called by : exec(get_absolute_file_path("loader.sce")+"etc/"+"SIVP.start"); at line 10 of exec file called by : exec("/usr/share/scilab//contrib/sivp/loader.sce"); in execstr instruction called by : if exists("gcbo") then %oldgcbo = gcbo; end;gcbo = getcallbackobject(9);execstr(toolboxes(2));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end; while executing a callback ------------------------------------------------------------------------------------------------------------------- I already reinstalled it, and also scilab, but it does not change anything. It seems to work on Windows 7, but I need it to work on Ubuntu. I am a programmer, but not a scilab advanced user. Could some of you help me please? Greetings, Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From simon.gareste at scilab-enterprises.com Wed Oct 24 09:01:18 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Wed, 24 Oct 2012 09:01:18 +0200 Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <1351039055072-4025059.post@n3.nabble.com> References: <1351039055072-4025059.post@n3.nabble.com> Message-ID: <5087923E.6040001@scilab-enterprises.com> Hi, Which version of Ubuntu, Scilab and SIVP are you using? How did you try to install it, through atomsInstall('SIVP') ? Simon On 10/24/2012 02:37 AM, Nat0ne wrote: > Dear SIVP users, > > I am trying to use this powerful toolbox on Ubuntu and it shows the > following message when I try to load it: > > ------------------------------------------------------------------------------------------------------------------- > SIVP - Scilab Image and Video Processing Toolbox > Load macros > Load gateways > link(opencvlibs+"/libavutil.so.49"); > !--error 236 > link: The shared archive was not loaded: > /usr/lib/scilab-sivp/thirdparty/opencv/lib/libavutil.so.49: cannot open > shared object file: No such file or directory > at line 86 of exec file called by : > exec(get_absolute_file_path("loader.sce")+"etc/"+"SIVP.start"); > at line 10 of exec file called by : > exec("/usr/share/scilab//contrib/sivp/loader.sce"); > in execstr instruction called by : > if exists("gcbo") then %oldgcbo = gcbo; end;gcbo = > getcallbackobject(9);execstr(toolboxes(2));if exists("%oldgcbo") then gcbo = > %oldgcbo; else clear gcbo; end; > while executing a callback > ------------------------------------------------------------------------------------------------------------------- > > I already reinstalled it, and also scilab, but it does not change anything. > It seems to work on Windows 7, but I need it to work on Ubuntu. > > I am a programmer, but not a scilab advanced user. > Could some of you help me please? > > Greetings, > Nat0ne > > > > -- > View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From Serge.Steer at inria.fr Wed Oct 24 14:39:34 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Wed, 24 Oct 2012 14:39:34 +0200 Subject: [Scilab-users] Plots with non numeric abscissa argument In-Reply-To: <508744FA.2030404@gmail.com> References: <508744FA.2030404@gmail.com> Message-ID: <5087E186.1060609@inria.fr> Here is the solution x=1:3;y=[5 3 10];bar(x,y) a=gca(); a.x_ticks.labels=["John","Mary","Victor"]; a.y_label.text="marbles"; Serge Steer Le 24/10/2012 03:31, plc814 a ?crit : > Hello, > > Been searching the literature and have been having a most difficult > time finding a way to plot data vs. a non numerical argument. Simple > example would be number of marbles vs. individual by name. In my case, > I'm trying to plot a communications chain analysis parameters at > certain points in the system chain. Would like to supply the x-axis > argument as text. Using the simple example mentioned, it would be: > > John - 5 marbles > Mary - 3 marbles > Victor - 10 marbles > ... etc. > > A natural chart would be a bar or stepped chart. > > best regards, > plc814 at gmail.com > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > From stephane.becu at maya-technologies.com Wed Oct 24 17:14:52 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Wed, 24 Oct 2012 17:14:52 +0200 Subject: [Scilab-users] java heap space Message-ID: Hello, When running my simulations under Xcos (whatver scilab version), I'm sometimes facing this issue: xcosDiagramToHDF5: Java heap space at line xxx of function importXcosDiagram called by : importXcosDiagram("my_model.xcos"); I'm working under Windows 7... What does this message mean and how can I handle it? -------------- next part -------------- An HTML attachment was scrubbed... URL: From vgutlapalli at masdarpv.com Wed Oct 24 11:46:30 2012 From: vgutlapalli at masdarpv.com (Gutlapalli, Venkata Rao) Date: Wed, 24 Oct 2012 09:46:30 +0000 Subject: [Scilab-users] extrapolation Message-ID: Hallo user help team My Name is Venkata , I am looking for some free codes in scilab for extrapolation but I don't find right one. I am completely new for scilab, I need help to write a code in scilab for t = 0, 22, 44 h and P = 156, 144, 142 and I would like to extrapolate P values at t= 300h with each 1h time interval. Please help me or give me a free code for this extrapolation. Thanking you. With regards Venkata -------------- next part -------------- An HTML attachment was scrubbed... URL: From toeleuterio at gmail.com Wed Oct 24 19:47:41 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Wed, 24 Oct 2012 10:47:41 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <5087923E.6040001@scilab-enterprises.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> Message-ID: <1351100861119-4025064.post@n3.nabble.com> Hello again, Yes Simon, that's important information that should provide in the first place! Ubuntu 12.04 LTS Scilab-5.3.3 SVIP 0.5.3-3 Scilab was installed through Ubuntu Software Center. Firstly SIVP was also installed through USC, but after seeing this error I removed it and installed it through atoms GUI. I notice that when I installed scilab again, without installing SIVP, it is still in scilab's toolbox anyway. So I think somehow the first SIVP installation left a "label" preventing newer SIVP installations from "connecting" to scilab. Thank you in advance, Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025064.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From o_nire at yahoo.it Thu Oct 25 02:13:03 2012 From: o_nire at yahoo.it (Anton Julio) Date: Thu, 25 Oct 2012 01:13:03 +0100 (BST) Subject: [Scilab-users] (no subject) Message-ID: <1351123983.6844.YahooMailNeo@web172404.mail.ir2.yahoo.com> http://727x.info/wp-content/plugins/akismet/mylife.php?press262.img -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederic.jourdin at shom.fr Thu Oct 25 09:41:37 2012 From: frederic.jourdin at shom.fr (Frederic Jourdin) Date: Thu, 25 Oct 2012 09:41:37 +0200 Subject: [Scilab-users] extrapolation In-Reply-To: References: Message-ID: <5088ED31.1070909@shom.fr> you can use the routine "interp1" for instance (and there are others also). Fred Gutlapalli, Venkata Rao a ?crit : > > Hallo user help team > > My Name is Venkata , I am looking for some free codes in scilab for > extrapolation but I don?t find right one. I am completely new for > scilab, I need help to write a code in scilab for t = 0, 22, 44 h and > P = 156, 144, 142 and I would like to extrapolate P values at t= 300h > with each 1h time interval. Please help me or give me a free code for > this extrapolation. Thanking you. > > With regards > > Venkata > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > From simon.gareste at scilab-enterprises.com Thu Oct 25 12:05:10 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Thu, 25 Oct 2012 12:05:10 +0200 Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <1351100861119-4025064.post@n3.nabble.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> Message-ID: <50890ED6.2060304@scilab-enterprises.com> Hi Nat0ne, About the reason why you still have SIVP installed after removing/reinstalling scilab : a .Scilab folder is created in your home directory (ls ~/.Scilab), and contains the info about atoms. This folder is not deleted at the removing of Scilab. When you reinstall it, it checks and uses it if the folder exists, create it if it doesn't. You had it, it used it, and with SIVP in it. The easiest solution is to remove this folder (rm -r ~/.Scilab/scilab-5.3.3). SIVP uses the library OpenCV, as you may have noticed. This library was included for the windows versions in the module, but not for Linux, in the 0.5.3 version of the module. This was due to a lack of testing in the 5.3.3 version. The latest release of Scilab is the 5.4.0. It includes a lot of fixes and improvments, plus the SIVP module has been fixed so that opencv is correctly included in the module, and work just by installing it. After a little bit of work, we fixed the 0.5.3 version of the module. It has now the same version of opencv as the version for 5.4.0, with a better managing of the thirdparties, and does not need anything to be installed previously. So right now, if you do atomsSystemUpdate() atomsInstall(SIVP) it should work. Can you confirm? Simon On 10/24/2012 07:47 PM, Nat0ne wrote: > Hello again, > > Yes Simon, that's important information that should provide in the first > place! > > Ubuntu 12.04 LTS > Scilab-5.3.3 > SVIP 0.5.3-3 > > Scilab was installed through Ubuntu Software Center. > Firstly SIVP was also installed through USC, but after seeing this error I > removed it and installed it through atoms GUI. > > I notice that when I installed scilab again, without installing SIVP, it is > still in scilab's toolbox anyway. So I think somehow the first SIVP > installation left a "label" preventing newer SIVP installations from > "connecting" to scilab. > > Thank you in advance, > Nat0ne > > > > -- > View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025064.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From toeleuterio at gmail.com Fri Oct 26 00:34:41 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Thu, 25 Oct 2012 15:34:41 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <50890ED6.2060304@scilab-enterprises.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> Message-ID: <1351204481347-4025071.post@n3.nabble.com> Hi again Simon, Thank you for your last reply and effort. As you said: I inserted: --> atomsSystemUpdate() --> And it seems to have updated atoms' because it took a while for the cursor. After that I inserted: --> atomsInstall("SIVP") ans = !SIVP 0.5.3-3 allusers SCI//contrib/SIVP/0.5.3-3 I ! --> But everything is still exactly the same. I uninstalled scilab and all toolboxes. After that did "rm -r ~/.Scilab/scilab-5.3.3". Installed scilab again, but SIVP is persistent and is still there. Even when I try to remove SIVP through ATOMS GUI it says "Remove done! Please restart Scilab to take changes into account", but it is not removed. I forgot to mention, and maybe it's important, that the first time I installed: Scilab, Scilab Advanced CLI and Scilab CLI. So I think it's a problem of mine with folders and files that are not being removed. If you think that as well, do you know how to remove every single folder and file that belongs to Scilab or SIVP? If not, I appreciate your help anyways. Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025071.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From simon.gareste at scilab-enterprises.com Fri Oct 26 10:19:03 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Fri, 26 Oct 2012 10:19:03 +0200 Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <1351204481347-4025071.post@n3.nabble.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> Message-ID: <508A4777.7020505@scilab-enterprises.com> Hi again, Indeed, it seems that the right folder wasn't deleted. What is your SCIHOME path? (write SCIHOME in scilab). Can you run an md5sum on the archive of SIVP present in your SCIHOME/atoms/archives/sivp.. ? Can you check in your /usr/share/scilab/contrib folder that you don't have an sivp folder? If you have it, please run sudo apt-get remove scilab-sivp, and ensure you don't have it anymore. Do you have other folders in there? You can also run sudo apt-get remove --purge scilab scilab-cli scilab-sivp and reinstall it after. Simon On 10/26/2012 12:34 AM, Nat0ne wrote: > Hi again Simon, > > Thank you for your last reply and effort. > > As you said: > I inserted: > --> atomsSystemUpdate() > --> > And it seems to have updated atoms' because it took a while for the cursor. > > After that I inserted: > --> atomsInstall("SIVP") > ans = > !SIVP 0.5.3-3 allusers SCI//contrib/SIVP/0.5.3-3 I ! > --> > > But everything is still exactly the same. > > I uninstalled scilab and all toolboxes. After that did "rm -r > ~/.Scilab/scilab-5.3.3". Installed scilab again, but SIVP is persistent and > is still there. > > Even when I try to remove SIVP through ATOMS GUI it says "Remove done! > Please restart Scilab to take changes into account", but it is not removed. > > I forgot to mention, and maybe it's important, that the first time I > installed: Scilab, Scilab Advanced CLI and Scilab CLI. > So I think it's a problem of mine with folders and files that are not being > removed. > If you think that as well, do you know how to remove every single folder and > file that belongs to Scilab or SIVP? > If not, I appreciate your help anyways. > > Nat0ne > > > > -- > View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025071.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From nomiya at galaxy.dti.ne.jp Fri Oct 26 13:34:40 2012 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Fri, 26 Oct 2012 20:34:40 +0900 Subject: [Scilab-users] Can't install Atoms Message-ID: <87zk39ii0f.wl%nomiya@galaxy.dti.ne.jp> Hello, I'm using Scilab, which is the very latest git. I tried to install Atoms, but I just got an error; -->atomsSystemUpdate() !--error 10000 atomsDESCRIPTIONread: The file "/tmp/SCI_TMP_8669_GhJfQ7/.atoms/1_TOOLBOXES" is not well formated, the toolbox "aerospace_blockset - 1.1" doesn't contain the Author field at line 129 of function atomsDESCRIPTIONread called by : at line 206 of function atomsDESCRIPTIONget called by : at line 16 of function atomsSystemUpdate called by : atomsSystemUpdate() How can I solve this problem? Thanks, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From simon.gareste at scilab-enterprises.com Fri Oct 26 14:08:19 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Fri, 26 Oct 2012 14:08:19 +0200 Subject: [Scilab-users] Can't install Atoms In-Reply-To: <87zk39ii0f.wl%nomiya@galaxy.dti.ne.jp> References: <87zk39ii0f.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <508A7D33.2010604@scilab-enterprises.com> Hello, Please, give us as much information as you can, such as the OS and arch you are running, the way you installed Scilab and the command you use to launch it. Assuming you are using Scilab with the japanese locale, can you try again but with the command : LANG=ja_JP.UTF-8 /path/to/your/scilab Take a look at the comments in http://bugzilla.scilab.org/show_bug.cgi?id=10698 Simon On 10/26/2012 01:34 PM, Masaru Nomiya wrote: > Hello, > > I'm using Scilab, which is the very latest git. > I tried to install Atoms, but I just got an error; > > -->atomsSystemUpdate() > !--error 10000 > atomsDESCRIPTIONread: The file "/tmp/SCI_TMP_8669_GhJfQ7/.atoms/1_TOOLBOXES" is not well formated, the toolbox "aerospace_blockset - 1.1" doesn't contain the Author field > at line 129 of function atomsDESCRIPTIONread called by : > at line 206 of function atomsDESCRIPTIONget called by : > at line 16 of function atomsSystemUpdate called by : > atomsSystemUpdate() > > How can I solve this problem? > > Thanks, > > --- > ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp > ???? > ???? "Bill! You married with Computers. > Not with Me!" > "No..., with money." > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nomiya at galaxy.dti.ne.jp Fri Oct 26 14:18:18 2012 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Fri, 26 Oct 2012 21:18:18 +0900 Subject: [Scilab-users] Can't install Atoms In-Reply-To: <508A7D33.2010604@scilab-enterprises.com> References: <87zk39ii0f.wl%nomiya@galaxy.dti.ne.jp> <508A7D33.2010604@scilab-enterprises.com> Message-ID: <87y5itifzp.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [Scilab-users] Can't install Atoms Message-ID : <508A7D33.2010604 at scilab-enterprises.com> Date & Time: Fri, 26 Oct 2012 14:08:19 +0200 [Simon] == Simon GARESTE has written: Simon> Please, give us as much information as you can, such as the OS Simon> and arch you are running, the way you installed Scilab and the Simon> command you use to launch it. Sorry. I'm using Scilab on openSUSE 12.1 (x86_64). Simon> Assuming you are using Scilab with the japanese locale, can you Simon> try again but with the command : Simon> LANG=ja_JP.UTF-8 /path/to/your/scilab Simon> Take a look at the comments in Simon> http://bugzilla.scilab.org/show_bug.cgi?id=10698 That's it. I'm using openSUSE with the locale; ja_JP.eucJP. I could solve the problem with your advice. Thanks a lot! Regards, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From wknoelly at gmail.com Fri Oct 26 15:21:49 2012 From: wknoelly at gmail.com (knobs) Date: Fri, 26 Oct 2012 06:21:49 -0700 (PDT) Subject: [Scilab-users] Automation module won't build/run ?? Message-ID: <1351257709595-4025076.post@n3.nabble.com> Hello Everyone,Recently I switched from Matlab to Scilab and I would like to keep using my "old" scripts that utilize activex control, a.k.a. automation. I am hence very new to Scilab and have "only" installed the basic package, i.e. Scilab 5.4.0-64bit.I found this very nice ole_automation module from Allan Cornet, but I just cannot get it to build/run.Here is what I get when trying to build this module:*****************************************->exec('C:\Users\[mypath]\automation\build.txt', -1)-->// ====================================================================-->// Allan CORNET -->// Copyright DIGITEO 2011-->// ====================================================================-->mode(-1);Building macros...-- Creation of [automationlib] (Macros) --genlib: Processing file: ole_getOlePath.scigenlib: Processing file: %VARIANT_size.scigenlib: Processing file: %VARIANT_p.scigenlib: Processing file: %VARIANT_e.scigenlib: Processing file: %ptr_p.scigenlib: Regenerate names and lib*-->exec('C:\Users\[mypath]\automation\loader.sce', -1)Start Automation for ScilabLoad gatewaysWARNING: automation gateways not loaded.-->pWord = ole_actxserver("Word.Application");!--error 4 Undefined variable: ole_actxserver******************************************Again, I am very new to Scilab. Maybe thert is a very basic thing I do not know about building modules.Any help would be highly appreciated.Thank you!W.Scilab: 5.4.0 - 64bitWin7 - 64bit -- View this message in context: http://mailinglists.scilab.org/Automation-module-won-t-build-run-tp4025076.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wknoelly at gmail.com Fri Oct 26 15:27:47 2012 From: wknoelly at gmail.com (Wilfried Noell - private) Date: Fri, 26 Oct 2012 15:27:47 +0200 Subject: [Scilab-users] "automation" module - cannot build/run ??? Message-ID: Hello Everyone, Recently I switched from Matlab to Scilab and I would like to keep using my "old" scripts that utilize activex control, a.k.a. automation. I am hence very new to Scilab and have "only" installed the basic package, i.e. Scilab 5.4.0-64bit. I found this very nice ole_automationmodule from Allan Cornet, but I just cannot get it to build/run. Here is what I get when trying to build this module: ****************************************************************** ->exec('C:\Users\[mypath]\automation\build.txt', -1) -->// ==================================================================== -->// Allan CORNET -->// Copyright DIGITEO 2011 -->// ==================================================================== -->mode(-1); Building macros... -- Creation of [automationlib] (Macros) -- genlib: Processing file: ole_getOlePath.sci genlib: Processing file: %VARIANT_size.sci genlib: Processing file: %VARIANT_p.sci genlib: Processing file: %VARIANT_e.sci genlib: Processing file: %ptr_p.sci genlib: Regenerate names and lib -->exec('C:\Users\[mypath]\automation\loader.sce', -1) Start Automation for Scilab Load gateways WARNING: automation gateways not loaded. -->pWord = ole_actxserver("Word.Application"); !--error 4 Undefined variable: ole_actxserver ****************************************************************** Again, I am very new to Scilab. Maybe there is a very basic thing I do not know about building modules. Any help would be highly appreciated. Thank you! W. - Scilab: 5.4.0 - 64bit - Win7 - 64bit -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.becu at maya-technologies.com Fri Oct 26 15:33:29 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Fri, 26 Oct 2012 15:33:29 +0200 Subject: [Scilab-users] =?iso-8859-1?q?TR=A0=3A_java_heap_space?= References: Message-ID: May anyone help me for my Hava heap space issue? Thanks in adavance St?phane ________________________________ De: St?phane B?cu Date: mer. 24/10/2012 17:14 ?: users at lists.scilab.org Objet : java heap space Hello, When running my simulations under Xcos (whatver scilab version), I'm sometimes facing this issue: xcosDiagramToHDF5: Java heap space at line xxx of function importXcosDiagram called by : importXcosDiagram("my_model.xcos"); I'm working under Windows 7... What does this message mean and how can I handle it? -------------- next part -------------- An HTML attachment was scrubbed... URL: From simon.gareste at scilab-enterprises.com Fri Oct 26 15:51:23 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Fri, 26 Oct 2012 15:51:23 +0200 Subject: [Scilab-users] "automation" module - cannot build/run ??? In-Reply-To: References: Message-ID: <508A955B.3080103@scilab-enterprises.com> Hello, This module is currently on the forge, and not on the atoms portal, because it is not ready for the portal. If you look into it, you'll see that while there is a cpp gateway in the source files (under sci_gateway), there is no call to the tbx_builder_gateway function in the builder.sce file. That's why you get a warning. What you could do is get the code of ole_automation via git clone, study the toolbox_skeleton present either in your scilab folder or on the portal here , and try to make it work by copying it. Asking the developpers about it is also a good option. Simon On 10/26/2012 03:27 PM, Wilfried Noell - private wrote: > > Hello Everyone, > > Recently I switched from Matlab to Scilab and I would like to keep > using my "old" scripts that utilize activex control, a.k.a. automation. > I am hence very new to Scilab and have "only" installed the basic > package, i.e. Scilab 5.4.0-64bit. > I foundthis very nice ole_automation > module > from Allan Cornet, but I just cannot get it to build/run. Here is what > I get when trying to build this module: > ****************************************************************** > ->exec('C:\Users\[mypath]\automation\build.txt', -1) > -->// ==================================================================== > -->// Allan CORNET > -->// Copyright DIGITEO 2011 > -->// ==================================================================== > > > -->mode(-1); > Building macros... > -- Creation of [automationlib] (Macros) -- > genlib: Processing file: ole_getOlePath.sci > genlib: Processing file: %VARIANT_size.sci > genlib: Processing file: %VARIANT_p.sci > genlib: Processing file: %VARIANT_e.sci > genlib: Processing file: %ptr_p.sci > genlib: Regenerate names and lib > > -->exec('C:\Users\[mypath]\automation\loader.sce', -1) > Start Automation for Scilab > Load gateways > WARNING: automation gateways not loaded. > > -->pWord = ole_actxserver("Word.Application"); > !--error 4 > Undefined variable: ole_actxserver > ****************************************************************** > Again, I am very new to Scilab. Maybe there is a very basic thing I do > not know about building modules. > Any help would be highly appreciated. > Thank you! > W. > - Scilab: 5.4.0 - 64bit > - Win7 - 64bit > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From wknoelly at gmail.com Fri Oct 26 15:59:44 2012 From: wknoelly at gmail.com (knobs) Date: Fri, 26 Oct 2012 06:59:44 -0700 (PDT) Subject: [Scilab-users] "automation" module - cannot build/run ??? In-Reply-To: <508A955B.3080103@scilab-enterprises.com> References: <508A955B.3080103@scilab-enterprises.com> Message-ID: <1351259984624-4025080.post@n3.nabble.com> Hi Simon, Thank you very much. I will look into the toolbox_sceleton and try to get to fix the ole_master. I had contacted the developer, but so far no direct hint on how to build it. - W. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-automation-module-cannot-build-run-tp4025077p4025080.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From wknoelly at gmail.com Fri Oct 26 16:08:47 2012 From: wknoelly at gmail.com (knobs) Date: Fri, 26 Oct 2012 07:08:47 -0700 (PDT) Subject: [Scilab-users] "automation" module - cannot build/run ??? In-Reply-To: <508A955B.3080103@scilab-enterprises.com> References: <508A955B.3080103@scilab-enterprises.com> Message-ID: <1351260527546-4025081.post@n3.nabble.com> By the way, do I need to install a Cpp-compiler to build this toolbox? And if yes, which one would you recommend and what env.-variables would need to be set in that case? Sorry, I am really new to this. - W. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-automation-module-cannot-build-run-tp4025077p4025081.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From u.fechner at tudelft.nl Sat Oct 27 20:26:34 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Sat, 27 Oct 2012 11:26:34 -0700 (PDT) Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit In-Reply-To: <507AC5D8.6000707@tudelft.nl> References: <507AC343.3040208@tudelft.nl> <507AC5D8.6000707@tudelft.nl> Message-ID: <1351362394987-4025084.post@n3.nabble.com> I created a bug report: http://bugzilla.scilab.org/show_bug.cgi?id=12039 Regards: Uwe Fechner -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From arctica1963 at gmail.com Sat Oct 27 23:09:15 2012 From: arctica1963 at gmail.com (Lester Anderson) Date: Sat, 27 Oct 2012 22:09:15 +0100 Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit In-Reply-To: <1351362394987-4025084.post@n3.nabble.com> References: <507AC343.3040208@tudelft.nl> <507AC5D8.6000707@tudelft.nl> <1351362394987-4025084.post@n3.nabble.com> Message-ID: I tried the n-pendulum demo on both 5.4.0 and 5.3.3 and both times it says the demo is disbled because it could not find a C compiler. This happens on a few others too. Lester On 27 October 2012 19:26, Uwe Fechner wrote: > I created a bug report: > http://bugzilla.scilab.org/show_bug.cgi?id=12039 > > Regards: > > Uwe Fechner > > > > -- > View this message in context: > http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive > at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From u.fechner at tudelft.nl Sat Oct 27 23:26:28 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Sat, 27 Oct 2012 23:26:28 +0200 Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit In-Reply-To: References: <507AC343.3040208@tudelft.nl> <507AC5D8.6000707@tudelft.nl> <1351362394987-4025084.post@n3.nabble.com> Message-ID: <508C5184.6090907@tudelft.nl> Which operation system do you use? Regards: Uwe Fechner Am 27.10.2012 23:09, schrieb Lester Anderson: > I tried the n-pendulum demo on both 5.4.0 and 5.3.3 and both times it says the demo is disbled > because it could not find a C compiler. This happens on a few others too. > > Lester > > On 27 October 2012 19:26, Uwe Fechner > wrote: > > I created a bug report: > http://bugzilla.scilab.org/show_bug.cgi?id=12039 > > Regards: > > Uwe Fechner > > > > -- > View this message in context: > http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users > > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From u.fechner at tudelft.nl Sun Oct 28 10:56:21 2012 From: u.fechner at tudelft.nl (Uwe Fechner) Date: Sun, 28 Oct 2012 10:56:21 +0100 Subject: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit In-Reply-To: References: <507AC343.3040208@tudelft.nl> <507AC5D8.6000707@tudelft.nl> <1351362394987-4025084.post@n3.nabble.com> <508C5184.6090907@tudelft.nl> Message-ID: <508D0145.2090304@tudelft.nl> Ok, than your problem is not related to my bug report. I do have a C compiler and a Fortran compiler installed. On Windows their is no compiler installed by default. Only if you have these compilers installed and Scilab doesn't find them it would be a bug. But I agree, I am missing a page in the wiki or in the help file that explains how to install the necessary compilers on Windows. Regards: Uwe Fechner Am 27.10.2012 23:50, schrieb Lester Anderson: > I am working on Windows 7 64-bit > > On 27 October 2012 22:26, Uwe Fechner > wrote: > > Which operation system do you use? > > Regards: > > Uwe Fechner > > Am 27.10.2012 23:09, schrieb Lester Anderson: >> I tried the n-pendulum demo on both 5.4.0 and 5.3.3 and both times it says the demo is >> disbled because it could not find a C compiler. This happens on a few others too. >> >> Lester >> >> On 27 October 2012 19:26, Uwe Fechner > wrote: >> >> I created a bug report: >> http://bugzilla.scilab.org/show_bug.cgi?id=12039 >> >> Regards: >> >> Uwe Fechner >> >> >> >> -- >> View this message in context: >> http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html >> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users >> >> >> >> >> _______________________________________________ >> users mailing list >> users at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From toeleuterio at gmail.com Fri Oct 26 19:36:52 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Fri, 26 Oct 2012 10:36:52 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <508A4777.7020505@scilab-enterprises.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> <508A4777.7020505@scilab-enterprises.com> Message-ID: <1351273012658-4025082.post@n3.nabble.com> Hi again, I removed SIVP with: *apt-get remove scilab-sivp* And removed the folder sivp inside: */usr/share/scilab/contrib* with: *rm -rf sivp* SIVP is still in atoms GUI, but there is no toolbox menu. And when I start scilab it says the following error: ---------------------------------------------------- Startup execution: loading initial environment atomsLoad: The file '/usr/share/scilab///contrib/SIVP/0.5.3-3/loader.sce' doesn't exist or is not read accessible. ---------------------------------------------------- And it is still the same after uninstalling and installing scilab. *sudo apt-get remove --purge scilab scilab-cli scilab-sivp * *sudo apt-get install --purge scilab* Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025082.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From werner.wurmbauer at aon.at Sun Oct 28 00:05:45 2012 From: werner.wurmbauer at aon.at (Werner Wurmbauer) Date: Sun, 28 Oct 2012 00:05:45 +0200 Subject: [Scilab-users] lookup_f in XCos Message-ID: Hello, I try to use a lookup table in XCos (by reading x,y data (Data->Read)). The data is shown as expected in the graphic window. However upon closing the window the data is gone (in the simulation and when opening the lookup table block again). Unfortunately there is no usable documentation of this block therefore it is maybe a simple user error? Thank you for your help! Best regards Werner From simon.gareste at scilab-enterprises.com Mon Oct 29 09:04:27 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Mon, 29 Oct 2012 09:04:27 +0100 Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <1351273012658-4025082.post@n3.nabble.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> <508A4777.7020505@scilab-enterprises.com> <1351273012658-4025082.post@n3.nabble.com> Message-ID: <508E388B.4080108@scilab-enterprises.com> Hi, can you try : ls -al /usr/share/scilab/contrib In my case, I had sivp as a link to a folder, not as a folder itself, so rm -rf would have deleted the folder and not the link. also, ls -al ~/.Scilab/scilab-5.3.3 Another thing : --purge is used when deleting a library, not when installing it. Simon On 10/26/2012 07:36 PM, Nat0ne wrote: > Hi again, > > I removed SIVP with: > *apt-get remove scilab-sivp* > > And removed the folder sivp inside: > */usr/share/scilab/contrib* > with: > *rm -rf sivp* > > SIVP is still in atoms GUI, but there is no toolbox menu. > And when I start scilab it says the following error: > ---------------------------------------------------- > Startup execution: > loading initial environment > > atomsLoad: The file '/usr/share/scilab///contrib/SIVP/0.5.3-3/loader.sce' > doesn't exist or is not read accessible. > ---------------------------------------------------- > > And it is still the same after uninstalling and installing scilab. > *sudo apt-get remove --purge scilab scilab-cli scilab-sivp * > *sudo apt-get install --purge scilab* > > Nat0ne > > > > -- > View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025082.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From clement.david at scilab-enterprises.com Mon Oct 29 09:09:45 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Mon, 29 Oct 2012 09:09:45 +0100 Subject: [Scilab-users] =?iso-8859-1?q?TR=A0=3A_java_heap_space?= In-Reply-To: References: Message-ID: <1351498185.2066.3.camel@paros> Hello, Scilab 5.3.3 use HDF5 to communicate data between Xcos and Scilab. To reduce the overhead we now (in Scilab 5.4.0) use a direct stack access. Can you check with the latest Scilab version please ? Futhermore to manage huge models (more than 20k blocks) you may modify the default Java heap space setting in Scilab Preferences. Le vendredi 26 octobre 2012 ? 15:33 +0200, St?phane B?cu a ?crit : > xcosDiagramToHDF5: Java heap space > at line xxx of function importXcosDiagram called by : > importXcosDiagram("my_model.xcos"); -- Cl?ment DAVID Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http://www.scilab-enterprises.com From simon.gareste at scilab-enterprises.com Mon Oct 29 09:38:23 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Mon, 29 Oct 2012 09:38:23 +0100 Subject: [Scilab-users] "automation" module - cannot build/run ??? In-Reply-To: <1351260527546-4025081.post@n3.nabble.com> References: <508A955B.3080103@scilab-enterprises.com> <1351260527546-4025081.post@n3.nabble.com> Message-ID: <508E407F.2090008@scilab-enterprises.com> Hi, Indeed, you'll need a cpp compiler since you want to be able to compile the gateway. Normally, Visual C++ Express is enough, and you don't need to set up any environment variables. Simon On 10/26/2012 04:08 PM, knobs wrote: > By the way, do I need to install a Cpp-compiler to build this toolbox? And > if yes, which one would you recommend and what env.-variables would need to > be set in that case? > > Sorry, I am really new to this. > > - W. > > > > -- > View this message in context: http://mailinglists.scilab.org/Scilab-users-automation-module-cannot-build-run-tp4025077p4025081.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From mmoj at byg.dtu.dk Mon Oct 29 13:12:56 2012 From: mmoj at byg.dtu.dk (MMOJ) Date: Mon, 29 Oct 2012 05:12:56 -0700 (PDT) Subject: [Scilab-users] 'link' and 'call' function from dll Message-ID: <1351512776606-4025101.post@n3.nabble.com> Hi I'm relative new in scilab, but have worked allot with matlab. I'm trying to transfer some of my work into scilab as some of my colleges use it and I would like to introduce them to the tools I use. It is about a geochemical program IPHREEQC, where I have linked this to my matlab code and it work fine. I have tried to do the same in Scilab but i have some problems. The IPHREEQC library is found here http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/. I can link the dll with link('IPhreeqc.dll','CreateIPhreeqc','c') where CreateIPhreeqc' create an id for the further calculations. So I would like to know if it is possible to link the routines in the dll with the header file, instead of every single routine? My next problem is in the 'call' of the routine, i see that there are two different functions 'call' and 'fort' and I do not see the differences? When I try 'call('CreateIPhreeqc','out',[1,1],1,'i')', i returns a random number, it should be from 1.2... n depended on the number of calls to the lib. The routine do not take any input values, maybe that should be formulated in a different way! Thanks -- View this message in context: http://mailinglists.scilab.org/link-and-call-function-from-dll-tp4025101.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From stephane.becu at maya-technologies.com Mon Oct 29 16:48:18 2012 From: stephane.becu at maya-technologies.com (=?iso-8859-1?Q?St=E9phane_B=E9cu?=) Date: Mon, 29 Oct 2012 16:48:18 +0100 Subject: [Scilab-users] =?iso-8859-1?q?RE=A0=3A__TR=A0=3A_java_heap_space?= References: <1351498185.2066.3.camel@paros> Message-ID: I did not have the problem with Scilab 5.4.0 but with this last version my parameters modification are not taken into account when using scicos_simulate() as it used to be with previous versions. Code example: ///////////////////////// Context.mypar1; Context.mypar2; Context.mypar3; scicos_simulate(scs_m,list(),Context,'nw'); --> this simulation gives the same result than with original parameter values. ________________________________ De: users-bounces at lists.scilab.org de la part de Cl?ment David Date: lun. 29/10/2012 09:09 ?: International users mailing list for Scilab. Objet : Re: [Scilab-users] TR : java heap space Hello, Scilab 5.3.3 use HDF5 to communicate data between Xcos and Scilab. To reduce the overhead we now (in Scilab 5.4.0) use a direct stack access. Can you check with the latest Scilab version please ? Futhermore to manage huge models (more than 20k blocks) you may modify the default Java heap space setting in Scilab Preferences. Le vendredi 26 octobre 2012 ? 15:33 +0200, St?phane B?cu a ?crit : > xcosDiagramToHDF5: Java heap space > at line xxx of function importXcosDiagram called by : > importXcosDiagram("my_model.xcos"); -- Cl?ment DAVID Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http://www.scilab-enterprises.com _______________________________________________ users mailing list users at lists.scilab.org http://lists.scilab.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From toeleuterio at gmail.com Tue Oct 30 02:09:11 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Mon, 29 Oct 2012 18:09:11 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <508E388B.4080108@scilab-enterprises.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> <508A4777.7020505@scilab-enterprises.com> <1351273012658-4025082.post@n3.nabble.com> <508E388B.4080108@scilab-enterprises.com> Message-ID: <1351559351912-4025109.post@n3.nabble.com> Hi, Ok, I was able to remove SIVP after removing with *rm -rf* the SIVP folder, installing it with *apt-get* and remove it again with atoms. Later I installed SIVP again with: *atomsInstall("SIVP")* and I have this message. ----------------------------------------------------------------------------- Startup execution: loading initial environment SIVP - Scilab Image and Video Processing Toolbox Load macros Load gateways atomsLoad: An error occurred while loading 'SIVP-0.5.3-3': link: The shared archive was not loaded: libjpeg.so.62: cannot open shared object file: No such file or directory ----------------------------------------------------------------------------- You said to try md5sum. I did not know what that is, so I made some research and I did this: root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *ls* *SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* *4de0f033f09fe3197986f2b84827d902 SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum SIVP_0.5.3-3.bin.x86_64.linux.tar.gz > hash.md5* root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *ls* *hash.md5 SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *gedit hash.md5* root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum -c hash.md5* *SIVP_0.5.3-3.bin.x86_64.linux.tar.gz: OK* I am not sure if it's correct. Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025109.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Tue Oct 30 08:39:36 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 30 Oct 2012 08:39:36 +0100 Subject: [Scilab-users] =?iso-8859-1?q?RE=A0=3A__TR=A0=3A_java_heap_space?= In-Reply-To: References: <1351498185.2066.3.camel@paros> Message-ID: <1351582776.1932.2.camel@paros> Hello, Some tests on our compilation chain use the context update and pass. Can you post a reduced test-case of your issue please ? PS: unit test added to manage context update http://codereview.scilab.org/#/c/9558/ Le lundi 29 octobre 2012 ? 16:48 +0100, St?phane B?cu a ?crit : > I did not have the problem with Scilab 5.4.0 but with this last > version my parameters modification are not taken into account when > using scicos_simulate() as it used to be with previous versions. > > Code example: > ///////////////////////// > > Context.mypar1; > Context.mypar2; > > Context.mypar3; > scicos_simulate(scs_m,list(),Context,'nw'); > > --> this simulation gives the same result than with original parameter values. > -- Cl?ment DAVID Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http://www.scilab-enterprises.com From simon.gareste at scilab-enterprises.com Tue Oct 30 10:38:11 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Tue, 30 Oct 2012 10:38:11 +0100 Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <1351559351912-4025109.post@n3.nabble.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> <508A4777.7020505@scilab-enterprises.com> <1351273012658-4025082.post@n3.nabble.com> <508E388B.4080108@scilab-enterprises.com> <1351559351912-4025109.post@n3.nabble.com> Message-ID: <508FA003.90408@scilab-enterprises.com> Hi, Well, we are getting better, I guess. Can you try doing *sudo apt-get install libjpeg62-dev* (or libjpeg-dev if the first one doesn't work) and try again to launch scilab? (without removing either scilab or sivp, now you have your environment clean it seems, keep it that way). I wanted you to do *md5sum SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* to check that it was the correct file that you downloaded, just in case. For your information, the number resulting from the md5sum is kind of unique (or so rare it can be considered so) for each file. Basically, if you copy/paste a file, it will have the same md5sum. If you add a character at the end of one of them, the md5sum will change. Simon On 10/30/2012 02:09 AM, Nat0ne wrote: > Hi, > > Ok, I was able to remove SIVP after removing with *rm -rf* the SIVP folder, > installing it with *apt-get* and remove it again with atoms. > > Later I installed SIVP again with: > *atomsInstall("SIVP")* > > and I have this message. > > ----------------------------------------------------------------------------- > Startup execution: > loading initial environment > > SIVP - Scilab Image and Video Processing Toolbox > Load macros > Load gateways > atomsLoad: An error occurred while loading 'SIVP-0.5.3-3': > link: The shared archive was not loaded: libjpeg.so.62: cannot open shared > object file: No such file or directory > ----------------------------------------------------------------------------- > > You said to try md5sum. I did not know what that is, so I made some research > and I did this: > > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *ls* > *SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum > SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* > *4de0f033f09fe3197986f2b84827d902 SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum > SIVP_0.5.3-3.bin.x86_64.linux.tar.gz > hash.md5* > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *ls* > *hash.md5 SIVP_0.5.3-3.bin.x86_64.linux.tar.gz* > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *gedit > hash.md5* > root at ubuntu:/home/antonio/.Scilab/scilab-5.3.3/atoms/archives# *md5sum -c > hash.md5* > *SIVP_0.5.3-3.bin.x86_64.linux.tar.gz: OK* > > I am not sure if it's correct. > > Nat0ne > > > > -- > View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025109.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From toeleuterio at gmail.com Tue Oct 30 14:53:59 2012 From: toeleuterio at gmail.com (Nat0ne) Date: Tue, 30 Oct 2012 06:53:59 -0700 (PDT) Subject: [Scilab-users] SIVP & Ubuntu In-Reply-To: <508FA003.90408@scilab-enterprises.com> References: <1351039055072-4025059.post@n3.nabble.com> <5087923E.6040001@scilab-enterprises.com> <1351100861119-4025064.post@n3.nabble.com> <50890ED6.2060304@scilab-enterprises.com> <1351204481347-4025071.post@n3.nabble.com> <508A4777.7020505@scilab-enterprises.com> <1351273012658-4025082.post@n3.nabble.com> <508E388B.4080108@scilab-enterprises.com> <1351559351912-4025109.post@n3.nabble.com> <508FA003.90408@scilab-enterprises.com> Message-ID: <1351605239722-4025115.post@n3.nabble.com> Hi Simon, Yes, I get what is the purpose of md5sum. eMule and other download programs use the hash of the file to identify files, check is corrupted and stuff. So, I used: *sudo apt-get install libjpeg62-dev* and it works. Now thanks to you I brought to Ubuntu the code I was making in Windows and it's working! Which, by the way, I am implementing a FAST corners algorithm for my master thesis. Thank you very much! And I hope somehow I helped (a little bit) improving SIVP vulnerabilities in Ubuntu. Best regards, Nat0ne -- View this message in context: http://mailinglists.scilab.org/SIVP-Ubuntu-tp4025059p4025115.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From v.deoliveirarodri at lantiq.com Wed Oct 31 14:28:26 2012 From: v.deoliveirarodri at lantiq.com (Victor Rodrigues) Date: Wed, 31 Oct 2012 13:28:26 +0000 (UTC) Subject: [Scilab-users] How to manage Scilab external modules easily References: <4B56E575.7020503@scilab.org> <8A464598AD25E74587F3692211174FD6047B020ED9@mucse404.eu.infineon.com> <4B6C4784.3080705@scilab.org> Message-ID: Hi Pierre, Pierre MARECHAL writes: > > Hi Martin, > > Le 27/01/2010 16:08, Martin.Blasczyk at ... a ?crit : > > 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? > Yes. If internet (http://atoms.scilab.org) is unreachable, two things > are possible: > > - Add a local repository : > --> > atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org') > --> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org'); > > - Install a local package > --> atomsInstall('/home/bob/mymodule.bin.tar.gz'); > --> atomsInstall('E:\mymodule.bin.tar.gz'); > > This only works with the current nightly builds : > > - > http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2 > - http://www.scilab.org/download/index_download.php?page=nightly_builds > > Is there a description available for setting up such a server? > The beginning of documentation is available here : > http://wiki.scilab.org/ATOMS/localrepository > > This documentation is a rough draft at the moment. It will be filled-out > shortly I have been using the solution you suggested on Scilab 5.2 to supply several clients connected to a local network without internet access with additional modules. But after updating to Scilab 5.4, this same solution do not work. I get the error 4: Undefined variable: winId. Do I have to do any modifications to my local repository or to do another procedure to add this repository to the client? Is there any documentation available ralated to this? > > Best Regards, > > Martin Blasczyk > > > > Regards, > > Pierre > Thanks a lot, Best regards, Victor. From simon.gareste at scilab-enterprises.com Wed Oct 31 16:03:29 2012 From: simon.gareste at scilab-enterprises.com (Simon GARESTE) Date: Wed, 31 Oct 2012 16:03:29 +0100 Subject: [Scilab-users] How to manage Scilab external modules easily In-Reply-To: References: <4B56E575.7020503@scilab.org> <8A464598AD25E74587F3692211174FD6047B020ED9@mucse404.eu.infineon.com> <4B6C4784.3080705@scilab.org> Message-ID: <50913DC1.5080208@scilab-enterprises.com> Hi, Pierre isn't anymore in the Scilab team, unfortunately. Can you give the result of *atomsGetConfig()* ? of *atomsRepositoryList()* How did you set up your local repository exactly? Simon On 10/31/2012 02:28 PM, Victor Rodrigues wrote: > Hi Pierre, > > > Pierre MARECHAL writes: > >> Hi Martin, >> >> Le 27/01/2010 16:08, Martin.Blasczyk at ... a ?crit : >>> 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? >> Yes. If internet (http://atoms.scilab.org) is unreachable, two things >> are possible: >> >> - Add a local repository : >> --> >> atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org') >> --> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org'); >> >> - Install a local package >> --> atomsInstall('/home/bob/mymodule.bin.tar.gz'); >> --> atomsInstall('E:\mymodule.bin.tar.gz'); >> >> This only works with the current nightly builds : >> >> - >> http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2 >> - http://www.scilab.org/download/index_download.php?page=nightly_builds >>> Is there a description available for setting up such a server? >> The beginning of documentation is available here : >> http://wiki.scilab.org/ATOMS/localrepository >> >> This documentation is a rough draft at the moment. It will be filled-out >> shortly > > I have been using the solution you suggested on Scilab 5.2 to supply several > clients connected to a local network without internet access with additional > modules. But after updating to Scilab 5.4, this same solution do not work. > > I get the error 4: Undefined variable: winId. > > Do I have to do any modifications to my local repository or to do another > procedure to add this repository to the client? Is there any documentation > available ralated to this? > > >>> Best Regards, >>> Martin Blasczyk >>> >> Regards, >> >> Pierre >> > > Thanks a lot, > Best regards, > Victor. > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Simon Gareste Support & Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com From v.deoliveirarodri at lantiq.com Wed Oct 31 17:34:59 2012 From: v.deoliveirarodri at lantiq.com (Victor Rodrigues) Date: Wed, 31 Oct 2012 16:34:59 +0000 (UTC) Subject: [Scilab-users] How to manage Scilab external modules easily References: <4B56E575.7020503@scilab.org> <8A464598AD25E74587F3692211174FD6047B020ED9@mucse404.eu.infineon.com> <4B6C4784.3080705@scilab.org> <50913DC1.5080208@scilab-enterprises.com> Message-ID: Simon GARESTE writes: > > Hi, > > Pierre isn't anymore in the Scilab team, unfortunately. > Can you give the result of *atomsGetConfig()* ? > of *atomsRepositoryList()* > How did you set up your local repository exactly? > Hi Simon, thanks for your help. The results were -->atomsGetConfig() ans = downloadTool: "curl" -->atomsRepositoryList() ans = !file:///\\lab-mb\ATOMS official ! The repository server is at \\lab-mb\ATOMS and there are several clients connected to this PC through a local network (without internet connection). The repository structure is as follows: \\lab-mb\ATOMS |-- TOOLBOXES |-- 32 | |-- windows.gz | |-- toolbox_X | |-- version | |-- files | |-- ... | |-- ... The values of sourceUrl and binaryUrl written in each description files were prepared to work with this structure. Best regards, Victor. > Simon > On 10/31/2012 02:28 PM, Victor Rodrigues wrote: > > Hi Pierre, > > > > > > Pierre MARECHAL writes: > > > >> Hi Martin, > >> > >> Le 27/01/2010 16:08, Martin.Blasczyk at ... a ?crit : > >>> 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? > >> Yes. If internet (http://atoms.scilab.org) is unreachable, two things > >> are possible: > >> > >> - Add a local repository : > >> --> > >> atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org') > >> --> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org'); > >> > >> - Install a local package > >> --> atomsInstall('/home/bob/mymodule.bin.tar.gz'); > >> --> atomsInstall('E:\mymodule.bin.tar.gz'); > >> > >> This only works with the current nightly builds : > >> > >> - > >> http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2 > >> - http://www.scilab.org/download/index_download.php?page=nightly_builds > >>> Is there a description available for setting up such a server? > >> The beginning of documentation is available here : > >> http://wiki.scilab.org/ATOMS/localrepository > >> > >> This documentation is a rough draft at the moment. It will be filled-out > >> shortly > > > > I have been using the solution you suggested on Scilab 5.2 to supply several > > clients connected to a local network without internet access with additional > > modules. But after updating to Scilab 5.4, this same solution do not work. > > > > I get the error 4: Undefined variable: winId. > > > > Do I have to do any modifications to my local repository or to do another > > procedure to add this repository to the client? Is there any documentation > > available ralated to this? > > > > > >>> Best Regards, > >>> Martin Blasczyk > >>> > >> Regards, > >> > >> Pierre > >> > > > > Thanks a lot, > > Best regards, > > Victor. > > > > > > _______________________________________________ > > users mailing list > > users lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/users > From maurolarrat at gmail.com Wed Oct 31 19:02:33 2012 From: maurolarrat at gmail.com (Mauro Larrat) Date: Wed, 31 Oct 2012 15:02:33 -0300 Subject: [Scilab-users] Fuzzy Logic toolbox Message-ID: Dear friends, where could I find documentations about how to use this toolbox? Thanks, -- Mauro Larrat. -------------- next part -------------- An HTML attachment was scrubbed... URL: