From gapercas at yahoo.com Mon Feb 4 11:26:57 2008 From: gapercas at yahoo.com (Gabriel Antonio Pérez Castañeda) Date: Mon, 4 Feb 2008 02:26:57 -0800 (PST) Subject: scilab et windows vista Message-ID: <117272.66028.qm@web32411.mail.mud.yahoo.com> Bonjour, J'ai instal? scilab 4.1.1 sur un ordinateur portable avec Microsoft Vista. J'ai t?l?charg? et instal? Microsoft Visual C++ 2005 Editon, masi scilab me dit qu'il faul aussi instaler "Microsoft Platform SDK for Windows Server 2003 R2". Le probl?me c'est que j'ai essay? de le faire, mais il s'agit d'un programme qu'il faut payer, car il s'agit de la plateforme Vista (par rapport a Windows XP, ?a n'est pas n?cessaire ? faire). Qu'est que vous me conseillez ? faire ? Merci bien. Cordialement, Gabriel P?rez --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at inria.fr Mon Feb 4 12:48:00 2008 From: allan.cornet at inria.fr (Allan CORNET) Date: Mon, 04 Feb 2008 12:48:00 +0100 Subject: [scilab-Users] scilab et windows vista In-Reply-To: <117272.66028.qm@web32411.mail.mud.yahoo.com> References: <117272.66028.qm@web32411.mail.mud.yahoo.com> Message-ID: <7.0.1.0.2.20080204124552.05236198@inria.fr> Bonjour, Voici le lien pour " Microsoft? Windows? Software Development Kit for Windows Vista" http://www.microsoft.com/downloads/details.aspx?familyid=c2b1e300-f358-4523-b479-f53d234cdccf&displaylang=en Ce SDK est gratuit. Cordialement Allan CORNET Le 11:26 AM 2/4/2008,Gabriel Antonio "P?rez" "Casta?eda" ?crit: >Bonjour, > > J'ai instal? scilab 4.1.1 sur un ordinateur portable avec Microsoft >Vista. J'ai t?l?charg? et instal? Microsoft Visual C++ 2005 Editon, >masi scilab me dit qu'il faul aussi instaler "Microsoft Platform SDK >for Windows Server 2003 R2". Le probl?me c'est que j'ai essay? de le >faire, mais il s'agit d'un programme qu'il faut payer, car il s'agit de >la plateforme Vista (par rapport a Windows XP, ?a n'est pas >n?cessaire ? faire). Qu'est que vous me conseillez ? faire ? > Merci bien. > Cordialement, > Gabriel P?rez > > >Looking for last minute shopping deals? >Find >them fast with Yahoo! Search. ============================================== Allan CORNET Scilab Consortium http://www.scilab.org INRIA - Unit? de Recherche de Rocquencourt Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex ============================================== Projet Scilab B?timent 1B - Bureau 009 Email : allan.cornet at inria.fr ============================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From dastew at sympatico.ca Tue Feb 5 04:22:23 2008 From: dastew at sympatico.ca (Doug Stewart) Date: Mon, 04 Feb 2008 22:22:23 -0500 Subject: help for a nooby In-Reply-To: <479F2765.1030406@ektronic.de> References: <479F2765.1030406@ektronic.de> Message-ID: <47A7D66F.3010705@sympatico.ca> I am learning SCILAB and SCICOS and I like what I see. Thanks to all. I am trying to put together a demo of a transmission line. My demo is made up of many super-blocks all the same. Each one represents 1 unit of length of the transmission line and contain a resistor and inductor in series and then a capacitor to ground. I then can connect a scope to different locations in the "line" and show my students how a pulse gets deformed as it travels down the line, and show the reflected waves, etc. I have a 25 unit line working, but now I want to change the resistor value, etc. My question is: How can I set it up so that I can change a "Global variable" that will change all my resistors at the same time? Doug Stewart From rcorderog at gmail.com Tue Feb 5 04:54:52 2008 From: rcorderog at gmail.com (Cordero R. ) Date: Mon, 4 Feb 2008 22:54:52 -0500 Subject: [scilab-Users] help for a nooby In-Reply-To: <47A7D66F.3010705@sympatico.ca> References: <479F2765.1030406@ektronic.de> <47A7D66F.3010705@sympatico.ca> Message-ID: <6ab64a060802041954k6fc69a6an60b0a7776377303a@mail.gmail.com> Dear Mr Stewart You can define symbolic parameters (variables) in SCICOS. In SCICOS, go to Diagram ->context. You will see a SCILAB dialog window, where you can define the variables. For example. I define the variable R =9. Now, I can use, in differents blocks (like constants, gains, etc), the variable "R" instead of a numeric value. You can modify the value of "R" before every simulation. Raymundo Cordero CIEEP-Per? 2008/2/4, Doug Stewart : > > I am learning SCILAB and SCICOS and I like what I see. Thanks to all. > > I am trying to put together a demo of a transmission line. My demo is > made up of many super-blocks all the same. Each one represents 1 unit > of length of the transmission line and contain a resistor and inductor > in series and then a capacitor to ground. I then can connect a scope to > different locations in the "line" and show my students how a pulse gets > deformed as it travels down the line, and show the reflected waves, etc. > > I have a 25 unit line working, but now I want to change the resistor > value, etc. > > My question is: > > How can I set it up so that I can change a "Global variable" that will > change all my resistors at the same time? > > Doug Stewart > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dastew at sympatico.ca Tue Feb 5 05:06:17 2008 From: dastew at sympatico.ca (Doug Stewart) Date: Mon, 04 Feb 2008 23:06:17 -0500 Subject: [scilab-Users] help for a nooby In-Reply-To: <6ab64a060802041954k6fc69a6an60b0a7776377303a@mail.gmail.com> References: <479F2765.1030406@ektronic.de> <47A7D66F.3010705@sympatico.ca> <6ab64a060802041954k6fc69a6an60b0a7776377303a@mail.gmail.com> Message-ID: <47A7E0B9.4090306@sympatico.ca> Thank you Thank you :-) Cordero R. wrote: > Dear Mr Stewart > > You can define symbolic parameters (variables) in SCICOS. > In SCICOS, go to Diagram ->context. You will see a SCILAB dialog > window, where you can define the variables. > For example. I define the variable R =9. Now, I can use, in differents > blocks (like constants, gains, etc), the variable "R" instead of a > numeric value. > You can modify the value of "R" before every simulation. > > Raymundo Cordero > CIEEP-Per? > > 2008/2/4, Doug Stewart >: > > I am learning SCILAB and SCICOS and I like what I see. Thanks to all. > > I am trying to put together a demo of a transmission line. My demo is > made up of many super-blocks all the same. Each one represents 1 unit > of length of the transmission line and contain a resistor and inductor > in series and then a capacitor to ground. I then can connect a > scope to > different locations in the "line" and show my students how a pulse > gets > deformed as it travels down the line, and show the reflected > waves, etc. > > I have a 25 unit line working, but now I want to change the resistor > value, etc. > > My question is: > > How can I set it up so that I can change a "Global variable" that will > change all my resistors at the same time? > > Doug Stewart > > > > From Simone.Mannori at inria.fr Tue Feb 5 05:27:18 2008 From: Simone.Mannori at inria.fr (Simone Mannori) Date: Tue, 05 Feb 2008 05:27:18 +0100 Subject: [scilab-Users] help for a nooby In-Reply-To: <47A7D66F.3010705@sympatico.ca> References: <479F2765.1030406@ektronic.de> <47A7D66F.3010705@sympatico.ca> Message-ID: <1202185638.5941.17.camel@buta.inria.fr> Dear Doug, On Mon, 2008-02-04 at 22:22 -0500, Doug Stewart wrote: > I am learning SCILAB and SCICOS and I like what I see. Thanks to all. > We try do do our best. > I am trying to put together a demo of a transmission line. My demo is > made up of many super-blocks all the same. Each one represents 1 unit > of length of the transmission line and contain a resistor and inductor > in series and then a capacitor to ground. I then can connect a scope to > different locations in the "line" and show my students how a pulse gets > deformed as it travels down the line, and show the reflected waves, etc. > Very nice :) > I have a 25 unit line working, but now I want to change the resistor > value, etc. > I know the game :) > My question is: > > How can I set it up so that I can change a "Global variable" that will > change all my resistors at the same time? > Easy: use a variable in the "Contex" of Scicos. How to use the "contex" ? Look inside the Scicos help pages. I don't like the "contex" mechanism. It is contorted and not easy to understand for the beginner. I lost weeks for "contex" related issues. "Workspace" is concept a more understandable for the newbie. General consideration for ALL: if you have question, ANY question about Scilab/Scicos, please attach your experimental files. Does not matter if they are broken or buggy: we will fix and send back to you ASAP. Look at a clean, working and well commented ("//** :) ") example is: - more simple and efficient for us ; - more useful for you. I'm keeping a data base of all the "Scilab/Scicos Service Support" with the idea to put the examples on line. Simone Mannori - Scilab/Scicos Embedded Applications Eng. From sylvestre.ledru at inria.fr Thu Feb 7 15:32:36 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Thu, 07 Feb 2008 15:32:36 +0100 Subject: License of Scilab 5 Message-ID: <1202394756.24488.93.camel@korcula.inria.fr> Hello, A big step for Scilab! It took a while, but here we are. The INRIA and the Scilab Consortium have finally decided to change the license of Scilab to CeCILL [1] [2]. The CeCILL (from "CEA CNRS INRIA Logiciel Libre") license is a free (as beer and speech) license. This license has been designed for both french and international laws and to be "GPL-Compatible" [3]. Thanks to this change, we send a strong signal of openness and free software orientation. By this action, we also intend to extend the use of Scilab by other free projects/software and facilitate the integration of Scilab in free Linux/BSD distributions. Regards, Sylvestre PS: Technically speaking, we will soon release the Alpha version of Scilab 5. This version will be released under the term of the CeCILL license. However, we are aware of a few licenses issues which will be dealt with later. [1] http://www.cecill.info/index.en.html [2] http://en.wikipedia.org/wiki/CeCILL [3] http://www.fsf.org/licensing/licenses/#CeCILL From fvogelnew1 at free.fr Fri Feb 8 08:25:00 2008 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Fri, 08 Feb 2008 08:25:00 +0100 Subject: License of Scilab 5 In-Reply-To: <1202394756.24488.93.camel@korcula.inria.fr> References: <1202394756.24488.93.camel@korcula.inria.fr> Message-ID: <47AC03CC.5080801@free.fr> Sylvestre Ledru said on 07/02/2008 15:32: > The INRIA and the Scilab Consortium have finally decided to change the > license of Scilab to CeCILL [1] [2]. So you abandoned the dual licensing scheme. Please confirm. Moreover which CeCILL are you talking about here? Cecill-A ? please clarify. > PS: Technically speaking, we will soon release the Alpha version of > Scilab 5. This version will be released under the term of the CeCILL > license. However, we are aware of a few licenses issues which will be > dealt with later. Scipad must be among those. Please confirm. Several contributors have sent a formal letter to the Scilab Consortium about the license change recently and we would like to get a formal answer from the Consortium (and not from Sylvestre Ledru). This can also be brought to the public place if the Consortium likes it better. Francois From sylvestre.ledru at inria.fr Fri Feb 8 11:38:47 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Fri, 08 Feb 2008 11:38:47 +0100 Subject: [Scilab-Dev] Re: License of Scilab 5 In-Reply-To: <47AC03CC.5080801@free.fr> References: <1202394756.24488.93.camel@korcula.inria.fr> <47AC03CC.5080801@free.fr> Message-ID: <1202467127.24488.184.camel@korcula.inria.fr> Le vendredi 08 f?vrier 2008 ? 08:25 +0100, Fran?ois Vogel a ?crit : > Sylvestre Ledru said on 07/02/2008 15:32: > > The INRIA and the Scilab Consortium have finally decided to change > the > > license of Scilab to CeCILL [1] [2]. > > So you abandoned the dual licensing scheme. Please confirm. As you said, not an answer for Sylvestre Ledru. > Moreover which CeCILL are you talking about here? Cecill-A ? please > clarify. In fact, there is no CeCILL-A. The first one is called CeCILL. http://www.cecill.info/licences.en.html Sylvestre From al.a9sa at gmail.com Tue Feb 12 23:51:26 2008 From: al.a9sa at gmail.com (FARHAT Mohamed) Date: Tue, 12 Feb 2008 23:51:26 +0100 Subject: avis Message-ID: <28355ada0802121451r3c847da0kfd1df914bb53dc6c@mail.gmail.com> salut si vous permettez j'ai une question ? vous poser. je travaille sur la modelisation des r?seaux de r?gulation g?nique par les r?seaux dynamiques bayesiens. vous pensez que scilab sera le choix correct pour ce probl?me? A l'institut Pasteur de tunis o? je fais mon projet on travaille sur matlab. quant ? moi je pr?f?re un logiciel libre. ce dont j'ai besoin c'est la determination de l'effet de choc sur un r?seau causal de variables al?atoires, calcul inferentiel et apprentissage de la structure par la methode Monte Carlo Makov Chain. Y a-t-il un ?quivalent dans scilab du BayesNet Toolbox de matlab? merci d'avance. j'attends votre r?ponse -------------- next part -------------- An HTML attachment was scrubbed... URL: From avic at bios.srv.br Wed Feb 13 13:45:20 2008 From: avic at bios.srv.br (=?ISO-8859-1?Q?Andr=E9_Vict=F3ria?=) Date: Wed, 13 Feb 2008 09:45:20 -0300 Subject: [scilab-Users] avis In-Reply-To: <28355ada0802121451r3c847da0kfd1df914bb53dc6c@mail.gmail.com> References: <28355ada0802121451r3c847da0kfd1df914bb53dc6c@mail.gmail.com> Message-ID: <47B2E660.8070609@bios.srv.br> I don?t know frech very miuch, but I could uniderstand some of what you said. Although I haven?t used it much, GNU Octave is worth a try, as a free alternative to Matlab. In sight of Scilab, the Octave language aims to be more compatible with Matlab. Its page is www.octave.org. There is also octave.sf.net, but I don?t know what exatly this is. Kindly, Andre FARHAT Mohamed escreveu: > salut > si vous permettez j'ai une question ? vous poser. > je travaille sur la modelisation des r?seaux de r?gulation g?nique par > les r?seaux dynamiques bayesiens. vous pensez que scilab sera le choix > correct pour ce probl?me? > A l'institut Pasteur de tunis o? je fais mon projet on travaille sur > matlab. quant ? moi je pr?f?re un logiciel libre. ce dont j'ai besoin > c'est la determination de l'effet de choc sur un r?seau causal > de variables al?atoires, calcul inferentiel et apprentissage de la > structure par la methode Monte Carlo Makov Chain. Y a-t-il > un ?quivalent dans scilab du BayesNet Toolbox de matlab? > merci d'avance. j'attends votre r?ponse > From grocer.toolbox at gmail.com Wed Feb 13 18:34:24 2008 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Wed, 13 Feb 2008 18:34:24 +0100 Subject: making a graphic with shaded areas Message-ID: Can anyone help me to draw a graphic with shaded areas like the one -performad in Excel- joined to this mail? (I thought contourf could do the trick but I did not manage to use it correctly for this prurpose) ? Thanks a lot. Eric. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fan_chart.pdf Type: application/pdf Size: 9494 bytes Desc: not available URL: From rwkk at op.pl Fri Feb 15 22:57:07 2008 From: rwkk at op.pl (rwkk at op.pl) Date: Fri, 15 Feb 2008 22:57:07 +0100 Subject: spreadsheet Message-ID: I use Scilab in my work with students. We write very fine scripts in Scilab language. For example we use them in geodetic adjustment. But for more professional character our programs need something like spreadsheet. We know about (not implemented in Scilab) TkTable 2D table widget. We think, that spreadsheet (which is absent in Matlab) would be useful Scilab extensions. k.k -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Sat Feb 16 11:52:25 2008 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Sat, 16 Feb 2008 11:52:25 +0100 Subject: [scilab-Users] spreadsheet In-Reply-To: References: Message-ID: <47B6C069.9080107@utc.fr> rwkk at op.pl a ?crit : > > I use Scilab in my work with students. We write very fine scripts in > Scilab language. For example we use them in geodetic adjustment. But > for more professional character our programs need something like > spreadsheet. We know about (not implemented in Scilab) TkTable 2D > table widget. We think, that spreadsheet (which is absent in Matlab) > would be useful Scilab extensions. > > k.k > > ** > You can use the Tktable package in Scilab, you just have to install it in the $SCI/tcl folder, then a package require Tktable in your tcl script will load the package. But if you need some already integrated stuff in Scilab, take a look at the XMLlab project (http://xmllab.org) S. -- St?phane Mottelet Laboratoire de Math?matiques Appliqu?es Universit? de Technologie de Compi?gne http://www.lmac.utc.fr/~mottelet From driano at ucdavis.edu Thu Feb 21 05:44:52 2008 From: driano at ucdavis.edu (David Riano) Date: Wed, 20 Feb 2008 23:44:52 -0500 Subject: export to C Message-ID: <7.0.1.0.2.20080220234213.05219430@ucdavis.edu> Hi! I was wondering if it is possible to export the scilab code to C and compile it out of scilab in linux with gcc and run the program in a computer without scilab. Thanks David Ria?o From Paul_Martin at mksinst.com Thu Feb 21 14:45:31 2008 From: Paul_Martin at mksinst.com (Paul_Martin at mksinst.com) Date: Thu, 21 Feb 2008 08:45:31 -0500 Subject: [scilab-Users] export to C Message-ID: Return Receipt Your [scilab-Users] export to C document: was Paul_Martin at mksinst.com received by: at: 02/21/2008 08:48:30 AM From gapercas at yahoo.com Mon Feb 25 17:18:40 2008 From: gapercas at yahoo.com (Gabriel Antonio Pérez Castañeda) Date: Mon, 25 Feb 2008 08:18:40 -0800 (PST) Subject: une question, merci Message-ID: <760638.82910.qm@web32408.mail.mud.yahoo.com> Bonjour, J'ai un fichier qui s'appelle ' create_fsm.exe '. Celui-ci est un programme ex?cutable. Si on l'ex?cute, on ouvre le fen?tre du syst?me MS DOS et il y a une interaction entre le programme et l'utilisateur.A la fin le syst?me MS DOS se ferme. Alors, l'id?e est d'appeler le programe ' create_fsm.exe' depuis Scilab et apr?s qu'il est ex?cute revenir ? Scilab et continuer la s?quence pr?vue et agir sur les r?sultats obtenus de ce programme. J'ai mis : host('create_fsm.exe') mais scilab se bloque. il peut ?tre, il me manque quelque chose. J'ai essaye aussi unix et ?a ne marche pas non plus. Est-ce que vous avez un programme ex?cutable pour voir que ?a marche? Merci beaucoup de votre aide et conseil. Cordialement, Gabriel P?rez --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at inria.fr Mon Feb 25 17:29:55 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Mon, 25 Feb 2008 17:29:55 +0100 Subject: [scilab-Users] une question, merci In-Reply-To: <760638.82910.qm@web32408.mail.mud.yahoo.com> References: <760638.82910.qm@web32408.mail.mud.yahoo.com> Message-ID: <1203956995.13857.127.camel@korcula.inria.fr> Hello Gabriel, Next time, please send your question in English, you will increase your chances to get an answer: Most of the people subscribed to this mailing list are english speakers. Cheers, Sylvestre Le lundi 25 f?vrier 2008 ? 08:18 -0800, Gabriel Antonio P?rez Casta?eda a ?crit : > Bonjour, > > J'ai un fichier qui s'appelle ' create_fsm.exe '. Celui-ci est un > programme ex?cutable. Si on l'ex?cute, on ouvre le fen?tre du syst?me > MS DOS et il y a une interaction entre le programme et l'utilisateur.A > la fin le syst?me MS DOS se ferme. Alors, l'id?e est d'appeler le > programe ' create_fsm.exe' depuis Scilab et apr?s qu'il est ex?cute > revenir ? Scilab et continuer la s?quence pr?vue et agir sur les > r?sultats obtenus de ce programme. > J'ai mis : > > host('create_fsm.exe') > > mais scilab se bloque. > > il peut ?tre, il me manque quelque chose. J'ai essaye aussi unix et ?a > ne marche pas non plus. Est-ce que vous avez un programme ex?cutable > pour voir que ?a marche? > > > Merci beaucoup de votre aide et conseil. > > Cordialement, > Gabriel P?rez > > > > > ______________________________________________________________________ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it now. From allan.cornet at inria.fr Tue Feb 26 08:16:24 2008 From: allan.cornet at inria.fr (Allan CORNET) Date: Tue, 26 Feb 2008 08:16:24 +0100 Subject: [scilab-Users] une question, merci In-Reply-To: <760638.82910.qm@web32408.mail.mud.yahoo.com> References: <760638.82910.qm@web32408.mail.mud.yahoo.com> Message-ID: <7.0.1.0.2.20080226081421.03f6c040@inria.fr> Hi , On Windows with Scilab 4.1.2 try this : host ('start /wait cmd /C create_fsm.exe' ) Best regards Allan CORNET Le 05:18 PM 2/25/2008,Gabriel Antonio "P?rez" "Casta?eda" ?crit: >Bonjour, > >J'ai un fichier qui s'appelle ' create_fsm.exe >'. Celui-ci est un programme ex?cutable. Si on >l'ex?cute, on ouvre le fen?tre du syst?me MS DOS >et il y a une interaction entre le programme et >l'utilisateur.A la fin le syst?me MS DOS se >ferme. Alors, l'id?e est d'appeler le programe ' >create_fsm.exe' depuis Scilab et apr?s qu'il est >ex?cute revenir ? Scilab et continuer la >s?quence pr?vue et agir sur les r?sultats obtenus de ce programme. >J'ai mis : > >host('create_fsm.exe') > >mais scilab se bloque. > >il peut ?tre, il me manque quelque chose. J'ai >essaye aussi unix et ?a ne marche pas non plus. >Est-ce que vous avez un programme ex?cutable pour voir que ?a marche? > >Merci beaucoup de votre aide et conseil. > >Cordialement, >Gabriel P?rez > > >Be a better friend, newshound, and know-it-all >with Yahoo! Mobile. >Try >it now. ============================================== Allan CORNET Scilab Consortium http://www.scilab.org INRIA - Unit? de Recherche de Rocquencourt Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex ============================================== Projet Scilab B?timent 1B - Bureau 009 Email : allan.cornet at inria.fr ============================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From t_hawk2ne at yahoo.fr Thu Feb 28 23:52:24 2008 From: t_hawk2ne at yahoo.fr (habib toye) Date: Thu, 28 Feb 2008 23:52:24 +0100 (CET) Subject: addmenu Message-ID: <740100.14078.qm@web26515.mail.ukl.yahoo.com> Bonsoir, J'aimerais savoir comment utiliser addmenu pour g?n?rer un boutoun (sans sous-menu) qui effectue une action. Un bouton comme le bouton Demos. Merci _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr From vincent.couvert at inria.fr Fri Feb 29 08:45:26 2008 From: vincent.couvert at inria.fr (Vincent COUVERT) Date: Fri, 29 Feb 2008 08:45:26 +0100 Subject: [scilab-Users] addmenu In-Reply-To: <740100.14078.qm@web26515.mail.ukl.yahoo.com> References: <740100.14078.qm@web26515.mail.ukl.yahoo.com> Message-ID: <47C7B816.4000904@inria.fr> Bonjour, Tapez help addmenu dans scilab et vous aurez des exemples d'utilisation, y compris un exemple de menu sans sous-menus. Vincent habib toye a ?crit : > Bonsoir, > J'aimerais savoir comment utiliser addmenu pour > g?n?rer un boutoun (sans sous-menu) qui effectue une > action. > Un bouton comme le bouton Demos. > Merci > > > _____________________________________________________________________________ > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr > > > From mattyalbrecht at gmail.com Fri Feb 29 08:54:43 2008 From: mattyalbrecht at gmail.com (Matthew Albrecht) Date: Fri, 29 Feb 2008 16:54:43 +0900 Subject: Keeping track of for loops Message-ID: I would like to keep track of the output of a for loop, so that each output is assigned sequentially to a new variable from 'x1' to 'xn'. In its most simplest form, I would like to be able to do this: for i=1:n x=i end x1=1 x2=2 .... xn=n Where currently it outputs x=1 x=2 ... x=n Thanks Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From grocer.toolbox at gmail.com Fri Feb 29 09:24:45 2008 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Fri, 29 Feb 2008 09:24:45 +0100 Subject: [scilab-Users] Keeping track of for loops In-Reply-To: References: Message-ID: Do : for i=1:n execstr('x'+string(i)+'='+string(i)) end Or more efficiently (but less general) : execstr('x'+string([1:n])+'='+string([1:n]) Eric. 2008/2/29, Matthew Albrecht : > > I would like to keep track of the output of a for loop, so that each > output is assigned sequentially to a new variable from 'x1' to 'xn'. > In its most simplest form, I would like to be able to do this: > > for i=1:n > x=i > end > x1=1 > > x2=2 > > .... > > xn=n > > > Where currently it outputs > x=1 > > x=2 > > ... > > x=n > > > Thanks > Matt > -------------- next part -------------- An HTML attachment was scrubbed... URL: From truong at univ-ubs.fr Fri Feb 29 16:56:34 2008 From: truong at univ-ubs.fr (Thanh) Date: Fri, 29 Feb 2008 16:56:34 +0100 Subject: Demande d'aide Message-ID: <47C82B32.4020501@univ-ubs.fr> Bonjour, J'ai cr?? des fonctions programm?es sur Scilabs sous forme *.sci . Et je voudrais transf?rer dans Scicos sous forme d'un bloc. Je ne sais pas faire comment ? Pourriez vous m'aider ? Je vous remercie bien. From Simone.Mannori at inria.fr Fri Feb 29 17:03:10 2008 From: Simone.Mannori at inria.fr (Simone Mannori) Date: Fri, 29 Feb 2008 17:03:10 +0100 Subject: [scilab-Users] Demande d'aide In-Reply-To: <47C82B32.4020501@univ-ubs.fr> References: <47C82B32.4020501@univ-ubs.fr> Message-ID: <1204300990.6684.70.camel@buta.inria.fr> Bonjour, inside the Scicos palette there is an "empty" block where you can put your Scilab code. The block "Scifun" is inside the "Others" palette; There is also an example in the "Demos/Scicos". Use the on line help (select the block and strike the "h" key, or use the right mouse button to access to the help page). Please don't hesitate to ask for more help :) Simone Mannori - Scilab/Scicos Embedded Applications Eng. On Fri, 2008-02-29 at 16:56 +0100, Thanh wrote: > Bonjour, > J'ai cr?? des fonctions programm?es sur Scilabs sous forme *.sci . Et je > voudrais transf?rer dans Scicos sous forme d'un bloc. Je ne sais pas > faire comment ? Pourriez vous m'aider ? > Je vous remercie bien. > From dastew at sympatico.ca Fri Feb 29 18:16:44 2008 From: dastew at sympatico.ca (Doug Stewart) Date: Fri, 29 Feb 2008 12:16:44 -0500 Subject: transmission line demo In-Reply-To: <1204300990.6684.70.camel@buta.inria.fr> References: <47C82B32.4020501@univ-ubs.fr> <1204300990.6684.70.camel@buta.inria.fr> Message-ID: <47C83DFC.5080904@sympatico.ca> While learning Scicos (and scilab) I found a limit that I don't understand. See the attached file. If I add one or more blocks to the transmission line then it gives me an error message about a compiler. Is there some reason that we are limited to 90 blocks? -------------- next part -------------- A non-text attachment was scrubbed... Name: trans5.cos Type: application/octet-stream Size: 3144740 bytes Desc: not available URL: From Simone.Mannori at inria.fr Fri Feb 29 20:51:01 2008 From: Simone.Mannori at inria.fr (Simone Mannori) Date: Fri, 29 Feb 2008 20:51:01 +0100 Subject: [scilab-Users] transmission line demo In-Reply-To: <47C83DFC.5080904@sympatico.ca> References: <47C82B32.4020501@univ-ubs.fr> <1204300990.6684.70.camel@buta.inria.fr> <47C83DFC.5080904@sympatico.ca> Message-ID: <1204314661.8260.10.camel@buta.inria.fr> On Fri, 2008-02-29 at 12:16 -0500, Doug Stewart wrote: > While learning Scicos (and scilab) I found a limit that I don't understand. > Hi Stewart, you are right, there is a problem. I'm not sure if is a "cached" bug or just a memory allocation problem. When the diagram is bigger that a fixed limit, the Modelica compiler crash. On my PC the simulation runs OK up to 40 blocks. I'm sure that Masoud will diagnose and fix the problem faster than me. Thanks for the communication :) Best Regards Simone Mannori - Scilab/Scicos Embedded Applications Eng. > See the attached file. > If I add one or more blocks to the transmission line then it gives me > an error message > about a compiler. > > Is there some reason that we are limited to 90 blocks? From dastew at sympatico.ca Fri Feb 29 22:09:13 2008 From: dastew at sympatico.ca (Doug Stewart) Date: Fri, 29 Feb 2008 16:09:13 -0500 Subject: [scilab-Users] transmission line demo In-Reply-To: <1204314661.8260.10.camel@buta.inria.fr> References: <47C82B32.4020501@univ-ubs.fr> <1204300990.6684.70.camel@buta.inria.fr> <47C83DFC.5080904@sympatico.ca> <1204314661.8260.10.camel@buta.inria.fr> Message-ID: <47C87479.2020303@sympatico.ca> Thanks. This is not a high priority for me. The demo works great at 25 blocks. And when I go up to 90 blocks it shows my students the direction it is changing in, so they can easily see what would happen at infinity. Thanks again for Scicos Doug Stewart P.Eng. Simone Mannori wrote: > On Fri, 2008-02-29 at 12:16 -0500, Doug Stewart wrote: > >> While learning Scicos (and scilab) I found a limit that I don't understand. >> >> > > Hi Stewart, > > you are right, there is a problem. > > I'm not sure if is a "cached" bug or just a memory allocation problem. > When the diagram is bigger that a fixed limit, the Modelica compiler > crash. On my PC the simulation runs OK up to 40 blocks. > > I'm sure that Masoud will diagnose and fix the problem faster than me. > > Thanks for the communication :) > > Best Regards > > Simone Mannori - Scilab/Scicos Embedded Applications Eng. > > >> See the attached file. >> If I add one or more blocks to the transmission line then it gives me >> an error message >> about a compiler. >> >> Is there some reason that we are limited to 90 blocks? >> > >