From wagner.guilherme at itelefonica.com.br Fri Feb 10 08:40:29 2012 From: wagner.guilherme at itelefonica.com.br (Wagner) Date: Fri, 10 Feb 2012 04:40:29 -0300 Subject: Help GPIB Message-ID: <705C6687AD6448DBB8723EF0594518BE@wjg4a767dea863> Hello to all you Sir's i have one GPIB NI488, but it not run on Scilab, and i don't have idea, to make it I install the NIDAQ tool, but it return-me with this error below: Start NIDAQ AVISO: NI-DAQmx 9.4.x drivers not detected I thank you by the help 73 de PY2RPD Wagner Sao Paulo/Brazil -------------- next part -------------- An HTML attachment was scrubbed... URL: From wagner.guilherme at itelefonica.com.br Fri Feb 10 09:00:25 2012 From: wagner.guilherme at itelefonica.com.br (Wagner) Date: Fri, 10 Feb 2012 05:00:25 -0300 Subject: [scilab-Users] Help GPIB References: <705C6687AD6448DBB8723EF0594518BE@wjg4a767dea863> <004f01cccf6b$76121a90$62364fb0$@scilab.org> Message-ID: <6DA047CF939B47E5B2E3B294B7976055@wjg4a767dea863> Thank you mister Allan ! Wagner ----- Original Message ----- From: Allan CORNET To: users at lists.scilab.org Sent: Tuesday, January 10, 2012 4:42 AM Subject: RE: [scilab-Users] Help GPIB Hi, You must install NI drivers DAQmx: http://www.ni.com/dataacquisition/f/nidaqmx.htm Allan De : Wagner [mailto:wagner.guilherme at itelefonica.com.br] Envoy? : vendredi 10 f?vrier 2012 08:40 ? : scilab Objet : [scilab-Users] Help GPIB Hello to all you Sir's i have one GPIB NI488, but it not run on Scilab, and i don't have idea, to make it I install the NIDAQ tool, but it return-me with this error below: Start NIDAQ AVISO: NI-DAQmx 9.4.x drivers not detected I thank you by the help 73 de PY2RPD Wagner Sao Paulo/Brazil -------------- next part -------------- An HTML attachment was scrubbed... URL: From rouxph.22 at gmail.com Wed Feb 1 08:27:58 2012 From: rouxph.22 at gmail.com (philippe) Date: Wed, 01 Feb 2012 08:27:58 +0100 Subject: Plot3d1 with spheres in diffrent colors, how? In-Reply-To: References: <4F259EA6.2040601@scilab-enterprises.com> Message-ID: Le 30/01/2012 14:10, Constellation Athome a ?crit : > Hi Calixte, > > thank you for the code snippet. It works well, but may I ask another > question? > I want to "turn" the plot with alpha and theta angle. I want to do that > to take screencapters from each position for an animation. but when I > do that with a simple for and try to plot them, the colors are not there > or every sphere has the same color. > could you please tell me how to achieve that? example : phi=[0:0.1:2*3.15]; theta=[2*3.15:-0.05:0]; [x,y,z]=eval3dp(tore,theta,phi); plot3d(x,y,z,alpha=75,theta=45) a=gca();//"axes" courant p=a.children(1);//Plot3d p.color_mode=10;//dessus bleu //on ajoute une sph?re au tore [x,y,z]=eval3dp(sphere,theta,phi); plot3d(x,y,z,alpha=75,theta=45) p=a.children(1);//Plot3d p.color_mode=4;//dessus cyan other graphics examples available at http://perso.univ-rennes1.fr/philippe.roux/scilab/graphiques/fiche_graphiques.html it's in french sorry Philippe. From ludo.wag at laposte.net Fri Feb 3 17:13:05 2012 From: ludo.wag at laposte.net (Orbeman) Date: Fri, 3 Feb 2012 08:13:05 -0800 (PST) Subject: How to draw an object with screen-orientation in a 3d plot Message-ID: <1328285585151-3713532.post@n3.nabble.com> Hello, I wish to plot an object (polygon,...) which one reference point (corner, center or ...) is position in a 3d plot and with a fixed orientation. I suggest there is an alternative with this example for a string : xstring(0.5,0.5,str) a=gce() a.data=[x,y,z] I hope that my message is understable (english is not my native language). Thank you ! -- View this message in context: http://mailinglists.scilab.org/How-to-draw-an-object-with-screen-orientation-in-a-3d-plot-tp3713532p3713532.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From melnikov.maksim at gmail.com Sat Feb 4 00:58:17 2012 From: melnikov.maksim at gmail.com (melmak) Date: Fri, 3 Feb 2012 15:58:17 -0800 (PST) Subject: Xcos block's output to change in real time Message-ID: <1328313497578-3714632.post@n3.nabble.com> function block=AI_CF(block,flag) slMount(1) if slCheck(1,3)==1 then slConfig(1,9600,8,0,1); slOpen(1,3); else break end if flag==1 then if slCount(1)==1 then block.outptr(1) = (slReadByte(1,1))/51 else slFlush(1) block.outptr(1) = (slReadByte(1,1))/51 end else break end endfunction -- View this message in context: http://mailinglists.scilab.org/Xcos-block-s-output-to-change-in-real-time-tp3714632p3714632.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From j.virgilillop at cranfield.ac.uk Sat Feb 4 23:32:06 2012 From: j.virgilillop at cranfield.ac.uk (Josep Virgili) Date: Sat, 4 Feb 2012 22:32:06 +0000 Subject: Numerical Computing Survey (Win $25) In-Reply-To: References: Message-ID: Dear Scilab users, I'm a student at Cranfield University (UK) and I'm doing a project related to the use of numerical computing software. For this project I'm running a small survey that I would appreciate if you could fill it. For making more attractive the survey we are giving away a $25 Amazon voucher Here is the link: Numerical Computing Software Survey. Thanks everybody and happy coding! Josep Virgili Llop * Researcher Space Research Centre Cranfield University* -------------- next part -------------- An HTML attachment was scrubbed... URL: From mstec at ichpw.zabrze.pl Mon Feb 6 07:49:29 2012 From: mstec at ichpw.zabrze.pl (Marcin Stec) Date: Sun, 5 Feb 2012 22:49:29 -0800 (PST) Subject: SCIFANN tootlbox loading error In-Reply-To: References: <1327311247829-3681378.post@n3.nabble.com> <1327570490194-3690028.post@n3.nabble.com> Message-ID: <1328510969716-3718964.post@n3.nabble.com> Hello, I apologise for being so annoying, but SCIFANN would be great toolbox, that is why I'm constantly motivating You :) Are you any closer to finish your "nearly working" version? Regars, Marcin Stec -- View this message in context: http://mailinglists.scilab.org/SCIFANN-tootlbox-loading-error-tp3681378p3718964.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From ycollette.nospam at free.fr Mon Feb 6 09:08:05 2012 From: ycollette.nospam at free.fr (ycollette.nospam at free.fr) Date: Mon, 06 Feb 2012 09:08:05 +0100 (CET) Subject: [scilab-Users] Re: SCIFANN tootlbox loading error In-Reply-To: <1328510969716-3718964.post@n3.nabble.com> Message-ID: <62561f73-0259-4fc0-88df-434b38580f05@zimbra35-e6.priv.proxad.net> Hello, SciFann compiles fine with latest version of FANN. I've got an error (problem on a demo with a structure). I can send you this first version maybe. I still have: - to wrap new functions shipped with latest version of FANN - to fix the structure bug - to convert all the functions to the new api. Best regards, YC PS: I will upload asap this first version on the scifann website. ----- Mail original ----- De: "Marcin Stec" ?: users at lists.scilab.org Envoy?: Lundi 6 F?vrier 2012 07:49:29 Objet: [scilab-Users] Re: SCIFANN tootlbox loading error Hello, I apologise for being so annoying, but SCIFANN would be great toolbox, that is why I'm constantly motivating You :) Are you any closer to finish your "nearly working" version? Regars, Marcin Stec -- View this message in context: http://mailinglists.scilab.org/SCIFANN-tootlbox-loading-error-tp3681378p3718964.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to users-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ From vogt at centre-cired.fr Mon Feb 6 20:48:38 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Mon, 06 Feb 2012 20:48:38 +0100 Subject: testing if a parameter is a colon Message-ID: <4F302E96.9030203@centre-cired.fr> hi does anyone know if it can test whether it can be tested if an argument is a colon ? the problem i have is 1==: returns %t; so right now i am using if a==: & isdigit(string(a))==[] but this is actually buggy any idea? -- Adrien Vogt-Schilb (Cired) Tel: (+33) 1 43 94 *73 77* -------------- next part -------------- An HTML attachment was scrubbed... URL: From serge.steer at inria.fr Mon Feb 6 23:05:15 2012 From: serge.steer at inria.fr (Serge Steer) Date: Mon, 6 Feb 2012 23:05:15 +0100 (CET) Subject: [scilab-Users] testing if a parameter is a colon In-Reply-To: <4F302E96.9030203@centre-cired.fr> Message-ID: <947542316.744110.1328565915555.JavaMail.root@zmbs3.inria.fr> you have to check the size of the parameter size(:) -->[-1 -1] Serge ----- Mail original ----- > De: "Adrien Vogt-Schilb" > ?: users at lists.scilab.org > Envoy?: Lundi 6 F?vrier 2012 20:48:38 > Objet: [scilab-Users] testing if a parameter is a colon > hi > does anyone know if it can test whether it can be tested if an > argument is a colon ? > the problem i have is 1==: returns %t; so right now i am using > if a==: & isdigit(string(a))==[] > but this is actually buggy > any idea? > -- > Adrien Vogt-Schilb (Cired) > Tel: (+33) 1 43 94 73 77 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Mon Feb 6 23:06:32 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Mon, 06 Feb 2012 23:06:32 +0100 Subject: [scilab-Users] testing if a parameter is a colon In-Reply-To: <947542316.744110.1328565915555.JavaMail.root@zmbs3.inria.fr> References: <947542316.744110.1328565915555.JavaMail.root@zmbs3.inria.fr> Message-ID: <4F304EE8.2050400@centre-cired.fr> thx On 06/02/2012 23:05, Serge Steer wrote: > you have to check the size of the parameter > size(:) -->[-1 -1] > Serge > > ------------------------------------------------------------------------ > > *De: *"Adrien Vogt-Schilb" > *?: *users at lists.scilab.org > *Envoy?: *Lundi 6 F?vrier 2012 20:48:38 > *Objet: *[scilab-Users] testing if a parameter is a colon > > hi > > does anyone know if it can test whether it can be tested if an > argument is a colon ? > > the problem i have is 1==: returns %t; so right now i am using > if a==: & isdigit(string(a))==[] > > but this is actually buggy > > any idea? > -- > Adrien Vogt-Schilb (Cired) > Tel: (+33) 1 43 94 *73 77* > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From palka.gaetan at gmail.com Tue Feb 7 21:49:29 2012 From: palka.gaetan at gmail.com (Gaetan.Palka) Date: Tue, 7 Feb 2012 12:49:29 -0800 (PST) Subject: erreur lors de l'installation du module metanet Message-ID: <1328647769193-3723887.post@n3.nabble.com> Bonjour, apr?s quelques recherches infructueuses, je me tourne vers la mailing list. J'ai install? le module Network topology Generator qui installe en m?me temps metanet. Hors j'obtient le message suivant : Initialisation : loading initial environment Start Metanet Load macros Load gateways atomsLoad: An error occurred while loading 'metanet-0.3-2': link : La biblioth?que partag?e n'a pas ?t? charg?e: La syntaxe du nom de fichier, de r?pertoire ou de volume est incorrecte. Je suis sous Scilab 5.3.3 64b /Windows 7 64b. Merci de votre aide. -- View this message in context: http://mailinglists.scilab.org/erreur-lors-de-l-installation-du-module-metanet-tp3723887p3723887.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From rouxph.22 at gmail.com Wed Feb 8 09:48:16 2012 From: rouxph.22 at gmail.com (philippe) Date: Wed, 08 Feb 2012 09:48:16 +0100 Subject: erreur lors de l'installation du module metanet In-Reply-To: <1328647769193-3723887.post@n3.nabble.com> References: <1328647769193-3723887.post@n3.nabble.com> Message-ID: Le 07/02/2012 21:49, Gaetan.Palka a ?crit : > Bonjour, > > apr?s quelques recherches infructueuses, je me tourne vers la mailing list. > J'ai install? le module Network topology Generator qui installe en m?me > temps metanet. Hors j'obtient le message suivant : > > Initialisation : > loading initial environment > > Start Metanet > Load macros > Load gateways > atomsLoad: An error occurred while loading 'metanet-0.3-2': > link : La biblioth?que partag?e n'a pas ?t? charg?e: La syntaxe du nom de > fichier, de r?pertoire ou de volume est incorrecte. > > Je suis sous Scilab 5.3.3 64b /Windows 7 64b. the only way to use metanet on scilab versions 5.x is to use : scilab 5.2.2+ metanet 0.2 at this time metanet 0.2 or 0.3.2 are not functional from scilab 5.3.x version... see also http://forge.scilab.org/index.php/p/metanet/issues/429/ I hope next scilab release will give us a functional version of metanet directly in atoms, but i don't know if this is a priority ... perhaps Sylvestre can tell us more about the future of metanet in scilab ? Philippe. From antoine.monmayrant at laas.fr Wed Feb 8 09:57:54 2012 From: antoine.monmayrant at laas.fr (Antoine Monmayrant) Date: Wed, 08 Feb 2012 09:57:54 +0100 Subject: Problem with colormaps Message-ID: <4F323912.50106@laas.fr> Hi everyone, I came across this bug (or at least this annoying behaviour) several years ago and got beaten again this morning: the colormap changes when you add a plot to a figure and this can alter the way a grayplot or a contour is displayed: //dummy matrix for a grayplot a=[1,2,3;4,5,6;7,8,9]; h=scf(); h.color_map=hotcolormap(6); grayplot(1:3,1:3,a);//now we see 4 rectangles: orange, pale yellow, red and yellow //let's add a dummy plot: 1st diagonal in black plot(1:3,1:3,'k'); //the change of the colormap as affected the way "a" is displayed: orange, white, orange, pale yellow //again let's add a dummy plot: 2nd diagonal in green plot(1:3,3:-1:1,'g'); //the change of the colormap as affected the way "a" is displayed: yellow, white, orange, pale yellow plot(1:3,2*ones(1:3),'c'); //again: "a" is now yellow, black, orange, white Any workaround to avoid this and keep my original grayplot unchanged when adding some more plots with colors that are not already present in the colormap? Cheers, Antoine From antoine.monmayrant at laas.fr Wed Feb 8 10:15:21 2012 From: antoine.monmayrant at laas.fr (Antoine Monmayrant) Date: Wed, 08 Feb 2012 10:15:21 +0100 Subject: [scilab-Users] Problem with colormaps In-Reply-To: <4F323912.50106@laas.fr> References: <4F323912.50106@laas.fr> Message-ID: <4F323D29.3060709@laas.fr> On 02/08/2012 09:57 AM, Antoine Monmayrant wrote: > Hi everyone, > > I came across this bug (or at least this annoying behaviour) several > years ago and got beaten again this morning: the colormap changes when > you add a plot to a figure and this can alter the way a grayplot or a > contour is displayed: > > //dummy matrix for a grayplot > a=[1,2,3;4,5,6;7,8,9]; > h=scf(); > h.color_map=hotcolormap(6); > grayplot(1:3,1:3,a);//now we see 4 rectangles: orange, pale yellow, > red and yellow > //let's add a dummy plot: 1st diagonal in black > plot(1:3,1:3,'k'); > //the change of the colormap as affected the way "a" is displayed: > orange, white, orange, pale yellow > //again let's add a dummy plot: 2nd diagonal in green > plot(1:3,3:-1:1,'g'); > //the change of the colormap as affected the way "a" is displayed: > yellow, white, orange, pale yellow > plot(1:3,2*ones(1:3),'c'); > //again: "a" is now yellow, black, orange, white > > Any workaround to avoid this and keep my original grayplot unchanged > when adding some more plots with colors that are not already present > in the colormap? > > Cheers, > > Antoine > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > OK, I'll answer my own question: using direct mapping solves the issue. (I knew someone on this mailing list will find a solution, I didn't that will be me!) -- +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Antoine Monmayrant LAAS - CNRS 7 avenue du Colonel Roche 31077 TOULOUSE Cedex 4 FRANCE Tel:+33 5 61 33 64 59 email : antoine.monmayrant at laas.fr permanent email : antoine.monmayrant at polytechnique.org +++++++++++++++++++++++++++++++++++++++++++++++++++++++ From palka.gaetan at gmail.com Wed Feb 8 10:32:31 2012 From: palka.gaetan at gmail.com (Gaetan.Palka) Date: Wed, 8 Feb 2012 01:32:31 -0800 (PST) Subject: erreur lors de l'installation du module metanet In-Reply-To: References: <1328647769193-3723887.post@n3.nabble.com> Message-ID: thanks a lot for your answer. I hope that Metanet will be functional with the next version. Else I will have to work with an other software (octave ?). 2012/2/8 rouxph [via Scilab / Xcos - Mailing Lists Archives] < ml-node+s994242n3725267h82 at n3.nabble.com> > Le 07/02/2012 21:49, Gaetan.Palka a ?crit : > > > Bonjour, > > > > apr?s quelques recherches infructueuses, je me tourne vers la mailing > list. > > J'ai install? le module Network topology Generator qui installe en m?me > > temps metanet. Hors j'obtient le message suivant : > > > > Initialisation : > > loading initial environment > > > > Start Metanet > > Load macros > > Load gateways > > atomsLoad: An error occurred while loading 'metanet-0.3-2': > > link : La biblioth?que partag?e n'a pas ?t? charg?e: La syntaxe du nom > de > > fichier, de r?pertoire ou de volume est incorrecte. > > > > Je suis sous Scilab 5.3.3 64b /Windows 7 64b. > > > the only way to use metanet on scilab versions 5.x is to use : > > scilab 5.2.2+ metanet 0.2 > > at this time metanet 0.2 or 0.3.2 are not functional from scilab 5.3.x > version... see also > > http://forge.scilab.org/index.php/p/metanet/issues/429/ > > I hope next scilab release will give us a functional version of metanet > directly in atoms, but i don't know if this is a priority ... perhaps > Sylvestre can tell us more about the future of metanet in scilab ? > > Philippe. > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > [hidden email] > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://mailinglists.scilab.org/erreur-lors-de-l-installation-du-module-metanet-tp3723887p3725267.html > To unsubscribe from erreur lors de l'installation du module metanet, click > here > . > NAML > -- View this message in context: http://mailinglists.scilab.org/erreur-lors-de-l-installation-du-module-metanet-tp3723887p3725357.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From olivier.elbaz at gmail.com Wed Feb 8 21:56:03 2012 From: olivier.elbaz at gmail.com (olivier) Date: Wed, 8 Feb 2012 12:56:03 -0800 (PST) Subject: Could not save Xcos diagram! Message-ID: <1328734563971-3727496.post@n3.nabble.com> Hi, I am using Scilab version 5.3.3 with 34 bits (Windows Vista) and with 64 bits (Windows 7) with two different computers. On my two computers I got the same issue, I can not save a Xcos diagram even a blank one or the one provided by the demo. I am always getting the same message : Erreur Xcos Ne peut pas sauvegarder le shema ( Could not save the diagram) I have tried to save it in different places on my disk and it does not help. Help would be appreciated or I will have to give up to use Scilab.... Thanks, Olivier E. -- View this message in context: http://mailinglists.scilab.org/Could-not-save-Xcos-diagram-tp3727496p3727496.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From david.cheze at cea.fr Thu Feb 9 09:03:47 2012 From: david.cheze at cea.fr (=?UTF-8?Q?David_Ch=C3=A8ze?=) Date: Thu, 9 Feb 2012 00:03:47 -0800 (PST) Subject: up to date book about Xcos ? Message-ID: <1328774627728-3728731.post@n3.nabble.com> hello, i'm wondering if there's an up to date book about Xcos : principle of dynamic simulation using it, user block programmation and multiphysic modelling, step by step analysis of examples, ... Up to now, i found : /Modeling and Simulation in Scilab/Scicos with ScicosLab 4.4 by Stephen L. Campbell, Jean-Philippe Chancelier, and Ramine Nikoukhah/ but some changes occured with Digiteo consortium, introduction of Xcos, new features with user block, modelica language support,... i'm not sure that it's still applicable to Xcos. thanks for your comments and tips David -- View this message in context: http://mailinglists.scilab.org/up-to-date-book-about-Xcos-tp3728731p3728731.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Thu Feb 9 09:05:03 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment_DAVID?=) Date: Thu, 09 Feb 2012 09:05:03 +0100 Subject: [scilab-Users] Could not save Xcos diagram! In-Reply-To: <1328734563971-3727496.post@n3.nabble.com> References: <1328734563971-3727496.post@n3.nabble.com> Message-ID: <4F337E2F.1090400@scilab-enterprises.com> Hello, Can you file a new bug please with any useful information ? To better trace the error, you can you execute the Xcos/Trace script from http://wiki.scilab.org/Xcos/Trace before launching Xcos. Can you attach the log file to the bug report ? Regards, -- Cl?ment Le 08/02/2012 21:56, olivier a ?crit : > Hi, > > I am using Scilab version 5.3.3 with 34 bits (Windows Vista) and with 64 > bits (Windows 7) with two different computers. > On my two computers I got the same issue, I can not save a Xcos diagram even > a blank one or the one provided by the demo. I am always getting the same > message : > > Erreur Xcos > Ne peut pas sauvegarder le shema ( Could not save the diagram) > > I have tried to save it in different places on my disk and it does not help. > Help would be appreciated or I will have to give up to use Scilab.... > Thanks, > Olivier E. > > -- > View this message in context: http://mailinglists.scilab.org/Could-not-save-Xcos-diagram-tp3727496p3727496.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From sylvestre.ledru at scilab-enterprises.com Thu Feb 9 09:31:07 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 09 Feb 2012 09:31:07 +0100 Subject: [scilab-Users] up to date book about Xcos ? In-Reply-To: <1328774627728-3728731.post@n3.nabble.com> References: <1328774627728-3728731.post@n3.nabble.com> Message-ID: <1328776267.25620.40.camel@pomegues.inria.fr> Bonjour David, Le jeudi 09 f?vrier 2012 ? 00:03 -0800, David Ch?ze a ?crit : > hello, > i'm wondering if there's an up to date book about Xcos : principle of > dynamic simulation using it, user block programmation and multiphysic > modelling, step by step analysis of examples, ... > Up to now, i found : > /Modeling and Simulation in Scilab/Scicos with ScicosLab 4.4 > by Stephen L. Campbell, Jean-Philippe Chancelier, and Ramine Nikoukhah/ > but some changes occured with Digiteo consortium, introduction of Xcos, new > features with user block, modelica language support,... i'm not sure that > it's still applicable to Xcos. As far as I know, there is not yet an equivalent for Xcos but since Xcos is based on Scicos. Most of the concepts apply! Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From anthony.daclin at velux.com Thu Feb 9 10:36:51 2012 From: anthony.daclin at velux.com (anthony_daclin) Date: Thu, 9 Feb 2012 01:36:51 -0800 (PST) Subject: Adding picture inside a graphic window Message-ID: <1328780211108-3728918.post@n3.nabble.com> Hello, I am a new user of Scilab, I have made a function for beeing able inside the same graphic window to show plotted results and picture too explaining the position of my result. You can see the result of my work. http://mailinglists.scilab.org/file/n3728918/result_window.jpg This is the code I use: /function afficher() file_name=uigetfile(["*.jpg"]) xsetech([1/2+1/15,1/2+1/20,2/5,2/5]) test="$\includegraphics{"+file_name+"}$" xstring(0,0,test) endfunction/ I use the SIVP add-on for loading my picture and this code to insert it inside my window: /test="$\includegraphics{"+file_name+"}$" xstring(0,0,test)/ I have two problems: The first one, is that using this code do not allow me to resize my picture to the space available inside my window ( the size :/ xsetech([1/2+1/15,1/2+1/20,2/5,2/5])/ ) The second one is: I want to save my window and being able to directly open a saved window by puting it inside Scilab. In ths, case a error message appears: /!--error 144 Op?ration non d?finie pour les op?randes donn?es. v?rifier ou d?finir la fonction %axesData_n_s pour la surcharge. at line 5 of function load_user_data called by : at line 423 of function load_graphichandle called by : at line 104 of function load_graphichandle called by : at line 18 of function %h_load called by : load('\\033makhffile001.velux.org\033MA-WIN7-root$\ada.kh-f\Desktop\test.scg'); while executing a callback/ Do anyone know how to solve my problem or know a way to put a picture inside a window and being able to save the window and open it without any crash. Thank you for the interest given to my problem. Regards. Anthony -- View this message in context: http://mailinglists.scilab.org/Adding-picture-inside-a-graphic-window-tp3728918p3728918.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Thu Feb 9 11:23:35 2012 From: stephane.mottelet at utc.fr (stephane.mottelet at utc.fr) Date: Thu, 09 Feb 2012 11:23:35 +0100 Subject: fsqp In-Reply-To: <1328780211108-3728918.post@n3.nabble.com> References: <1328780211108-3728918.post@n3.nabble.com> Message-ID: <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> Hello, the fsqp 1.4 toolbox (maintained ?) does not load correctly since scilab 5.3.3 (linux Ubuntu). The build process is ok but at loading time i get : -->exec(get_absolute_file_path("loader.sce")+"etc/"+"fsqp_toolbox.start"); Start fsqp toolbox Load macros Load gateways addinter(libfsqp_path + filesep() + 'libfsqp' + getdynlibext(), 'libfsqp', list_functions); !--error 236 addinter : La biblioth?que partag?e n'a pas ?t? charg?e: /home/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.so: undefined symbol: _ Maybe the problem is simple to solve ? BTW, fsqp-1.4-distributable is not available anywhere since the old toolbox center has been closed. Thanks for help (I cannot use Fmincon since it does not accept linear constraints). S. From guyichuan at gmail.com Thu Feb 9 15:26:51 2012 From: guyichuan at gmail.com (Yichuan GU) Date: Thu, 9 Feb 2012 15:26:51 +0100 Subject: Compiling and lauch problem under ubuntu 11.04 Message-ID: Hello, I'm a college student and i'm using scilab for our applied math courses. I like the software a lot but i got some problem when i tried to compile it on my laptop running ubuntu 11.04. The compiling and the installation went very well, but when i try to lauch the program in terminal with the command "scilab", i got the exact error information as in http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix%20-%20FAQ#I_have_been_playing_with_Java_7_and_coming_back_to_version_6_fails So i followed the instruction below by adding the code into * etc/jvm_options.xml*, and then got the error information mentioned in the later part of the post. However, when i continued, i was stopped at the last step : "*It should be fixed within the Scilab build system by target="6" in the build.xml files.* " I searched the installation path and only find two *build.xml* : one in * /usr/local/share/scilab/modules/javasci/examples/ihm * and another one in * /usr/local/share/scilab/modules/javasci/examples/others* Both of them contain several "*target*" in the files. Are these the right files to modify and how exactly should i modify them? Really looking forward to your response and thank you very much. Best wishes, Yichuan Gu -------------- next part -------------- An HTML attachment was scrubbed... URL: From rei.listas at yahoo.com Thu Feb 9 19:34:51 2012 From: rei.listas at yahoo.com (Reinaldo) Date: Thu, 9 Feb 2012 10:34:51 -0800 (PST) Subject: Roadmap to Scilab for Mac OS X Lion 10.7.x Message-ID: <1328812491.22545.YahooMailNeo@web122512.mail.ne1.yahoo.com> Hi Scilab users, I would like to know when Scilab will be ready for Mac OS X Lion. Thank you. All best, Reinaldo. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Thu Feb 9 19:36:50 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 09 Feb 2012 19:36:50 +0100 Subject: [scilab-Users] Roadmap to Scilab for Mac OS X Lion 10.7.x In-Reply-To: <1328812491.22545.YahooMailNeo@web122512.mail.ne1.yahoo.com> References: <1328812491.22545.YahooMailNeo@web122512.mail.ne1.yahoo.com> Message-ID: <1328812610.19176.3.camel@pomegues.inria.fr> Le jeudi 09 f?vrier 2012 ? 10:34 -0800, Reinaldo a ?crit : > Hi Scilab users, > > > I would like to know when Scilab will be ready for Mac OS X Lion. Scilab 5.4.0 alpha 1 is working under Mac OS X Lion. There is no plan to backport the fix into the 5.3 family. Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From sgougeon at free.fr Fri Feb 10 02:14:35 2012 From: sgougeon at free.fr (Samuel Gougeon) Date: Fri, 10 Feb 2012 02:14:35 +0100 Subject: [scilab-Users] Adding picture inside a graphic window In-Reply-To: <1328780211108-3728918.post@n3.nabble.com> References: <1328780211108-3728918.post@n3.nabble.com> Message-ID: <4F346F7B.40107@free.fr> Le 09/02/2012 10:36, anthony_daclin a ?crit : > Hello, I am a new user of Scilab, I have made a function for beeing > able inside the same graphic window to show plotted results and > picture too explaining the position of my result. You can see the > result of my work. This is the code I use: /function afficher() > file_name=uigetfile(["*.jpg"]) xsetech([1/2+1/15,1/2+1/20,2/5,2/5]) > test="$\includegraphics{"+file_name+"}$" xstring(0,0,test) > endfunction/ I use the SIVP add-on for loading my picture and this > code to insert it inside my window: > /test="$\includegraphics{"+file_name+"}$" xstring(0,0,test)/ I have > two problems: The first one, is that using this code do not allow me > to resize my picture to the space available inside my window ( the > size :/ xsetech([1/2+1/15,1/2+1/20,2/5,2/5])/ ) Try this example: x = linspace(0,10,100); plot(x,sin(x)) txt = "\includegraphics{http://www.scilab.org/var/ezwebin_site/storage/images/design/scilab-website/172-2-eng-GB/Scilab-WebSite.png}"; xstring(3,0.3,"$"+txt+"$") xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$") giving > The second one is: I want to save my window and being able to directly > open a saved window by puting it inside Scilab. In ths, case a error > message appears: /!--error 144 Op?ration non d?finie pour les > op?randes donn?es. v?rifier ou d?finir la fonction %axesData_n_s pour > la surcharge. at line 5 of function load_user_data called by : at line > 423 of function load_graphichandle called by : at line 104 of function > load_graphichandle called by : at line 18 of function %h_load called > by : > load('\\033makhffile001.velux.org\033MA-WIN7-root$\ada.kh-f\Desktop\test.scg'); > while executing a callback/ Do anyone know how to solve my problem or > know a way to put a picture inside a window and being able to save the > window and open it without any crash. Thank you for the interest given > to my problem. Regards. Anthony Dragging the .scg file works for me, with Scilab 5.4.0-alpha1 on Windows XP. load_graphichandle() was upgraded from 5.3.3 to 5.4.0-a1 Regards Samuel PS: Please next time post a well-formatted message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: moz-screenshot.png Type: image/png Size: 18817 bytes Desc: not available URL: From stephane.mottelet at utc.fr Fri Feb 10 09:16:03 2012 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Fri, 10 Feb 2012 09:16:03 +0100 Subject: [scilab-Users] Adding picture inside a graphic window In-Reply-To: <4F346F7B.40107@free.fr> References: <1328780211108-3728918.post@n3.nabble.com> <4F346F7B.40107@free.fr> Message-ID: <4F34D243.4070508@utc.fr> Le 10/02/12 02:14, Samuel Gougeon a ?crit : > [...] > giving > >> The second one is: I want to save my window and being able to >> directly open a saved window by puting it inside Scilab. In ths, case >> a error message appears: /!--error 144 Op?ration non d?finie pour les >> op?randes donn?es. v?rifier ou d?finir la fonction %axesData_n_s pour >> la surcharge. at line 5 of function load_user_data called by : at >> line 423 of function load_graphichandle called by : at line 104 of >> function load_graphichandle called by : at line 18 of function >> %h_load called by : >> load('\\033makhffile001.velux.org\033MA-WIN7-root$\ada.kh-f\Desktop\test.scg'); >> while executing a callback/ Do anyone know how to solve my problem or >> know a way to put a picture inside a window and being able to save >> the window and open it without any crash. Thank you for the interest >> given to my problem. Regards. Anthony > Dragging the .scg file works for me, with Scilab 5.4.0-alpha1 on > Windows XP. > load_graphichandle() was upgraded from 5.3.3 to 5.4.0-a1 I think that the problem is due to the plotlib. The user_data field of plotlib entities contains a tlist and load_graphichandle does not seem to like this... S. > > Regards > Samuel > > PS: Please next time post a well-formatted message. Thank you > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgougeon at free.fr Fri Feb 10 12:35:49 2012 From: sgougeon at free.fr (Samuel Gougeon) Date: Fri, 10 Feb 2012 12:35:49 +0100 Subject: [scilab-Users] Adding picture inside a graphic window In-Reply-To: <4F34D243.4070508@utc.fr> References: <1328780211108-3728918.post@n3.nabble.com> <4F346F7B.40107@free.fr> <4F34D243.4070508@utc.fr> Message-ID: <4F350115.8080003@free.fr> Le 10/02/2012 09:16, St?phane Mottelet a ?crit : > Le 10/02/12 02:14, Samuel Gougeon a ?crit : >> [...] >> giving >> >>> The second one is: I want to save my window and being able to >>> directly open a saved window by puting it inside Scilab. In ths, >>> case a error message appears: /!--error 144 Op?ration non d?finie >>> pour les op?randes donn?es. v?rifier ou d?finir la fonction >>> %axesData_n_s pour la surcharge. at line 5 of function >>> load_user_data called by : at line 423 of function >>> load_graphichandle called by : at line 104 of function >>> load_graphichandle called by : at line 18 of function %h_load called >>> by : >>> load('\\033makhffile001.velux.org\033MA-WIN7-root$\ada.kh-f\Desktop\test.scg'); >>> while executing a callback/ Do anyone know how to solve my problem >>> or know a way to put a picture inside a window and being able to >>> save the window and open it without any crash. Thank you for the >>> interest given to my problem. Regards. Anthony >> Dragging the .scg file works for me, with Scilab 5.4.0-alpha1 on >> Windows XP. >> load_graphichandle() was upgraded from 5.3.3 to 5.4.0-a1 > I think that the problem is due to the plotlib. The user_data field of > plotlib entities contains a tlist and load_graphichandle does not seem > to like this... > > S. Actually, there were 2 stacked bugs. The patch for load_user_data() in %h_load.sci is posted at http://bugzilla.scilab.org/10662 The binary is here attached (bunddle of ~10 functions inside %h_load) Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: %h_load.bin Type: application/octet-stream Size: 257008 bytes Desc: not available URL: From anthony.daclin at velux.com Fri Feb 10 13:27:55 2012 From: anthony.daclin at velux.com (anthony_daclin) Date: Fri, 10 Feb 2012 04:27:55 -0800 (PST) Subject: Adding picture inside a graphic window In-Reply-To: <1328780211108-3728918.post@n3.nabble.com> References: <1328780211108-3728918.post@n3.nabble.com> Message-ID: <1328876875451-3732345.post@n3.nabble.com> Hi, Thank yu for your help on this topic. Indeed, the new version of Scilab alow me to save windows and be able to open it. The last step, I want o succeed in is the possibility to had a picture inside my window. The current code I use is: /function afficher() file_name=uigetfile(["*.jpg"]) test="$\includegraphics{"+file_name+"}$" xstringb(0,0,test,1/4,1/4,"fill") endfunction/ thesecond possibility is: /function afficher() file_name=uigetfile(["*.jpg"]) test="$\includegraphics{"+file_name+"}$" xstring(0,0,test,1/4,1/4) endfunction/ In each case it amost works but I have not the possibility to resize the picture to fit the space i wantto be allowed for it. (1/4,1/4) in this example. Do you know if it is possible to directly resize the picture to fit the space, I want to allow for it. Thank you for your help. Anthony -- View this message in context: http://mailinglists.scilab.org/Adding-picture-inside-a-graphic-window-tp3728918p3732345.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From vogt at centre-cired.fr Fri Feb 10 13:48:41 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Fri, 10 Feb 2012 13:48:41 +0100 Subject: [scilab-Users] Re: Adding picture inside a graphic window In-Reply-To: <1328876875451-3732345.post@n3.nabble.com> References: <1328780211108-3728918.post@n3.nabble.com> <1328876875451-3732345.post@n3.nabble.com> Message-ID: <4F351229.4040209@centre-cired.fr> On 10/02/2012 13:27, anthony_daclin wrote: > > In each case it amost works but I have not the possibility to resize the > picture to fit the space i wantto be allowed for it. (1/4,1/4) in this > example. > > Do you know if it is possible to directly resize the picture to fit the > space, I want to allow for it. > > Hi isn't the purpose of xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$") it was in Samuel's answer -------------- next part -------------- An HTML attachment was scrubbed... URL: From calixte.denizet at scilab-enterprises.com Fri Feb 10 13:59:11 2012 From: calixte.denizet at scilab-enterprises.com (Calixte DENIZET) Date: Fri, 10 Feb 2012 13:59:11 +0100 Subject: [scilab-Users] Re: Adding picture inside a graphic window In-Reply-To: <4F351229.4040209@centre-cired.fr> References: <1328780211108-3728918.post@n3.nabble.com> <1328876875451-3732345.post@n3.nabble.com> <4F351229.4040209@centre-cired.fr> Message-ID: <4F35149F.409@scilab-enterprises.com> On 10/02/2012 13:48, Adrien Vogt-Schilb wrote: > On 10/02/2012 13:27, anthony_daclin wrote: >> In each case it amost works but I have not the possibility to resize the >> picture to fit the space i wantto be allowed for it. (1/4,1/4) in this >> example. >> >> Do you know if it is possible to directly resize the picture to fit the >> space, I want to allow for it. >> >> > > Hi > isn't the purpose of > xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$") > > it was in Samuel's answer > > Hi, You can use \includegraphics[scale=0.5]{...} and you can precise the way to interpolate the scale in using the key interpolation which can take the values: bilinear, bicubic or nearest_neighbor, e.g.: \includegraphics[scale=0.5,interpolation=bicubic]{...} The options in \includegraphics can be width, height, keepaspectratio, scale, angle, origin or interpolation (this last one is not a LaTeX standard but it is only available in jlatexmath). Calixte -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Fri Feb 10 14:18:14 2012 From: stephane.mottelet at utc.fr (stephane.mottelet at utc.fr) Date: Fri, 10 Feb 2012 14:18:14 +0100 Subject: [scilab-Users] Re: Adding picture inside a graphic window In-Reply-To: <4F35149F.409@scilab-enterprises.com> References: <1328780211108-3728918.post@n3.nabble.com> <1328876875451-3732345.post@n3.nabble.com> <4F351229.4040209@centre-cired.fr> <4F35149F.409@scilab-enterprises.com> Message-ID: <20120210141814.14132c55msy7y134@webmail.utc.fr> Calixte DENIZET a ?crit?: > On 10/02/2012 13:48, Adrien Vogt-Schilb wrote: >> On 10/02/2012 13:27, anthony_daclin wrote: >>> In each case it amost works but I have not the possibility to resize the >>> picture to fit the space i wantto be allowed for it. (1/4,1/4) in this >>> example. >>> >>> Do you know if it is possible to directly resize the picture to fit the >>> space, I want to allow for it. >>> >>> >> >> Hi >> isn't the purpose of >> xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$") >> >> it was in Samuel's answer >> >> > > Hi, > > You can use \includegraphics[scale=0.5]{...} and you can precise the > way to interpolate the scale in using the key interpolation which > can take the values: bilinear, bicubic or nearest_neighbor, e.g.: > \includegraphics[scale=0.5,interpolation=bicubic]{...} > The options in \includegraphics can be width, height, > keepaspectratio, scale, angle, origin or interpolation (this last > one is not a LaTeX standard but it is only available in jlatexmath). > > Calixte > > Hi Caliste, BTW, is there a way to force the image to fit a given rectangle given in the current plot coordinates ? S. From calixte.denizet at scilab-enterprises.com Fri Feb 10 14:36:26 2012 From: calixte.denizet at scilab-enterprises.com (Calixte DENIZET) Date: Fri, 10 Feb 2012 14:36:26 +0100 Subject: [scilab-Users] Re: Adding picture inside a graphic window In-Reply-To: <20120210141814.14132c55msy7y134@webmail.utc.fr> References: <1328780211108-3728918.post@n3.nabble.com> <1328876875451-3732345.post@n3.nabble.com> <4F351229.4040209@centre-cired.fr> <4F35149F.409@scilab-enterprises.com> <20120210141814.14132c55msy7y134@webmail.utc.fr> Message-ID: <4F351D5A.30409@scilab-enterprises.com> On 10/02/2012 14:18, stephane.mottelet at utc.fr wrote: > Calixte DENIZET a ?crit : > >> On 10/02/2012 13:48, Adrien Vogt-Schilb wrote: >>> On 10/02/2012 13:27, anthony_daclin wrote: >>>> In each case it amost works but I have not the possibility to >>>> resize the >>>> picture to fit the space i wantto be allowed for it. (1/4,1/4) in this >>>> example. >>>> >>>> Do you know if it is possible to directly resize the picture to fit >>>> the >>>> space, I want to allow for it. >>>> >>>> >>> >>> Hi >>> isn't the purpose of >>> xstring(1,-0.5,"$\scalebox{0.5}{"+txt+"}$") >>> >>> it was in Samuel's answer >>> >>> >> >> Hi, >> >> You can use \includegraphics[scale=0.5]{...} and you can precise the >> way to interpolate the scale in using the key interpolation which can >> take the values: bilinear, bicubic or nearest_neighbor, e.g.: >> \includegraphics[scale=0.5,interpolation=bicubic]{...} >> The options in \includegraphics can be width, height, >> keepaspectratio, scale, angle, origin or interpolation (this last one >> is not a LaTeX standard but it is only available in jlatexmath). >> >> Calixte >> >> > > Hi Caliste, > > BTW, is there a way to force the image to fit a given rectangle given > in the current plot coordinates ? You can try to play with xstringl, find the correct scale factors and use the something like \scalebox{scaleX}[scaleY]{\includegraphics{...}}. Calixte > > > S. > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From ludo.wag at laposte.net Fri Feb 10 15:17:37 2012 From: ludo.wag at laposte.net (Orbeman) Date: Fri, 10 Feb 2012 06:17:37 -0800 (PST) Subject: UI_Control : Slider with real value Message-ID: <1328883457724-3732652.post@n3.nabble.com> Hello, How can I add a ui_control in a graph to select a *real value* with a slider ? Thanks you. -- View this message in context: http://mailinglists.scilab.org/UI-Control-Slider-with-real-value-tp3732652p3732652.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From hernanab at realizar.com.co Fri Feb 10 17:06:55 2012 From: hernanab at realizar.com.co (=?iso-8859-1?Q?Hern=E1n_Arbel=E1ez_Bernal?=) Date: Fri, 10 Feb 2012 11:06:55 -0500 Subject: How to make an interface with Scilab Message-ID: I am writing because I need to know how to create an interface between Scilab and a software I have developed using Delphi, to be clear I want to do something similar to the interface between Scilab and Excel that is found in the following link http://forge.scilab.org/index.php/p/scilab-xll/downloads/. Thanks in advance for your help, Hernan -------------- next part -------------- An HTML attachment was scrubbed... URL: From Laurent.Berger at univ-lemans.fr Fri Feb 10 17:22:03 2012 From: Laurent.Berger at univ-lemans.fr (Laurent BERGER) Date: Fri, 10 Feb 2012 17:22:03 +0100 Subject: XMLlab error Message-ID: <4F35442B.8040105@univ-lemans.fr> Hi, I have installed XMLLab server. I can run xmllab examples from scilab and from shell. I want now run examples from a web page : http://mpp0607-21/~lb/cgi-bin/XMLlabServer.cgi?timing=no&lang=english&simulation=Image-Processing/clown.xml&action=run After 20 second I have got errror message (in web page) Content-type: text/html The XMLlab webserver encountered an error Error text : session session1328890653 TIMOUT Referering page : In tcl script XMLlabServer.tcl error is at line 236. I don't understand TCL language. May be somebody can help me? From stephane.mottelet at utc.fr Fri Feb 10 18:53:00 2012 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Fri, 10 Feb 2012 18:53:00 +0100 Subject: [scilab-Users] XMLlab error In-Reply-To: <4F35442B.8040105@univ-lemans.fr> References: <4F35442B.8040105@univ-lemans.fr> Message-ID: <4F35597C.1070006@utc.fr> Le 10/02/12 17:22, Laurent BERGER a ?crit : > Hi, > > I have installed XMLLab server. I can run xmllab examples from scilab > and from shell. > I want now run examples from a web page : > > http://mpp0607-21/~lb/cgi-bin/XMLlabServer.cgi?timing=no&lang=english&simulation=Image-Processing/clown.xml&action=run > > > After 20 second I have got errror message (in web page) > Content-type: text/html > The XMLlab webserver encountered an error > Error text : session session1328890653 TIMOUT > Referering page : > > > > > In tcl script XMLlabServer.tcl error is at line 236. I don't > understand TCL language. > May be somebody can help me? > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > Hi, can you give your hardware, OS (+version), Scilab version ? S. From rfabbri at gmail.com Sat Feb 11 02:53:07 2012 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Fri, 10 Feb 2012 23:53:07 -0200 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: References: Message-ID: Hi, how did you download the source code, and what version is it? best, Ricardo Fabbri -- Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net On Thu, Feb 9, 2012 at 12:26 PM, Yichuan GU wrote: > Hello, > > I'm a college student and i'm using scilab for our applied math courses. I > like the software a lot but i got some problem when i tried to?compile?it on > my laptop running ubuntu 11.04. > The compiling and the installation went very well, but when i try to lauch > the program in terminal with the command "scilab", i got the exact error > information as in > > ??http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix%20-%20FAQ#I_have_been_playing_with_Java_7_and_coming_back_to_version_6_fails > > So i followed the instruction below by adding the code > into?etc/jvm_options.xml, and then got the error information mentioned in > the later part of the post. > > However, when i continued, i was stopped at the last step : "It should be > fixed within the Scilab build system by target="6" in the build.xml files." > > I searched the installation path and only find two build.xml?: > one in > ?/usr/local/share/scilab/modules/javasci/examples/ihm > and another one in > ?/usr/local/share/scilab/modules/javasci/examples/others > Both of them contain?several "target" in the files. > > Are these the right files to modify and how exactly should i modify them? > > Really looking forward to your?response?and thank you very much. > > Best wishes, > > Yichuan Gu From sylvestre.ledru at scilab-enterprises.com Sat Feb 11 08:42:02 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 11 Feb 2012 08:42:02 +0100 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: References: Message-ID: <1328946122.3731.17.camel@pomegues.inria.fr> Le jeudi 09 f?vrier 2012 ? 15:26 +0100, Yichuan GU a ?crit : > Hello, > > > I'm a college student and i'm using scilab for our applied math > courses. I like the software a lot but i got some problem when i tried > to compile it on my laptop running ubuntu 11.04. > The compiling and the installation went very well, but when i try to > lauch the program in terminal with the command "scilab", i got the > exact error information as in > > > http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux% > 20Unix%20-% > 20FAQ#I_have_been_playing_with_Java_7_and_coming_back_to_version_6_fails > [...] > > Are these the right files to modify and how exactly should i modify > them? These files are the one installed (ie not used to build Scilab.. The build file you are looking for in build.incl.xml which is at the Scilab source root. Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From guyichuan at gmail.com Sat Feb 11 19:31:36 2012 From: guyichuan at gmail.com (Yichuan GU) Date: Sat, 11 Feb 2012 19:31:36 +0100 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: <1328946122.3731.17.camel@pomegues.inria.fr> References: <1328946122.3731.17.camel@pomegues.inria.fr> Message-ID: Thank you very much for answering. On Sat, Feb 11, 2012 at 2:53 AM, Ricardo Fabbri wrote: > Hi, > > how did you download the source code, and what version is it? i downloaded it from the scilab site. scilab-5.3.3 On Sat, Feb 11, 2012 at 8:42 AM, Sylvestre Ledru wrote: > > These files are the one installed (ie not used to build Scilab.. The > build file you are looking for in build.incl.xml which is at the Scilab > source root. i found the build.incl.xml file in the source code. But there are several 'target' in the file : "checkstyle", "test", "validate" etc., which one should i modify? From mathieu.dubois at limsi.fr Sun Feb 12 14:33:08 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 12 Feb 2012 14:33:08 +0100 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: References: Message-ID: <4F37BF94.3090106@limsi.fr> Hello, This may sound stupid but why do you want to compile scilab? Scilab 5.3.1 is in the ubuntu repository (I use it on Ubuntu 11.04). If you want the last version (5.3.3 or 5.4 alpha) you can download the binaries from scilab website and simply modify you PATH environment variable (it tried that and it works very well). Mathieu On 02/09/2012 03:26 PM, Yichuan GU wrote: > Hello, > > I'm a college student and i'm using scilab for our applied math > courses. I like the software a lot but i got some problem when i tried > to compile it on my laptop running ubuntu 11.04. > The compiling and the installation went very well, but when i try to > lauch the program in terminal with the command "scilab", i got the > exact error information as in > > http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix%20-%20FAQ#I_have_been_playing_with_Java_7_and_coming_back_to_version_6_fails > > So i followed the instruction below by adding the code into > *etc/jvm_options.xml*, and then got the error information mentioned in > the later part of the post. > > However, when i continued, i was stopped at the last step : "/It > should be fixed within the Scilab build system by target="6" in the > build.xml files./" > > I searched the installation path and only find two *build.xml* : > one in */usr/local/share/scilab/modules/javasci/examples/ihm * > and another one in > */usr/local/share/scilab/modules/javasci/examples/others* > Both of them contain several "/target/" in the files. > > Are these the right files to modify and how exactly should i modify them? > > Really looking forward to your response and thank you very much. > > Best wishes, > > Yichuan Gu -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Sun Feb 12 15:12:07 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 12 Feb 2012 15:12:07 +0100 Subject: [scilab-Users] How to make an interface with Scilab In-Reply-To: References: Message-ID: <4F37C8B7.9000806@limsi.fr> Hello, I have never tried to do something like that but I think that the communication between scilab and Excel involves COM or some other dedicated mechanism. Therefore to do that your Delphi application should support something like that. Again, I don't know how to do but maybe you can try a simpler strategy like writing the results of your Delphi application in a file and then write this from scilab... Otherwise, here are some web pages that may help you: - http://wiki.scilab.org/Modules - http://wiki.scilab.org/howto/Create%20a%20toolbox - http://help.scilab.org/docs/5.3.3/en_US/section_204636e951f595409bc6782bb8e1d2d9.html HTH, Mathieu On 02/10/2012 05:06 PM, Hern?n Arbel?ez Bernal wrote: > I am writing because I need to know how to create an interface between > Scilab and a software I have developed using Delphi, to be clear I > want to do something similar to the interface between Scilab and Excel > that is found in the following link > http://forge.scilab.org/index.php/p/scilab-xll/downloads/. > Thanks in advance for your help, > Hernan -------------- next part -------------- An HTML attachment was scrubbed... URL: From hernanab at realizar.com.co Sun Feb 12 18:14:29 2012 From: hernanab at realizar.com.co (=?iso-8859-1?Q?Hern=E1n_Arbel=E1ez_Bernal?=) Date: Sun, 12 Feb 2012 12:14:29 -0500 Subject: [scilab-Users] How to make an interface with Scilab In-Reply-To: <4F37C8B7.9000806@limsi.fr> References: <4F37C8B7.9000806@limsi.fr> Message-ID: <97011D3629E14EAB9E9DF6F1167F10DD@HAAB02> Hi Mathieu, I believe you are right, if I want make an interface betwen Scilab and my Delphi application probably I will need to use a mechanism like COM or a DLL library. I looked the links that you sent me and I am trying to understand the last one because this is about de Scilab API. Thanks, Hernan From: Mathieu Dubois Sent: Sunday, February 12, 2012 9:12 AM To: users at lists.scilab.org Subject: Re: [scilab-Users] How to make an interface with Scilab Hello, I have never tried to do something like that but I think that the communication between scilab and Excel involves COM or some other dedicated mechanism. Therefore to do that your Delphi application should support something like that. Again, I don't know how to do but maybe you can try a simpler strategy like writing the results of your Delphi application in a file and then write this from scilab... Otherwise, here are some web pages that may help you: - http://wiki.scilab.org/Modules - http://wiki.scilab.org/howto/Create%20a%20toolbox - http://help.scilab.org/docs/5.3.3/en_US/section_204636e951f595409bc6782bb8e1d2d9.html HTH, Mathieu On 02/10/2012 05:06 PM, Hern?n Arbel?ez Bernal wrote: I am writing because I need to know how to create an interface between Scilab and a software I have developed using Delphi, to be clear I want to do something similar to the interface between Scilab and Excel that is found in the following link http://forge.scilab.org/index.php/p/scilab-xll/downloads/. Thanks in advance for your help, Hernan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Sun Feb 12 18:30:07 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 12 Feb 2012 18:30:07 +0100 Subject: [scilab-Users] How to make an interface with Scilab In-Reply-To: <97011D3629E14EAB9E9DF6F1167F10DD@HAAB02> References: <4F37C8B7.9000806@limsi.fr> <97011D3629E14EAB9E9DF6F1167F10DD@HAAB02> Message-ID: <4F37F71F.2070401@limsi.fr> On 02/12/2012 06:14 PM, Hern?n Arbel?ez Bernal wrote: > Hi Mathieu, > I believe you are right, if I want make an interface betwen Scilab and > my Delphi application probably I will need to use a mechanism like COM > or a DLL library. I looked the links that you sent me and I am trying > to understand the last one because this is about de Scilab API. Exactly, it the C API to interact with scilab.. Unfortunately I cannot really help you... Googling "scilab Delphi" yields this documents: http://audition.ens.fr/brette/coursneurones/ScilabMaterial/ . > Thanks, > Hernan > *From:* Mathieu Dubois > *Sent:* Sunday, February 12, 2012 9:12 AM > *To:* users at lists.scilab.org > *Subject:* Re: [scilab-Users] How to make an interface with Scilab > Hello, > > I have never tried to do something like that but I think that the > communication between scilab and Excel involves COM or some other > dedicated mechanism. Therefore to do that your Delphi application > should support something like that. Again, I don't know how to do but > maybe you can try a simpler strategy like writing the results of your > Delphi application in a file and then write this from scilab... > > Otherwise, here are some web pages that may help you: > - http://wiki.scilab.org/Modules > - http://wiki.scilab.org/howto/Create%20a%20toolbox > - > http://help.scilab.org/docs/5.3.3/en_US/section_204636e951f595409bc6782bb8e1d2d9.html > > HTH, > Mathieu > > On 02/10/2012 05:06 PM, Hern?n Arbel?ez Bernal wrote: >> I am writing because I need to know how to create an interface >> between Scilab and a software I have developed using Delphi, to be >> clear I want to do something similar to the interface between Scilab >> and Excel that is found in the following link >> http://forge.scilab.org/index.php/p/scilab-xll/downloads/. >> Thanks in advance for your help, >> Hernan > -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent.berger at univ-lemans.fr Fri Feb 10 18:37:21 2012 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Fri, 10 Feb 2012 09:37:21 -0800 (PST) Subject: XMLlab server error Message-ID: <1328895441794-3733177.post@n3.nabble.com> Hi, I have installed XMLLab server. I can run xmllab examples from scilab and from shell. I want now run examples from a web page : http://mpp0607-21/~lb/cgi-bin/XMLlabServer.cgi?timing=no&lang=english&simulation=Image-Processing/clown.xml&action=run After 20 second I have got errror message (in web page) Content-type: text/html The XMLlab webserver encountered an error Error text : session session1328890653 TIMOUT Referering page : In tcl script XMLlabServer.tcl error is at line 236. I don't understand TCL language. May be somebody can help me? -- View this message in context: http://mailinglists.scilab.org/XMLlab-server-error-tp3733177p3733177.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From clement.ervefel at hotmail.fr Sun Feb 12 22:44:06 2012 From: clement.ervefel at hotmail.fr (clemride) Date: Sun, 12 Feb 2012 13:44:06 -0800 (PST) Subject: Help bloc Message-ID: <1329083046736-3738531.post@n3.nabble.com> Hello, I can't find how to make work those blocks. This should simulate a brake , with slipping brake and linear brake (using the block switch) can you help me please? The file is attached Thanks in advance -- View this message in context: http://mailinglists.scilab.org/Help-bloc-tp3738531p3738531.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From clement.ervefel at hotmail.fr Sun Feb 12 22:46:05 2012 From: clement.ervefel at hotmail.fr (clemride) Date: Sun, 12 Feb 2012 13:46:05 -0800 (PST) Subject: ABS simulation Message-ID: <1329083165075-3738542.post@n3.nabble.com> Hello, I can't find how to make work those blocks. This should simulate a brake , with slipping brake and linear brake (using the block switch) can you help me please? The file is attached http://mailinglists.scilab.org/file/n3738542/Bloc_freinage_sur_une_roue.xcos Bloc_freinage_sur_une_roue.xcos Thanks in advance -- View this message in context: http://mailinglists.scilab.org/ABS-simulation-tp3738542p3738542.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Mon Feb 13 09:39:10 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 13 Feb 2012 09:39:10 +0100 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: References: <1328946122.3731.17.camel@pomegues.inria.fr> Message-ID: <1329122350.594.4.camel@korcula.inria.fr> Le samedi 11 f?vrier 2012 ? 19:31 +0100, Yichuan GU a ?crit : > Thank you very much for answering. > > On Sat, Feb 11, 2012 at 2:53 AM, Ricardo Fabbri wrote: > > Hi, > > > > how did you download the source code, and what version is it? > > i downloaded it from the scilab site. scilab-5.3.3 > > > On Sat, Feb 11, 2012 at 8:42 AM, Sylvestre Ledru > wrote: > > > > These files are the one installed (ie not used to build Scilab.. The > > build file you are looking for in build.incl.xml which is at the Scilab > > source root. > > i found the build.incl.xml file in the source code. But there are > several 'target' in the file : "checkstyle", "test", "validate" etc., > which one should i modify? "compile" But your problem should only occur when you try to compile Scilab first with openjdk 6 and then with 7. If you didn't try that, it is probably an other issue. However, I agree with Mathieu Dubois. Why are you trying to compile it ? Sylvestre From laurent.berger at univ-lemans.fr Mon Feb 13 09:50:28 2012 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Mon, 13 Feb 2012 00:50:28 -0800 (PST) Subject: XMLlab error In-Reply-To: <4F35597C.1070006@utc.fr> References: <4F35442B.8040105@univ-lemans.fr> <4F35597C.1070006@utc.fr> Message-ID: <1329123028708-3739528.post@n3.nabble.com> I use ubuntu 10.10, scilab 5.3 xmllab 1.75-2 (install with atoms) tcl 8.4 tk 8.4 virtual gl 2.3 -- View this message in context: http://mailinglists.scilab.org/XMLlab-error-tp3733224p3739528.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From stephane.mottelet at utc.fr Mon Feb 13 10:02:40 2012 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 13 Feb 2012 10:02:40 +0100 Subject: [scilab-Users] XMLlab server error In-Reply-To: <1328895441794-3733177.post@n3.nabble.com> References: <1328895441794-3733177.post@n3.nabble.com> Message-ID: <4F38D1B0.5040001@utc.fr> Can you connect to the vnc server and see what happens ? The XMLlab vnc server has address :99 # vncviewer :99 S. Le 10/02/12 18:37, laurent berger a ?crit : > Hi, > > I have installed XMLLab server. I can run xmllab examples from scilab and > from shell. > I want now run examples from a web page : > > http://mpp0607-21/~lb/cgi-bin/XMLlabServer.cgi?timing=no&lang=english&simulation=Image-Processing/clown.xml&action=run > > After 20 second I have got errror message (in web page) > Content-type: text/html > The XMLlab webserver encountered an error > Error text : session session1328890653 TIMOUT > Referering page : > > > > > In tcl script XMLlabServer.tcl error is at line 236. I don't understand TCL > language. > May be somebody can help me? > > > -- > View this message in context: http://mailinglists.scilab.org/XMLlab-server-error-tp3733177p3733177.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From stephane.mottelet at utc.fr Mon Feb 13 10:23:56 2012 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 13 Feb 2012 10:23:56 +0100 Subject: [scilab-Users] Re: XMLlab error In-Reply-To: <1329123028708-3739528.post@n3.nabble.com> References: <4F35442B.8040105@univ-lemans.fr> <4F35597C.1070006@utc.fr> <1329123028708-3739528.post@n3.nabble.com> Message-ID: <4F38D6AC.8070005@utc.fr> Le 13/02/12 09:50, laurent berger a ?crit : > I use > ubuntu 10.10, scilab 5.3 xmllab 1.75-2 (install with atoms) tcl 8.4 tk 8.4 > virtual gl 2.3 > > -- > View this message in context: http://mailinglists.scilab.org/XMLlab-error-tp3733224p3739528.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > BTW, I think that we can continue this discussion outside the list :-) From stephane.mottelet at utc.fr Mon Feb 13 11:45:56 2012 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 13 Feb 2012 11:45:56 +0100 Subject: [scilab-Users] fsqp In-Reply-To: <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> Message-ID: <4F38E9E4.20001@utc.fr> Hi all, the following error > addinter : La biblioth?que partag?e n'a pas ?t? charg?e: > /home/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.so: undefined > symbol: _ let me think that the problem is certainly trivially solvable, but I don't know nothing about Scilab interfaces. The toolbox was loadable with Scilab 5.2.1, what has been changed in the interface API ? S. Le 09/02/12 11:23, stephane.mottelet at utc.fr a ?crit : > Hello, > > the fsqp 1.4 toolbox (maintained ?) does not load correctly since > scilab 5.3.3 (linux Ubuntu). The build process is ok but at loading > time i get : > > -->exec(get_absolute_file_path("loader.sce")+"etc/"+"fsqp_toolbox.start"); > > > Start fsqp toolbox > > Load macros > > Load gateways > addinter(libfsqp_path + filesep() + 'libfsqp' + getdynlibext(), > 'libfsqp', list_functions); > > !--error 236 > addinter : La biblioth?que partag?e n'a pas ?t? charg?e: > /home/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.so: undefined > symbol: _ > > Maybe the problem is simple to solve ? BTW, fsqp-1.4-distributable is > not available anywhere since the old toolbox center has been closed. > > Thanks for help (I cannot use Fmincon since it does not accept linear > constraints). > > S. > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From sylvestre.ledru at scilab-enterprises.com Mon Feb 13 11:46:59 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 13 Feb 2012 11:46:59 +0100 Subject: [scilab-Users] fsqp In-Reply-To: <4F38E9E4.20001@utc.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> Message-ID: <1329130019.594.10.camel@korcula.inria.fr> Le lundi 13 f?vrier 2012 ? 11:45 +0100, St?phane Mottelet a ?crit : > Hi all, > > the following error > > addinter : La biblioth?que partag?e n'a pas ?t? charg?e: > > /home/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.so: undefined > > symbol: _ > let me think that the problem is certainly trivially solvable, but I > don't know nothing about Scilab interfaces. The toolbox was loadable > with Scilab 5.2.1, what has been changed in the interface API ? Usually, the "_" is caused by a missing #include "localization.h" FYI, _("my string to be localized") is an alias on gettext("my string to be localized") Hope this helps, Sylvestre From stephane.mottelet at utc.fr Mon Feb 13 13:24:20 2012 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Mon, 13 Feb 2012 13:24:20 +0100 Subject: [scilab-Users] fsqp In-Reply-To: <1329130019.594.10.camel@korcula.inria.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> Message-ID: <4F3900F4.5040705@utc.fr> Le 13/02/12 11:46, Sylvestre Ledru a ?crit : > Le lundi 13 f?vrier 2012 ? 11:45 +0100, St?phane Mottelet a ?crit : >> Hi all, >> >> the following error >>> addinter : La biblioth?que partag?e n'a pas ?t? charg?e: >>> /home/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.so: undefined >>> symbol: _ >> let me think that the problem is certainly trivially solvable, but I >> don't know nothing about Scilab interfaces. The toolbox was loadable >> with Scilab 5.2.1, what has been changed in the interface API ? > Usually, the "_" is caused by a missing > #include "localization.h" > > FYI, _("my string to be localized") is an alias on > gettext("my string to be localized") > > Hope this helps, > Sylvestre > > Thanks, it fixed the problem. S. From denis.crete at thalesgroup.com Tue Feb 14 17:26:29 2012 From: denis.crete at thalesgroup.com (CRETE Denis) Date: Tue, 14 Feb 2012 17:26:29 +0100 Subject: Size of the X and/or Y axis labels In-Reply-To: <4F3900F4.5040705@utc.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> Message-ID: <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> Hi, I tried many different ways to increase the size of the text labelling the x and y axis of a graph. Among them: xtitle('','T [K]','Ic [mA]',font_size=3) which does not work. Does anybody know the command to incrase the font size of 'T [K]' and 'Ic [mA]' in a script (and not with the graphic properties editor, which will only work "manually")? Thank you in advance Denis From Mike at Page-One.Waitrose.com Tue Feb 14 18:03:32 2012 From: Mike at Page-One.Waitrose.com (Mike Page) Date: Tue, 14 Feb 2012 17:03:32 -0000 Subject: [scilab-Users] Size of the X and/or Y axis labels In-Reply-To: <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> Message-ID: You can use a = gca() to get the axis properties and then set the font size using: a.x_label.font_size=3 HTH. Mike. -----Original Message----- From: CRETE Denis [mailto:denis.crete at thalesgroup.com] Sent: 14 February 2012 16:26 To: users at lists.scilab.org Subject: [scilab-Users] Size of the X and/or Y axis labels Hi, I tried many different ways to increase the size of the text labelling the x and y axis of a graph. Among them: xtitle('','T [K]','Ic [mA]',font_size=3) which does not work. Does anybody know the command to incrase the font size of 'T [K]' and 'Ic [mA]' in a script (and not with the graphic properties editor, which will only work "manually")? Thank you in advance Denis From Serge.Steer at inria.fr Tue Feb 14 18:08:03 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Tue, 14 Feb 2012 18:08:03 +0100 Subject: [scilab-Users] Size of the X and/or Y axis labels In-Reply-To: <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> Message-ID: <4F3A94F3.2010104@inria.fr> Le 14/02/2012 17:26, CRETE Denis a ?crit : > Hi, > I tried many different ways to increase the size of the text labelling the x and y axis of a graph. Among them: > xtitle('','T [K]','Ic [mA]',font_size=3) > which does not work. Does anybody know the command to incrase the font size of 'T [K]' and 'Ic [mA]' in a script (and not with the graphic properties editor, which will only work "manually")? > Thank you in advance > Denis > It is possible to change the size of the text labelling labelling the x and y axis of a graph using the xlabel and ylabel functions plot2d(1:10) //xtitle('','T [K]','Ic [mA]') xlabel('T [K]','fontsize',3,'color',[1 0 0]) ylabel('Ic [mA]','fontsize',3) an other away is to address parameters via handles ax=gca(); //the handle on the axes data structure xlab=ax.x_label //the handle on the x label data structure xlab.font_size=3; //note that many other properties can be changed in the same way xlab.font_foreground=5; xlab.font_style=9; xlab.text='T [K]''; Serge Steer From ychattah at iai.co.il Wed Feb 15 20:49:09 2012 From: ychattah at iai.co.il (computidoo) Date: Wed, 15 Feb 2012 11:49:09 -0800 (PST) Subject: optim_ga Message-ID: <1329335349310-3748115.post@n3.nabble.com> Hello, I'm using optim_ga and i want to use a goal only for minimum value of the function. the max value is not important to me is it passible? BR computidoo -- View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From vogt at centre-cired.fr Wed Feb 15 23:55:53 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Wed, 15 Feb 2012 23:55:53 +0100 Subject: [scilab-Users] optim_ga In-Reply-To: <1329335349310-3748115.post@n3.nabble.com> References: <1329335349310-3748115.post@n3.nabble.com> Message-ID: <4F3C37F9.1030105@centre-cired.fr> Hello well, if f is the function that you want to minimize, you can build a function g such that when g is maximized, f is minimized. Try for instance g=-f. ;-) Hope this helps On 15/02/2012 20:49, computidoo wrote: > Hello, > I'm using optim_ga and i want to use a goal only for minimum value of the > function. > the max value is not important to me > is it passible? > BR > computidoo > > -- > View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ychattah at iai.co.il Thu Feb 16 06:07:15 2012 From: ychattah at iai.co.il (computidoo) Date: Wed, 15 Feb 2012 21:07:15 -0800 (PST) Subject: optim_ga In-Reply-To: <4F3C37F9.1030105@centre-cired.fr> References: <1329335349310-3748115.post@n3.nabble.com> <4F3C37F9.1030105@centre-cired.fr> Message-ID: <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> Yes but then when optim_ga is running it will look for g minimum and maximum and I want only the minimum ________________________________ From: Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives] [mailto:ml-node+s994242n3748720h45 at n3.nabble.com] Sent: Thursday, February 16, 2012 12:57 AM To: Yehonatan Chattah Subject: Re: optim_ga Hello well, if f is the function that you want to minimize, you can build a function g such that when g is maximized, f is minimized. Try for instance g=-f. ;-) Hope this helps On 15/02/2012 20:49, computidoo wrote: Hello, I'm using optim_ga and i want to use a goal only for minimum value of the function. the max value is not important to me is it passible? BR computidoo -- View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to [hidden email] To check the archives of this mailing list, see http://mailinglists.scilab.org/ ________________________________ If you reply to this email, your message will be added to the discussion below: http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html To unsubscribe from optim_ga, click here. NAML The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain confidential or privileged information, and is intended only for the use of the intended addressee thereof. If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer. Thank you. -- View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3749233.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Thu Feb 16 09:39:38 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Thu, 16 Feb 2012 09:39:38 +0100 Subject: [scilab-Users] RE: optim_ga In-Reply-To: <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> References: <1329335349310-3748115.post@n3.nabble.com> <4F3C37F9.1030105@centre-cired.fr> <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> Message-ID: <4F3CC0CA.5040904@limsi.fr> On 02/16/2012 06:07 AM, computidoo wrote: > > Yes but then when optim_ga is running it will look for g minimum and > maximum and I want only the minimum > If run time is not a problem you can simply ignore the minimum. > ------------------------------------------------------------------------ > > *From:*Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives] > [mailto:ml-node+[hidden email] > ] > *Sent:* Thursday, February 16, 2012 12:57 AM > *To:* Yehonatan Chattah > *Subject:* Re: optim_ga > > Hello > > well, if f is the function that you want to minimize, you can build a > function g such that when g is maximized, f is minimized. > > Try for instance g=-f. > ;-) > > Hope this helps > > > On 15/02/2012 20:49, computidoo wrote: > > Hello, > I'm using optim_ga and i want to use a goal only for minimum value of the > function. > the max value is not important to me > is it passible? > BR > computidoo > > -- > View this message in context:http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > [hidden email] > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > > ------------------------------------------------------------------------ > > *If you reply to this email, your message will be added to the > discussion below:* > > http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html > > To unsubscribe from optim_ga, click here. > NAML > > > > *********************************************************************************************** > *Please consider the environment before printing this email * > The information contained in this communication is proprietary to > Israel Aerospace Industries Ltd. and/or third parties, may contain > confidential or privileged information, and is intended only for the > use of the intended addressee thereof. > If you are not the intended addressee, please be aware that any use, > disclosure, distribution and/or copying of this communication is > strictly prohibited. If you receive this communication in error, > please notify the sender immediately and delete it from your computer. > Thank you. > > ------------------------------------------------------------------------ > View this message in context: RE: optim_ga > > Sent from the Scilab users - Mailing Lists Archives mailing list > archive > > at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Thu Feb 16 10:21:33 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Thu, 16 Feb 2012 10:21:33 +0100 Subject: [scilab-Users] RE: optim_ga In-Reply-To: <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> References: <1329335349310-3748115.post@n3.nabble.com> <4F3C37F9.1030105@centre-cired.fr> <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> Message-ID: <4F3CCA9D.9000906@centre-cired.fr> On 16/02/2012 06:07, computidoo wrote: > > Yes but then when optim_ga is running it will look for g minimum and > maximum and I want only the minimum > oh right my mistake > ------------------------------------------------------------------------ > > *From:*Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives] > [mailto:ml-node+[hidden email] > ] > *Sent:* Thursday, February 16, 2012 12:57 AM > *To:* Yehonatan Chattah > *Subject:* Re: optim_ga > > Hello > > well, if f is the function that you want to minimize, you can build a > function g such that when g is maximized, f is minimized. > > Try for instance g=-f. > ;-) > > Hope this helps > > > On 15/02/2012 20:49, computidoo wrote: > > Hello, > I'm using optim_ga and i want to use a goal only for minimum value of the > function. > the max value is not important to me > is it passible? > BR > computidoo > > -- > View this message in context:http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > [hidden email] > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > > ------------------------------------------------------------------------ > > *If you reply to this email, your message will be added to the > discussion below:* > > http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html > > To unsubscribe from optim_ga, click here. > NAML > > > > *********************************************************************************************** > *Please consider the environment before printing this email * > The information contained in this communication is proprietary to > Israel Aerospace Industries Ltd. and/or third parties, may contain > confidential or privileged information, and is intended only for the > use of the intended addressee thereof. > If you are not the intended addressee, please be aware that any use, > disclosure, distribution and/or copying of this communication is > strictly prohibited. If you receive this communication in error, > please notify the sender immediately and delete it from your computer. > Thank you. > > ------------------------------------------------------------------------ > View this message in context: RE: optim_ga > > Sent from the Scilab users - Mailing Lists Archives mailing list > archive > > at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ychattah at iai.co.il Thu Feb 16 12:04:01 2012 From: ychattah at iai.co.il (computidoo) Date: Thu, 16 Feb 2012 03:04:01 -0800 (PST) Subject: optim_ga In-Reply-To: <4F3CCA9D.9000906@centre-cired.fr> References: <1329335349310-3748115.post@n3.nabble.com> <4F3C37F9.1030105@centre-cired.fr> <300AE3014430B94EB16D93D3742BEEB304325FA3@EXS11.iai.co.il> <4F3CCA9D.9000906@centre-cired.fr> Message-ID: <300AE3014430B94EB16D93D3742BEEB304329000@EXS11.iai.co.il> If you have other idea I will be grateful BR computidoo ________________________________ From: Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives] [mailto:ml-node+s994242n3749598h63 at n3.nabble.com] Sent: Thursday, February 16, 2012 11:23 AM To: Yehonatan Chattah Subject: RE: optim_ga On 16/02/2012 06:07, computidoo wrote: Yes but then when optim_ga is running it will look for g minimum and maximum and I want only the minimum oh right my mistake ________________________________ From: Adrien Vogt-Schilb [via Scilab / Xcos - Mailing Lists Archives] [[hidden email][hidden email]] Sent: Thursday, February 16, 2012 12:57 AM To: Yehonatan Chattah Subject: Re: optim_ga Hello well, if f is the function that you want to minimize, you can build a function g such that when g is maximized, f is minimized. Try for instance g=-f. ;-) Hope this helps On 15/02/2012 20:49, computidoo wrote: Hello, I'm using optim_ga and i want to use a goal only for minimum value of the function. the max value is not important to me is it passible? BR computidoo -- View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3748115.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to [hidden email] To check the archives of this mailing list, see http://mailinglists.scilab.org/ ________________________________ If you reply to this email, your message will be added to the discussion below: http://mailinglists.scilab.org/optim-ga-tp3748115p3748720.html To unsubscribe from optim_ga, click here. NAML *********************************************************************************************** Please consider the environment before printing this email The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain confidential or privileged information, and is intended only for the use of the intended addressee thereof. If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer. Thank you. ________________________________ View this message in context: RE: optim_ga Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. ________________________________ If you reply to this email, your message will be added to the discussion below: http://mailinglists.scilab.org/optim-ga-tp3748115p3749598.html To unsubscribe from optim_ga, click here. NAML -- View this message in context: http://mailinglists.scilab.org/optim-ga-tp3748115p3749848.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From agankideska at hotmail.com Fri Feb 17 07:50:37 2012 From: agankideska at hotmail.com (utku kaya) Date: Fri, 17 Feb 2012 08:50:37 +0200 Subject: FW: turning point estimation In-Reply-To: <4F3B5BD1.4080105@limsi.fr> References: <21504753.125514.1329256413755.JavaMail.nabble@ben.nabble.com>,<4F3B5BD1.4080105@limsi.fr> Message-ID: hii> > I am a new user for Scilab and also Grocer. i can use Gauss and rats. when i search the internet faced to grocer program to estimate turning point by using HP and BB (harding-pagan, bry-boschan) approach. I am not able to load the file and also estimate anyway. it is possible to help me that load data and obtain the result with the modify grocer codes which one/ones used in procedure. > > > > DATES IPI > > 1920m1 97.26 > > 1920m2 102.72 > > 1920m3 108.9 > > 1920m4 91.33 > > 1920m5 96.31 > > 1920m6 101.45 > > 1920m7 98.94 > > 1920m8 101.53 > > 1920m9 104.31 > > 1920m10 106.21 > > 1920m11 97.83 > > 1920m12 87.22 > > 1921m1 77.95 > > 1921m2 69.19 > > 1921m3 51.47 > > 1921m4 39.77 > > 1921m5 39.39 > > 1921m6 35.49 > > 1921m7 27.89 > > 1921m8 30.78 > > 1921m9 32.85 > > 1921m10 40.22 > > 1921m11 47.18 > > 1921m12 53.2 > > 1922m1 53.06 > > 1922m2 58.21 > > 1922m3 65.68 > > 1922m4 69.07 > > 1922m5 74.41 > > 1922m6 78.7 > > 1922m7 77.59 > > 1922m8 58.59 > > 1922m9 67.79 > > 1922m10 85.09 > > 1922m11 94.99 > > 1922m12 99.58 > > 1923m1 104.18 > > 1923m2 106.94 > > 1923m3 113.67 > > 1923m4 118.32 > > 1923m5 124.76 > > 1923m6 122.55 > > 1923m7 118.66 > > 1923m8 111.27 > > 1923m9 104.18 > > 1923m10 101.59 > > 1923m11 96.48 > > 1923m12 94.22 > > 1924m1 97.4 > > 1924m2 106 > > 1924m3 111.8 > > 1924m4 107.8 > > 1924m5 84.4 > > 1924m6 67.5 > > 1924m7 57.6 > > 1924m8 60.9 > > 1924m9 68.4 > > 1924m10 79.9 > > 1924m11 83.7 > > 1924m12 95.5 > > 1925m1 108.7 > > 1925m2 114.8 > > 1925m3 115 > > 1925m4 108.6 > > 1925m5 94.5 > > 1925m6 89.1 > > 1925m7 85.9 > > 1925m8 87.2 > > 1925m9 90.8 > > 1925m10 97.5 > > 1925m11 100.8 > > 1925m12 104.9 > > 1926m1 107 > > 1926m2 104.4 > > 1926m3 111 > > 1926m4 115 > > 1926m5 112.3 > > 1926m6 107.8 > > 1926m7 104 > > 1926m8 103.2 > > 1926m9 104.5 > > 1926m10 107.6 > > 1926m11 107.9 > > 1926m12 99.7 > > 1927m1 100.1 > > 1927m2 105 > > 1927m3 112.4 > > 1927m4 114.1 > > 1927m5 109.4 > > 1927m6 103 > > 1927m7 95.2 > > 1927m8 95.1 > > 1927m9 92.5 > > 1927m10 89.8 > > 1927m11 88.3 > > 1927m12 87 > > 1928m1 92.6 > > 1928m2 100 > > 1928m3 103.2 > > 1928m4 106.2 > > 1928m5 105.9 > > 1928m6 102.7 > > 1928m7 99.1 > > 1928m8 101.2 > > 1928m9 102.1 > > 1928m10 108.8 > > 1928m11 110.1 > > 1928m12 108.7 > > 1929m1 111 > > 1929m2 114.5 > > 1929m3 119.8 > > 1929m4 122.1 > > 1929m5 125.7 > > 1929m6 123.9 > > 1929m7 122.1 > > 1929m8 121.2 > > 1929m9 116.6 > > 1929m10 115.7 > > 1929m11 106 > > 1929m12 91.5 > > 1930m1 91.2 > > 1930m2 101.4 > > 1930m3 104.7 > > 1930m4 106.1 > > 1930m5 104.3 > > 1930m6 97.8 > > 1930m7 85.1 > > 1930m8 81.4 > > 1930m9 75.9 > > 1930m10 69.8 > > 1930m11 62.2 > > 1930m12 53.7 > > 1931m1 55.3 > > 1931m2 61 > > 1931m3 65.6 > > 1931m4 67.3 > > 1931m5 64.3 > > 1931m6 54.6 > > 1931m7 47.2 > > 1931m8 41.3 > > 1931m9 39 > > 1931m10 37.8 > > 1931m11 36.8 > > 1931m12 31.6 > > 1932m1 31.4 > > 1932m2 33.3 > > 1932m3 31.2 > > 1932m4 28.4 > > 1932m5 25.3 > > 1932m6 20.9 > > 1932m7 18.5 > > 1932m8 17.1 > > 1932m9 19.8 > > 1932m10 20.8 > > 1932m11 21 > > 1932m12 17.6 > > 1933m1 18.3 > > 1933m2 19.8 > > 1933m3 17.5 > > 1933m4 20.8 > > 1933m5 28.6 > > 1933m6 42.2 > > 1933m7 57.8 > > 1933m8 59.1 > > 1933m9 50.7 > > 1933m10 43.8 > > 1933m11 36.2 > > 1933m12 38.1 > > 1934m1 39.2 > > 1934m2 45.1 > > 1934m3 52.2 > > 1934m4 57.6 > > 1934m5 65.9 > > 1934m6 64.3 > > 1934m7 39.5 > > 1934m8 34 > > 1934m9 29.9 > > 1934m10 30.7 > > 1934m11 31.9 > > 1934m12 33.1 > > 1935m1 47.7 > > 1935m2 57.4 > > 1935m3 57.1 > > 1935m4 55.4 > > 1935m5 55.7 > > 1935m6 51.6 > > 1935m7 49 > > 1935m8 56.8 > > 1935m9 59.2 > > 1935m10 63.8 > > 1935m11 68.9 > > 1935m12 68 > > 1936m1 65.4 > > 1936m2 62.9 > > 1936m3 65.8 > > 1936m4 80.1 > > 1936m5 85.4 > > 1936m6 86.2 > > 1936m7 83.7 > > 1936m8 87.5 > > 1936m9 91 > > 1936m10 96.5 > > 1936m11 98.2 > > 1936m12 100.5 > > 1937m1 103.6 > > 1937m2 107.1 > > 1937m3 111.6 > > 1937m4 113.1 > > 1937m5 114.1 > > 1937m6 103.6 > > 1937m7 112.9 > > 1937m8 116.3 > > 1937m9 113.7 > > 1937m10 93.3 > > 1937m11 66.9 > > 1937m12 48.1 > > 1938m1 46.1 > > 1938m2 46.4 > > 1938m3 46.9 > > 1938m4 45.9 > > 1938m5 40.5 > > 1938m6 35.4 > > 1938m7 38.8 > > 1938m8 48.2 > > 1938m9 56 > > 1938m10 66.2 > > 1938m11 75.7 > > 1938m12 71.3 > > 1939m1 70.2 > > 1939m2 73.6 > > 1939m3 77.2 > > 1939m4 68.5 > > 1939m5 55.4 > > 1939m6 70.6 > > 1939m7 76 > > 1939m8 85.8 > > 1939m9 96 > > 1939m10 117 > > 1939m11 124 > > 1939m12 121.5 > > 1940m1 116.1 > > 1940m2 101.9 > > 1940m3 94.2 > > 1940m4 93.4 > > 1940m5 101.2 > > 1940m6 113.7 > > 1940m7 116.8 > > 1940m8 122.1 > > 1940m9 124.3 > > 1940m10 128.1 > > 1940m11 131 > > 1940m12 131 > > 1941m1 134.3 > > 1941m2 133.9 > > 1941m3 135.5 > > 1941m4 129 > > 1941m5 132.5 > > 1941m6 135.5 > > 1941m7 137.4 > > 1941m8 138 > > 1941m9 140.4 > > 1941m10 140 > > 1941m11 140 > > 1941m12 144.4 -------------- next part -------------- An HTML attachment was scrubbed... URL: From grocer.toolbox at gmail.com Fri Feb 17 15:01:43 2012 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Fri, 17 Feb 2012 15:01:43 +0100 Subject: [scilab-Users] FW: turning point estimation In-Reply-To: References: <21504753.125514.1329256413755.JavaMail.nabble@ben.nabble.com> <4F3B5BD1.4080105@limsi.fr> Message-ID: Hello. You can for instance copy your data in a txt file with separator ';' (see file data4bry.txt attached) and then run into Scilab (assuming the file is stored in a folder called e:/mydata) : -->impexc2bd('e:/mydata/data4bry.txt',';','e:/mydata/data4bry.dat') -->load('e:/mydata/data4bry.dat') -->brybos('IPI','proc=''bb''') You should obtain the results you expect (see the graph in file ipi_bb.pdf joined). ?ric. 2012/2/17 utku kaya > > > hii> > I am a new user for Scilab and also Grocer. i can use Gauss and > rats. when i search the internet faced to grocer program to estimate > turning point by using HP and BB (harding-pagan, bry-boschan) approach. I > am not able to load the file and also estimate anyway. it is possible to > help me that load data and obtain the result with the modify grocer codes > which one/ones used in procedure. > > > > > > DATES IPI > > > 1920m1 97.26 > > > 1920m2 102.72 > > > 1920m3 108.9 > > > 1920m4 91.33 > > > 1920m5 96.31 > > > 1920m6 101.45 > > > 1920m7 98.94 > > > 1920m8 101.53 > > > 1920m9 104.31 > > > 1920m10 106.21 > > > 1920m11 97.83 > > > 1920m12 87.22 > > > 1921m1 77.95 > > > 1921m2 69.19 > > > 1921m3 51.47 > > > 1921m4 39.77 > > > 1921m5 39.39 > > > 1921m6 35.49 > > > 1921m7 27.89 > > > 1921m8 30.78 > > > 1921m9 32.85 > > > 1921m10 40.22 > > > 1921m11 47.18 > > > 1921m12 53.2 > > > 1922m1 53.06 > > > 1922m2 58.21 > > > 1922m3 65.68 > > > 1922m4 69.07 > > > 1922m5 74.41 > > > 1922m6 78.7 > > > 1922m7 77.59 > > > 1922m8 58.59 > > > 1922m9 67.79 > > > 1922m10 85.09 > > > 1922m11 94.99 > > > 1922m12 99.58 > > > 1923m1 104.18 > > > 1923m2 106.94 > > > 1923m3 113.67 > > > 1923m4 118.32 > > > 1923m5 124.76 > > > 1923m6 122.55 > > > 1923m7 118.66 > > > 1923m8 111.27 > > > 1923m9 104.18 > > > 1923m10 101.59 > > > 1923m11 96.48 > > > 1923m12 94.22 > > > 1924m1 97.4 > > > 1924m2 106 > > > 1924m3 111.8 > > > 1924m4 107.8 > > > 1924m5 84.4 > > > 1924m6 67.5 > > > 1924m7 57.6 > > > 1924m8 60.9 > > > 1924m9 68.4 > > > 1924m10 79.9 > > > 1924m11 83.7 > > > 1924m12 95.5 > > > 1925m1 108.7 > > > 1925m2 114.8 > > > 1925m3 115 > > > 1925m4 108.6 > > > 1925m5 94.5 > > > 1925m6 89.1 > > > 1925m7 85.9 > > > 1925m8 87.2 > > > 1925m9 90.8 > > > 1925m10 97.5 > > > 1925m11 100.8 > > > 1925m12 104.9 > > > 1926m1 107 > > > 1926m2 104.4 > > > 1926m3 111 > > > 1926m4 115 > > > 1926m5 112.3 > > > 1926m6 107.8 > > > 1926m7 104 > > > 1926m8 103.2 > > > 1926m9 104.5 > > > 1926m10 107.6 > > > 1926m11 107.9 > > > 1926m12 99.7 > > > 1927m1 100.1 > > > 1927m2 105 > > > 1927m3 112.4 > > > 1927m4 114.1 > > > 1927m5 109.4 > > > 1927m6 103 > > > 1927m7 95.2 > > > 1927m8 95.1 > > > 1927m9 92.5 > > > 1927m10 89.8 > > > 1927m11 88.3 > > > 1927m12 87 > > > 1928m1 92.6 > > > 1928m2 100 > > > 1928m3 103.2 > > > 1928m4 106.2 > > > 1928m5 105.9 > > > 1928m6 102.7 > > > 1928m7 99.1 > > > 1928m8 101.2 > > > 1928m9 102.1 > > > 1928m10 108.8 > > > 1928m11 110.1 > > > 1928m12 108.7 > > > 1929m1 111 > > > 1929m2 114.5 > > > 1929m3 119.8 > > > 1929m4 122.1 > > > 1929m5 125.7 > > > 1929m6 123.9 > > > 1929m7 122.1 > > > 1929m8 121.2 > > > 1929m9 116.6 > > > 1929m10 115.7 > > > 1929m11 106 > > > 1929m12 91.5 > > > 1930m1 91.2 > > > 1930m2 101.4 > > > 1930m3 104.7 > > > 1930m4 106.1 > > > 1930m5 104.3 > > > 1930m6 97.8 > > > 1930m7 85.1 > > > 1930m8 81.4 > > > 1930m9 75.9 > > > 1930m10 69.8 > > > 1930m11 62.2 > > > 1930m12 53.7 > > > 1931m1 55.3 > > > 1931m2 61 > > > 1931m3 65.6 > > > 1931m4 67.3 > > > 1931m5 64.3 > > > 1931m6 54.6 > > > 1931m7 47.2 > > > 1931m8 41.3 > > > 1931m9 39 > > > 1931m10 37.8 > > > 1931m11 36.8 > > > 1931m12 31.6 > > > 1932m1 31.4 > > > 1932m2 33.3 > > > 1932m3 31.2 > > > 1932m4 28.4 > > > 1932m5 25.3 > > > 1932m6 20.9 > > > 1932m7 18.5 > > > 1932m8 17.1 > > > 1932m9 19.8 > > > 1932m10 20.8 > > > 1932m11 21 > > > 1932m12 17.6 > > > 1933m1 18.3 > > > 1933m2 19.8 > > > 1933m3 17.5 > > > 1933m4 20.8 > > > 1933m5 28.6 > > > 1933m6 42.2 > > > 1933m7 57.8 > > > 1933m8 59.1 > > > 1933m9 50.7 > > > 1933m10 43.8 > > > 1933m11 36.2 > > > 1933m12 38.1 > > > 1934m1 39.2 > > > 1934m2 45.1 > > > 1934m3 52.2 > > > 1934m4 57.6 > > > 1934m5 65.9 > > > 1934m6 64.3 > > > 1934m7 39.5 > > > 1934m8 34 > > > 1934m9 29.9 > > > 1934m10 30.7 > > > 1934m11 31.9 > > > 1934m12 33.1 > > > 1935m1 47.7 > > > 1935m2 57.4 > > > 1935m3 57.1 > > > 1935m4 55.4 > > > 1935m5 55.7 > > > 1935m6 51.6 > > > 1935m7 49 > > > 1935m8 56.8 > > > 1935m9 59.2 > > > 1935m10 63.8 > > > 1935m11 68.9 > > > 1935m12 68 > > > 1936m1 65.4 > > > 1936m2 62.9 > > > 1936m3 65.8 > > > 1936m4 80.1 > > > 1936m5 85.4 > > > 1936m6 86.2 > > > 1936m7 83.7 > > > 1936m8 87.5 > > > 1936m9 91 > > > 1936m10 96.5 > > > 1936m11 98.2 > > > 1936m12 100.5 > > > 1937m1 103.6 > > > 1937m2 107.1 > > > 1937m3 111.6 > > > 1937m4 113.1 > > > 1937m5 114.1 > > > 1937m6 103.6 > > > 1937m7 112.9 > > > 1937m8 116.3 > > > 1937m9 113.7 > > > 1937m10 93.3 > > > 1937m11 66.9 > > > 1937m12 48.1 > > > 1938m1 46.1 > > > 1938m2 46.4 > > > 1938m3 46.9 > > > 1938m4 45.9 > > > 1938m5 40.5 > > > 1938m6 35.4 > > > 1938m7 38.8 > > > 1938m8 48.2 > > > 1938m9 56 > > > 1938m10 66.2 > > > 1938m11 75.7 > > > 1938m12 71.3 > > > 1939m1 70.2 > > > 1939m2 73.6 > > > 1939m3 77.2 > > > 1939m4 68.5 > > > 1939m5 55.4 > > > 1939m6 70.6 > > > 1939m7 76 > > > 1939m8 85.8 > > > 1939m9 96 > > > 1939m10 117 > > > 1939m11 124 > > > 1939m12 121.5 > > > 1940m1 116.1 > > > 1940m2 101.9 > > > 1940m3 94.2 > > > 1940m4 93.4 > > > 1940m5 101.2 > > > 1940m6 113.7 > > > 1940m7 116.8 > > > 1940m8 122.1 > > > 1940m9 124.3 > > > 1940m10 128.1 > > > 1940m11 131 > > > 1940m12 131 > > > 1941m1 134.3 > > > 1941m2 133.9 > > > 1941m3 135.5 > > > 1941m4 129 > > > 1941m5 132.5 > > > 1941m6 135.5 > > > 1941m7 137.4 > > > 1941m8 138 > > > 1941m9 140.4 > > > 1941m10 140 > > > 1941m11 140 > > > 1941m12 144.4 > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- DATES;IPI 1920m1;97.26 1920m2;102.72 1920m3;108.9 1920m4;91.33 1920m5;96.31 1920m6;101.45 1920m7;98.94 1920m8;101.53 1920m9;104.31 1920m10;106.21 1920m11;97.83 1920m12;87.22 1921m1;77.95 1921m2;69.19 1921m3;51.47 1921m4;39.77 1921m5;39.39 1921m6;35.49 1921m7;27.89 1921m8;30.78 1921m9;32.85 1921m10;40.22 1921m11;47.18 1921m12;53.2 1922m1;53.06 1922m2;58.21 1922m3;65.68 1922m4;69.07 1922m5;74.41 1922m6;78.7 1922m7;77.59 1922m8;58.59 1922m9;67.79 1922m10;85.09 1922m11;94.99 1922m12;99.58 1923m1;104.18 1923m2;106.94 1923m3;113.67 1923m4;118.32 1923m5;124.76 1923m6;122.55 1923m7;118.66 1923m8;111.27 1923m9;104.18 1923m10;101.59 1923m11;96.48 1923m12;94.22 1924m1;97.4 1924m2;106 1924m3;111.8 1924m4;107.8 1924m5;84.4 1924m6;67.5 1924m7;57.6 1924m8;60.9 1924m9;68.4 1924m10;79.9 1924m11;83.7 1924m12;95.5 1925m1;108.7 1925m2;114.8 1925m3;115 1925m4;108.6 1925m5;94.5 1925m6;89.1 1925m7;85.9 1925m8;87.2 1925m9;90.8 1925m10;97.5 1925m11;100.8 1925m12;104.9 1926m1;107 1926m2;104.4 1926m3;111 1926m4;115 1926m5;112.3 1926m6;107.8 1926m7;104 1926m8;103.2 1926m9;104.5 1926m10;107.6 1926m11;107.9 1926m12;99.7 1927m1;100.1 1927m2;105 1927m3;112.4 1927m4;114.1 1927m5;109.4 1927m6;103 1927m7;95.2 1927m8;95.1 1927m9;92.5 1927m10;89.8 1927m11;88.3 1927m12;87 1928m1;92.6 1928m2;100 1928m3;103.2 1928m4;106.2 1928m5;105.9 1928m6;102.7 1928m7;99.1 1928m8;101.2 1928m9;102.1 1928m10;108.8 1928m11;110.1 1928m12;108.7 1929m1;111 1929m2;114.5 1929m3;119.8 1929m4;122.1 1929m5;125.7 1929m6;123.9 1929m7;122.1 1929m8;121.2 1929m9;116.6 1929m10;115.7 1929m11;106 1929m12;91.5 1930m1;91.2 1930m2;101.4 1930m3;104.7 1930m4;106.1 1930m5;104.3 1930m6;97.8 1930m7;85.1 1930m8;81.4 1930m9;75.9 1930m10;69.8 1930m11;62.2 1930m12;53.7 1931m1;55.3 1931m2;61 1931m3;65.6 1931m4;67.3 1931m5;64.3 1931m6;54.6 1931m7;47.2 1931m8;41.3 1931m9;39 1931m10;37.8 1931m11;36.8 1931m12;31.6 1932m1;31.4 1932m2;33.3 1932m3;31.2 1932m4;28.4 1932m5;25.3 1932m6;20.9 1932m7;18.5 1932m8;17.1 1932m9;19.8 1932m10;20.8 1932m11;21 1932m12;17.6 1933m1;18.3 1933m2;19.8 1933m3;17.5 1933m4;20.8 1933m5;28.6 1933m6;42.2 1933m7;57.8 1933m8;59.1 1933m9;50.7 1933m10;43.8 1933m11;36.2 1933m12;38.1 1934m1;39.2 1934m2;45.1 1934m3;52.2 1934m4;57.6 1934m5;65.9 1934m6;64.3 1934m7;39.5 1934m8;34 1934m9;29.9 1934m10;30.7 1934m11;31.9 1934m12;33.1 1935m1;47.7 1935m2;57.4 1935m3;57.1 1935m4;55.4 1935m5;55.7 1935m6;51.6 1935m7;49 1935m8;56.8 1935m9;59.2 1935m10;63.8 1935m11;68.9 1935m12;68 1936m1;65.4 1936m2;62.9 1936m3;65.8 1936m4;80.1 1936m5;85.4 1936m6;86.2 1936m7;83.7 1936m8;87.5 1936m9;91 1936m10;96.5 1936m11;98.2 1936m12;100.5 1937m1;103.6 1937m2;107.1 1937m3;111.6 1937m4;113.1 1937m5;114.1 1937m6;103.6 1937m7;112.9 1937m8;116.3 1937m9;113.7 1937m10;93.3 1937m11;66.9 1937m12;48.1 1938m1;46.1 1938m2;46.4 1938m3;46.9 1938m4;45.9 1938m5;40.5 1938m6;35.4 1938m7;38.8 1938m8;48.2 1938m9;56 1938m10;66.2 1938m11;75.7 1938m12;71.3 1939m1;70.2 1939m2;73.6 1939m3;77.2 1939m4;68.5 1939m5;55.4 1939m6;70.6 1939m7;76 1939m8;85.8 1939m9;96 1939m10;117 1939m11;124 1939m12;121.5 1940m1;116.1 1940m2;101.9 1940m3;94.2 1940m4;93.4 1940m5;101.2 1940m6;113.7 1940m7;116.8 1940m8;122.1 1940m9;124.3 1940m10;128.1 1940m11;131 1940m12;131 1941m1;134.3 1941m2;133.9 1941m3;135.5 1941m4;129 1941m5;132.5 1941m6;135.5 1941m7;137.4 1941m8;138 1941m9;140.4 1941m10;140 1941m11;140 1941m12;144.4 -------------- next part -------------- A non-text attachment was scrubbed... Name: ipi_bb.pdf Type: application/pdf Size: 14494 bytes Desc: not available URL: From jmknapp at gmail.com Fri Feb 17 16:03:55 2012 From: jmknapp at gmail.com (jmknapp) Date: Fri, 17 Feb 2012 07:03:55 -0800 (PST) Subject: Updating handles w/o a loop Message-ID: <1329491035362-3753928.post@n3.nabble.com> I'm updating an array of graphic entity handles like so (updating XY positions of a bunch of plotted points): for j = 1:N handle(j).children.data = [ x(j) y(j) ] ; Is there a way to do that in one statement without having to resort to a loop? Joe -- View this message in context: http://mailinglists.scilab.org/Updating-handles-w-o-a-loop-tp3753928p3753928.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From mathieu.dubois at limsi.fr Sun Feb 19 11:32:23 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 19 Feb 2012 11:32:23 +0100 Subject: [scilab-Users] Updating handles w/o a loop In-Reply-To: <1329491035362-3753928.post@n3.nabble.com> References: <1329491035362-3753928.post@n3.nabble.com> Message-ID: <4F40CFB7.8020209@limsi.fr> Hello, Le 17/02/2012 16:03, jmknapp a ?crit : > I'm updating an array of graphic entity handles like so (updating XY > positions of a bunch of plotted points): > > for j = 1:N > handle(j).children.data = [ x(j) y(j) ] ; > > Is there a way to do that in one statement without having to resort to a > loop? > I'm not sure that there is a way to do that but I guess you ask the question because you are experiencing a lot of screen refresh which is long because scilab redraws everything at each step (I had similar problems). In that case you can try to use drawlater() and drawnow(). For instance: drawlater(); for j = 1:N handle(j).children.data = [ x(j) y(j) ] ; drawnow(); should be really faster (and save your eyes :) Probably a stupid question but... If you know the coordinates [x(j), y(j)] why don't you plot them directly? Mathieu > Joe > > > -- > View this message in context: http://mailinglists.scilab.org/Updating-handles-w-o-a-loop-tp3753928p3753928.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From abelahcene at gmail.com Mon Feb 20 08:19:24 2012 From: abelahcene at gmail.com (abd_bela) Date: Sun, 19 Feb 2012 23:19:24 -0800 (PST) Subject: NO GRAPHIC IS DISPLAYED And scilab freezed Message-ID: <1329722364236-3760015.post@n3.nabble.com> Hi, I am using scilab 5.2 ( same pb with 5.3), no graphics can be displayed. In previous version 4.* or older no problem of this kind. I am working on debian 6 ( same as linuxmint 11). Just when I try plotting anything, just a sin(x) the scilab freeze and no possibility to continue nor to stop it. I go to the linux terminal to kill it. So there are to problems here : 1.... no graph displayed 2... no possibility to cancel the "bad plotting command" thanks for help best regards -- View this message in context: http://mailinglists.scilab.org/NO-GRAPHIC-IS-DISPLAYED-And-scilab-freezed-tp3760015p3760015.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From guyichuan at gmail.com Mon Feb 20 19:09:30 2012 From: guyichuan at gmail.com (Yichuan GU) Date: Mon, 20 Feb 2012 19:09:30 +0100 Subject: [scilab-Users] Compiling and lauch problem under ubuntu 11.04 In-Reply-To: <1329122350.594.4.camel@korcula.inria.fr> References: <1328946122.3731.17.camel@pomegues.inria.fr> <1329122350.594.4.camel@korcula.inria.fr> Message-ID: On Mon, Feb 13, 2012 at 9:39 AM, Sylvestre Ledru < sylvestre.ledru at scilab-enterprises.com> wrote: > "compile" > But your problem should only occur when you try to compile Scilab first > with openjdk 6 and then with 7. If you didn't try that, it is probably > an other issue. > Thanks for responding. Yes, I did do that. The problem is now solved. I actually changed my java configuration back to java 6 and recompiled it and now it works very well. I'm actually new to the linux system and i'm trying to get familiar with it so i tried to compiled the software. Thanks a lot for the help! Yichuan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Mon Feb 20 19:10:12 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Mon, 20 Feb 2012 19:10:12 +0100 Subject: [scilab-Users] NO GRAPHIC IS DISPLAYED And scilab freezed In-Reply-To: <1329722364236-3760015.post@n3.nabble.com> References: <1329722364236-3760015.post@n3.nabble.com> Message-ID: <4F428C84.6000700@limsi.fr> Hi, You may read this entry of the wiki: http://wiki.scilab.org/Graphical%20issues%20with%20Scilab%205.X Basically try to update your graphics card driver. HTH, Mathieu On 02/20/2012 08:19 AM, abd_bela wrote: > Hi, > I am using scilab 5.2 ( same pb with 5.3), no graphics can be displayed. > > In previous version 4.* or older no problem of this kind. > > I am working on debian 6 ( same as linuxmint 11). > Just when I try plotting anything, just a sin(x) the scilab freeze > and no possibility to continue nor to stop it. > > I go to the linux terminal to kill it. > > So there are to problems here : > 1.... no graph displayed > 2... no possibility to cancel the "bad plotting command" > > > thanks for help > best regards > > > -- > View this message in context: http://mailinglists.scilab.org/NO-GRAPHIC-IS-DISPLAYED-And-scilab-freezed-tp3760015p3760015.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From muhammad.asad at gmail.com Tue Feb 21 12:47:10 2012 From: muhammad.asad at gmail.com (testing test) Date: Tue, 21 Feb 2012 03:47:10 -0800 (PST) Subject: Black Box on left bottom of PDF by using xs2pdf Message-ID: <1329824830045-3763325.post@n3.nabble.com> Hi, Whenever I am using xs2pdf command, a black box is shown on the bottom left side of the screen. I have attached the screenshot of the PDF file. Could you please suggest what could possibly be a problem. Thank you. http://mailinglists.scilab.org/file/n3763325/problem_sc.png -- View this message in context: http://mailinglists.scilab.org/Black-Box-on-left-bottom-of-PDF-by-using-xs2pdf-tp3763325p3763325.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From 555.katya at mail.ru Tue Feb 21 13:41:04 2012 From: 555.katya at mail.ru (=?UTF-8?B?0JXQutCw0YLQtdGA0LjQvdCwINCd0L7QstC+0YHQtdC70L7QstCw?=) Date: Tue, 21 Feb 2012 16:41:04 +0400 Subject: =?UTF-8?B?VGhlIHByb2JsZW0gd2l0aCB0aGUgZ3JhcGhpY3Mgd2luZG93IGFmdGVyIGlu?= =?UTF-8?B?c3RhbGxhdGlvbiBzY2lsYWIgNS40LjAuIC0g0LBsZmEtMQ==?= Message-ID: Hello.? I installed "scilab 5.4.0. - ?lfa_1 "?? into?my computer (OS : Microsoft? ?Windovs XP Professional 2002 Service Pack 3). Graphics window does not work. It is black. Message in the command window: ? "!--error 999 A native error occurred during the drawing of the figure. Description: Out of memory Exception Name: javax.media.opengl.GLException Scilab's graphic may become unstable. Please report a bug on http://bugzilla.scilab.org/ with your example and the result of getdebuginfo(). " What should I do? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 4 Word.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 34090 bytes Desc: not available URL: From mathieu.dubois at limsi.fr Tue Feb 21 18:01:29 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Tue, 21 Feb 2012 18:01:29 +0100 Subject: =?UTF-8?B?UmU6IFtzY2lsYWItVXNlcnNdIFRoZSBwcm9ibGVtIHdpdGggdGhlIGc=?= =?UTF-8?B?cmFwaGljcyB3aW5kb3cgYWZ0ZXIgaW5zdGFsbGF0aW9uIHNjaWxhYiA1LjQuMC4=?= =?UTF-8?B?IC0g0LBsZmEtMQ==?= In-Reply-To: <67602_1329828201_4F439169_67602_7349_1_E1Rzp1l-0001PX-1H.555-katya-mail-ru@f263.mail.ru> References: <67602_1329828201_4F439169_67602_7349_1_E1Rzp1l-0001PX-1H.555-katya-mail-ru@f263.mail.ru> Message-ID: <4F43CDE9.8050304@limsi.fr> As the name imply, scilab-5.4 - alpha 1 may contain bugs... You can: 1) try to use scilab 5.3.3 (and update your drivers). 2) report the bug as indicated at the end of the error message Mathieu Le 21/02/2012 13:41, ????????? ?????????? a ?crit : > Hello. I installed "scilab 5.4.0. - ?lfa_1 " > > into my computer (OS : Microsoft Windovs XP Professional 2002 Service > Pack 3). > > Graphics window does not work. It is black. > > Message in the command window: > > "!--error 999 > > A native error occurred during the drawing of the figure. > > Description: Out of memory > > Exception Name: javax.media.opengl.GLException > > Scilab's graphic may become unstable. > > Please report a bug on http://bugzilla.scilab.org/ with your example and > the result of getdebuginfo(). " > > > What should I do? > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ From mathieu.dubois at limsi.fr Tue Feb 21 18:02:49 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Tue, 21 Feb 2012 18:02:49 +0100 Subject: =?UTF-8?B?UmU6IFtzY2lsYWItVXNlcnNdIFRoZSBwcm9ibGVtIHdpdGggdGhlIGc=?= =?UTF-8?B?cmFwaGljcyB3aW5kb3cgYWZ0ZXIgaW5zdGFsbGF0aW9uIHNjaWxhYiA1LjQuMC4=?= =?UTF-8?B?IC0g0LBsZmEtMQ==?= In-Reply-To: <67602_1329828201_4F439169_67602_7349_1_E1Rzp1l-0001PX-1H.555-katya-mail-ru@f263.mail.ru> References: <67602_1329828201_4F439169_67602_7349_1_E1Rzp1l-0001PX-1H.555-katya-mail-ru@f263.mail.ru> Message-ID: <4F43CE39.2000905@limsi.fr> Also: the problem seems to be related to memory. What are you trying to plot? Maybe it's too complex... Le 21/02/2012 13:41, ????????? ?????????? a ?crit : > Hello. I installed "scilab 5.4.0. - ?lfa_1 " > > into my computer (OS : Microsoft Windovs XP Professional 2002 Service > Pack 3). > > Graphics window does not work. It is black. > > Message in the command window: > > "!--error 999 > > A native error occurred during the drawing of the figure. > > Description: Out of memory > > Exception Name: javax.media.opengl.GLException > > Scilab's graphic may become unstable. > > Please report a bug on http://bugzilla.scilab.org/ with your example and > the result of getdebuginfo(). " > > > What should I do? > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ From p_ledoux at yahoo.com.br Tue Feb 21 18:27:37 2012 From: p_ledoux at yahoo.com.br (Pedro Ledoux) Date: Tue, 21 Feb 2012 09:27:37 -0800 (PST) Subject: =?utf-8?B?UmU6IFtzY2lsYWItVXNlcnNdIFRoZSBwcm9ibGVtIHdpdGggdGhlIGdyYXBo?= =?utf-8?B?aWNzIHdpbmRvdyBhZnRlciBpbnN0YWxsYXRpb24gc2NpbGFiIDUuNC4wLiAt?= =?utf-8?B?INCwbGZhLTE=?= In-Reply-To: References: Message-ID: <1329845257.36064.YahooMailNeo@web120502.mail.ne1.yahoo.com> Hi Ekaterina.? "Out of memory" maybe means that your program required more memory than what is avaliable in Scilab's stack. ?Probably you tried to plot a graphic with a big number of points. Try put at the begin of your script the command stacksize('max') . ________________________________ De: ????????? ?????????? <555.katya at mail.ru> Para: "users at lists.scilab.org" Enviadas: Ter?a-feira, 21 de Fevereiro de 2012 10:41 Assunto: [scilab-Users] The problem with the graphics window after installation scilab 5.4.0. - ?lfa-1 Hello.? I installed "scilab 5.4.0. - ?lfa_1 "?? into?my computer (OS : Microsoft? ?Windovs XP Professional 2002 Service Pack 3). Graphics window does not work. It is black. Message in the command window: ? "!--error 999 A native error occurred during the drawing of the figure. Description: Out of memory Exception Name: javax.media.opengl.GLException Scilab's graphic may become unstable. Please report a bug on http://bugzilla.scilab.org/ with your example and the result of getdebuginfo(). " What should I do? -- To unsubscribe from this mailing-list, please send an empty mail to users-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Aurelie.Hurault at enseeiht.fr Wed Feb 22 01:26:24 2012 From: Aurelie.Hurault at enseeiht.fr (HURAULT Aurelie) Date: Tue, 21 Feb 2012 14:26:24 -1000 Subject: BLAS / LAPACK calls in Scilab Message-ID: <345ba6e7c849df5522a648f6d1eda716@inp-toulouse.fr> Hi, Is there a way to know when calls to BLAS or LAPACK functions are done, and what are those calls? Thanks, Best regards, Aur?lie Hurault From vogt at centre-cired.fr Wed Feb 22 15:29:21 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Wed, 22 Feb 2012 15:29:21 +0100 Subject: [SPAM] geting the size of a string rendered in a plot Message-ID: <4F44FBC1.60502@centre-cired.fr> Hi I am writing legends in a plot with the command xstring xstring(x,y,"my label") "my label" is actually a Latex formula I would like to know the size of "my label" rendered, so i can adjust it's position in such way that it is centered vertically Does anyone know hoy i could do that? -- Adrien Vogt-Schilb (Cired) Tel: (+33) 1 43 94 *73 77* -------------- next part -------------- An HTML attachment was scrubbed... URL: From calixte.denizet at scilab-enterprises.com Wed Feb 22 15:36:24 2012 From: calixte.denizet at scilab-enterprises.com (Calixte DENIZET) Date: Wed, 22 Feb 2012 15:36:24 +0100 Subject: [scilab-Users] [SPAM] geting the size of a string rendered in a plot In-Reply-To: <4F44FBC1.60502@centre-cired.fr> References: <4F44FBC1.60502@centre-cired.fr> Message-ID: <4F44FD68.3020201@scilab-enterprises.com> On 22/02/2012 15:29, Adrien Vogt-Schilb wrote: > Hi Hi Adrien, Have a look at xstringl or stringbox. Calixte > > I am writing legends in a plot with the command xstring > xstring(x,y,"my label") > > "my label" is actually a Latex formula > > I would like to know the size of "my label" rendered, so i can adjust > it's position in such way that it is centered vertically > > Does anyone know hoy i could do that? > -- > Adrien Vogt-Schilb (Cired) > Tel: (+33) 1 43 94 *73 77* -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Wed Feb 22 15:42:48 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Wed, 22 Feb 2012 15:42:48 +0100 Subject: [scilab-Users] [SPAM] geting the size of a string rendered in a plot In-Reply-To: <4F44FD68.3020201@scilab-enterprises.com> References: <4F44FBC1.60502@centre-cired.fr> <4F44FD68.3020201@scilab-enterprises.com> Message-ID: <4F44FEE8.2080505@centre-cired.fr> On 22/02/2012 15:36, Calixte DENIZET wrote: > On 22/02/2012 15:29, Adrien Vogt-Schilb wrote: >> Hi > > Hi Adrien, > > Have a look at xstringl or stringbox. > > Calixte Thank you, that should do it. I posted a wish on bugzilla: it would be cool if a higher level function existed! -------------- next part -------------- An HTML attachment was scrubbed... URL: From gug057 at gmail.com Wed Feb 22 19:38:59 2012 From: gug057 at gmail.com (gug) Date: Wed, 22 Feb 2012 10:38:59 -0800 (PST) Subject: scilab doesn't display properly in awesome In-Reply-To: References: <1317115276.3134.30.camel@losinj.inria.fr> Message-ID: <1329935939163-3767411.post@n3.nabble.com> I had the same problem and it seems the dedicated shell window doesn't work with a lot of tiling windows manager... (awesome, xmonad...) A way to avoid the problem is to execute scilab with the nw option, ./bin/scilab -nw (it'll use the system shell and open a dedicated window for plots) hope this can help someone... -- View this message in context: http://mailinglists.scilab.org/scilab-doesn-t-display-properly-in-awesome-tp3372075p3767411.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From clement.ervefel at hotmail.fr Wed Feb 22 20:19:01 2012 From: clement.ervefel at hotmail.fr (clemride) Date: Wed, 22 Feb 2012 11:19:01 -0800 (PST) Subject: stop a simulation Message-ID: <1329938341555-3767545.post@n3.nabble.com> Hello, I'd like to know hox to stop a simulation as soon as a value reach zero? What is the block to use in xcos?? Thanks in advance -- View this message in context: http://mailinglists.scilab.org/stop-a-simulation-tp3767545p3767545.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Serge.Steer at inria.fr Wed Feb 22 22:30:06 2012 From: Serge.Steer at inria.fr (Serge Steer) Date: Wed, 22 Feb 2012 22:30:06 +0100 Subject: [scilab-Users] stop a simulation In-Reply-To: <1329938341555-3767545.post@n3.nabble.com> References: <1329938341555-3767545.post@n3.nabble.com> Message-ID: <4F455E5E.10901@inria.fr> You can use to zerocrossing blocks: zcross, -to+ or +to- Serge Steer INRIA Le 22/02/2012 20:19, clemride a ?crit : > Hello, > I'd like to know hox to stop a simulation as soon as a value reach zero? > What is the block to use in xcos?? > Thanks in advance > > > > -- > View this message in context: http://mailinglists.scilab.org/stop-a-simulation-tp3767545p3767545.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > From abelahcene at gmail.com Thu Feb 23 08:25:13 2012 From: abelahcene at gmail.com (abd_bela) Date: Wed, 22 Feb 2012 23:25:13 -0800 (PST) Subject: NO GRAPHIC IS DISPLAYED And scilab freezed In-Reply-To: <4F428C84.6000700@limsi.fr> References: <1329722364236-3760015.post@n3.nabble.com> <4F428C84.6000700@limsi.fr> Message-ID: <1329981913127-3768923.post@n3.nabble.com> *thanks for answer I have an intel card, I have no possibility to install a new driver, then I want to use scilab in class for students, . Is it possible to use previous parameters used in previous releases? I prefere to come back to previous release, which is the lastn which hasn't this type of problem. It is strange that the developpers decide to use "a plug" non standard not available on any system. furthermore the graphic used to display the help, the console and so on is good ? why not to keep same thing. I hope that the developpers keep in their mind this lack. in my case, if the problem persist, i'll migrate to octave. in french: "c 'est vraiment dommage d'abandonner scilab pour un autre logiciel??, a cause de petits ajouts ("a mon "non bien reflechi" ) de presentation, qui rendent le logiciel inutilisable, comme dans mon cas" best regards thanks for help* -- View this message in context: http://mailinglists.scilab.org/NO-GRAPHIC-IS-DISPLAYED-And-scilab-freezed-tp3760015p3768923.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Thu Feb 23 09:04:26 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 23 Feb 2012 09:04:26 +0100 Subject: [scilab-Users] Re: NO GRAPHIC IS DISPLAYED And scilab freezed In-Reply-To: <1329981913127-3768923.post@n3.nabble.com> References: <1329722364236-3760015.post@n3.nabble.com> <4F428C84.6000700@limsi.fr> <1329981913127-3768923.post@n3.nabble.com> Message-ID: <1329984266.10648.120.camel@pomegues.inria.fr> Le mercredi 22 f?vrier 2012 ? 23:25 -0800, abd_bela a ?crit : > *thanks for answer > > I have an intel card, I have no possibility to install a new driver, then > I want to use scilab in class for students, . > Is it possible to use previous parameters used in previous releases? Did you try system_setproperty("jogl.gljpanel.nohw",""); > I prefere to come back to previous release, which is the lastn which hasn't > this type of problem. > It is strange that the developpers decide to use "a plug" non standard not > available on any system. Become it was not documented it was badly supported... Anyway, Scilab 5.4.0 will fix this issue. > furthermore the graphic used to display the help, the console and so > on is good ? why not to keep same thing. I don't understand your point here. Regards, Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From support at idrogeostudi.com Thu Feb 23 09:27:42 2012 From: support at idrogeostudi.com (IGS SUPPORT) Date: Thu, 23 Feb 2012 09:27:42 +0100 Subject: GUI and license Message-ID: <4F45F87E.5070005@idrogeostudi.com> Dear Sirs, I'm italian geophysicist, I work at IGS IdroGeoStudi (Catania). I'm using the free software Scilab, and I appreciate it very much! I'm writing an analysis software, using different GUI (edit, pushbutton, text, uimenu, etc..) and I want to print different figures with plots, GUI, uimenu (the whole figure window!) but I have a problem: using the functions toprint or printfigure, only plots are printed, not GUI components. How can I do to print the complete figure? Further, I need please an explanation about the license. My employer, Mario Foresta, wants to sell my code to different customers, but if one of our customers resells it (or he makes and distribute copies) my work is commercially useless, because IGS does not sell more copies. My employer wants to know if my code can be closed, or if to buy a license of Scilab. There is a license of Scilab to buy? We look forward to hearing soon from you Thank you and best regards -- Chiara Cocorullo Geophysicist IGS IdroGeoStudi Via Chiuse Lunghe 50 95125 Catania, ITALY Tel&Fax +39 095431600 www.idrogeostudi.com support at idrogeostudi.com From clement.ervefel at hotmail.fr Thu Feb 23 14:21:09 2012 From: clement.ervefel at hotmail.fr (clemride) Date: Thu, 23 Feb 2012 05:21:09 -0800 (PST) Subject: stop a simulation In-Reply-To: <4F455E5E.10901@inria.fr> References: <1329938341555-3767545.post@n3.nabble.com> <4F455E5E.10901@inria.fr> Message-ID: <1330003269393-3769660.post@n3.nabble.com> Ok thanks it works now. I 've made (many parts of blocks) and I 'd like to put together the different blocks to make a final block system? What is the command to use? Thanks Clement -- View this message in context: http://mailinglists.scilab.org/stop-a-simulation-tp3767545p3769660.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From mathieu.dubois at limsi.fr Fri Feb 24 01:14:36 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Fri, 24 Feb 2012 01:14:36 +0100 Subject: [scilab-Users] GUI and license In-Reply-To: <4F45F87E.5070005@idrogeostudi.com> References: <4F45F87E.5070005@idrogeostudi.com> Message-ID: <4F46D66C.8010903@limsi.fr> Le 23/02/2012 09:27, IGS SUPPORT a ?crit : > Dear Sirs, > I'm italian geophysicist, I work at IGS IdroGeoStudi (Catania). > I'm using the free software Scilab, and I appreciate it very much! > I'm writing an analysis software, using different GUI (edit, pushbutton, > text, uimenu, etc..) and I want to print different figures with plots, > GUI, uimenu (the whole figure window!) but I have a problem: using the > functions toprint or printfigure, only plots are printed, not GUI > components. How can I do to print the complete figure? > > Further, I need please an explanation about the license. > My employer, Mario Foresta, wants to sell my code to different > customers, but if one of our customers resells it (or he makes and > distribute copies) my work is commercially useless, because IGS does not > sell more copies. > My employer wants to know if my code can be closed, or if to buy a > license of Scilab. There is a license of Scilab to buy? AFAIK Scilab is free but your code can be closed (from a technical point of view I don't know how you can distribute it). > > We look forward to hearing soon from you > Thank you and best regards From abelahcene at gmail.com Fri Feb 24 12:01:24 2012 From: abelahcene at gmail.com (abd_bela) Date: Fri, 24 Feb 2012 03:01:24 -0800 (PST) Subject: NO GRAPHIC IS DISPLAYED And scilab freezed Message-ID: Hi, thanks for answer I got the 5.4 alpha version, my problem is still there!!! the new look is better ( file manager, history, ..) in window. I hope that for the final version the pb will be fixed, i want to write to the developper to ask them, please where to send my request. thanks a lot On Thu, Feb 23, 2012 at 9:05 AM, Sylvestre Ledru-4 [via Scilab / Xcos - Mailing Lists Archives] wrote: > Le mercredi 22 f?vrier 2012 ? 23:25 -0800, abd_bela a ?crit : > > *thanks for answer > > > > I have an intel card, I have no possibility to install a new driver, > then > > I want to use scilab in class for students, . > > Is it possible to use previous parameters used in previous releases? > Did you try > system_setproperty("jogl.gljpanel.nohw",""); > > > I prefere to come back to previous release, which is the lastn which > hasn't > > this type of problem. > > It is strange that the developpers decide to use "a plug" non standard > not > > available on any system. > Become it was not documented it was badly supported... > Anyway, Scilab 5.4.0 will fix this issue. > > > furthermore the graphic used to display the help, the console > and so > > on is good ? why not to keep same thing. > I don't understand your point here. > > Regards, > Sylvestre > > > -- > ----------------------------- > Sylvestre Ledru > Projects manager > Community manager > ----------------------------- > Scilab Enterprises > http://www.scilab-enterprises.com/ > http://www.scilab.org/ > ----------------------------- > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > [hidden email] > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://mailinglists.scilab.org/NO-GRAPHIC-IS-DISPLAYED-And-scilab-freezed-tp3760015p3768990.html > To unsubscribe from NO GRAPHIC IS DISPLAYED And scilab freezed, click > here > . > NAML > -- View this message in context: http://mailinglists.scilab.org/Re-NO-GRAPHIC-IS-DISPLAYED-And-scilab-freezed-tp3772246p3772246.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Fri Feb 24 12:05:58 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Fri, 24 Feb 2012 12:05:58 +0100 Subject: [scilab-Users] Re: NO GRAPHIC IS DISPLAYED And scilab freezed In-Reply-To: References: Message-ID: <1330081558.19002.60.camel@korcula.inria.fr> Le vendredi 24 f?vrier 2012 ? 03:01 -0800, abd_bela a ?crit : > Hi, > thanks for answer > > I got the 5.4 alpha version, my problem is still there!!! Yes, changes are not merged in the main branch. It will be available in the next 5.4.0 test release. > the new look is better ( file manager, history, ..) in window. Isn't it ? Don't hesitate if you have any comments. > I hope that for the final version the pb will be fixed, i want to > write to the developper to ask them, please where to send my request. You already did ;) (I am part of the Scilab team). From ab at igh-essen.com Fri Feb 24 12:07:18 2012 From: ab at igh-essen.com (Andreas Stewering-Bone) Date: Fri, 24 Feb 2012 12:07:18 +0100 Subject: [scilab-Users] future plan of code generation under xcos Message-ID: <4F476F66.4030601@igh-essen.com> Hi, I noticed some devel work on the codegeneration under xcos. Are there any concept papers on the future target of development on codegeneration. I am interested in standalone and cross plattform codegeneration. Greatings Andreas Mit freundlichem Gru? Andreas Stewering-Bone -- ------------------------------------------------------------------------ Dipl.-Ing.(FH) Andreas Stewering-Bone andreas.stewering-bone at igh-essen.com Tel.: +49 201 / 36014-15 Ingenieurgemeinschaft IgH Gesellschaft f?r Ingenieurleistungen mbH Heinz-B?cker-Str. 34 D-45356 Essen Amtsgericht Essen HRB 11500 USt-Id.-Nr.: DE 174 626 722 Gesch?ftsf?hrung: - Dr.-Ing. S. Rotth?user, - Dr.-Ing. T. Finke, - Dr.-Ing. W. Hagemeister Tel.: +49 201 / 360-14-0 http://www.igh-essen.com ------------------------------------------------------------------------ From grivet at cnrs-orleans.fr Fri Feb 24 17:22:50 2012 From: grivet at cnrs-orleans.fr (grivet) Date: Fri, 24 Feb 2012 17:22:50 +0100 Subject: tics In-Reply-To: <4F3A94F3.2010104@inria.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> Message-ID: <4F47B95A.7070100@cnrs-orleans.fr> Hi, Using Scilab 5.3.2 under WinXP/SP3, I have been trying to plot the sine function in various ways and I can't manage to get the tiicks the way I want. My first attempt . subplot(2,2,1); plot2d(t,y,style=3,nax=[0,6,0,11]); a=gca(); a.axes_visible="on"; a.box="on"; a.x_location="origin"; a.data_bounds=[0,-1;5,1]; The x axis is properly labelled but, on the y axis, I get ugly labels like 0.257, 0.411, etc; this is true whatever my choice of Ny.. If I don't use nax, labels are reasonable, but too close together. My seconde attempt ticy = -1:0.2:1; ticyl = string(ticy); ticx = 0:5; ticxl = string(ticx); subplot(2,2,1); plot2d(t,y,style=3); a=gca(); a.axes_visible="on"; a.box="on"; a.x_location="origin"; a.data_bounds=[0,-1;5,1]; a.x_ticks.locations=ticx; a.x_ticks.labels=ticxl; a.y_ticks.locations=ticy; a.y_ticks.labels=ticyl; This stops with the error message !--error 15 Sous-matrice incorrectement d?finie. at line 42 of function generic_i_h called by : at line 2 of function %s_i_h called by : a.x_ticks.locations=ticx; If I ask what ticx is, I get -->ticx tic1x = 0. 1. 2. 3. 4. 5. whereas -->ticy ticy = column 1 to 8 - 1. - 0.8 - 0.6 - 0.4 - 0.2 0. 0.2 0.4 column 9 to 11 0.6 0.8 1. It seems that ticx and ticy are not of the same nature. If I do ticx = 0:0.5:5, the code works perfectly, but my labels are crowded.. I would be grateful for any suggestion on how to label axes conveniently. Thank you for your time and help JP Grivet From vogt at centre-cired.fr Fri Feb 24 18:56:39 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Fri, 24 Feb 2012 18:56:39 +0100 Subject: [scilab-Users] tics In-Reply-To: <4F47B95A.7070100@cnrs-orleans.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> <4F47B95A.7070100@cnrs-orleans.fr> Message-ID: <4F47CF57.3030007@centre-cired.fr> On 24/02/2012 17:22, grivet wrote: > Hi, > Using Scilab 5.3.2 under WinXP/SP3, I have been trying to plot the > sine function in various ways and I can't manage to get the tiicks the > way I want. > My first attempt > . > subplot(2,2,1); > plot2d(t,y,style=3,nax=[0,6,0,11]); > a=gca(); > a.axes_visible="on"; > a.box="on"; > a.x_location="origin"; > a.data_bounds=[0,-1;5,1]; > > The x axis is properly labelled but, on the y axis, I get ugly labels > like 0.257, 0.411, etc; this is true whatever my choice of Ny.. > If I don't use nax, labels are reasonable, but too close together. > > My seconde attempt > > ticy = -1:0.2:1; > ticyl = string(ticy); > ticx = 0:5; > ticxl = string(ticx); > subplot(2,2,1); > plot2d(t,y,style=3); > a=gca(); > a.axes_visible="on"; > a.box="on"; > a.x_location="origin"; > a.data_bounds=[0,-1;5,1]; > a.x_ticks.locations=ticx; > a.x_ticks.labels=ticxl; > a.y_ticks.locations=ticy; > a.y_ticks.labels=ticyl; Hi you should modify labels and locations at the same time. try something like this: myticks = a.x_ticks myticks.labels = ticxl; myticks.locations = ticx; a.x_ticks = myticks (same thing for y) > > This stops with the error message > !--error 15 > Sous-matrice incorrectement d?finie. > at line 42 of function generic_i_h called by : > at line 2 of function %s_i_h called by : > a.x_ticks.locations=ticx; > > If I ask what ticx is, I get > -->ticx > tic1x = > 0. 1. 2. 3. 4. 5. > > whereas > -->ticy > ticy = > column 1 to 8 > - 1. - 0.8 - 0.6 - 0.4 - 0.2 0. 0.2 0.4 > column 9 to 11 > 0.6 0.8 1. > > It seems that ticx and ticy are not of the same nature. If I do ticx = > 0:0.5:5, the code works perfectly, but my labels are crowded.. > > I would be grateful for any suggestion on how to label axes conveniently. > Thank you for your time and help > JP Grivet > > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Sat Feb 25 11:31:04 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sat, 25 Feb 2012 11:31:04 +0100 Subject: [scilab-Users] tics In-Reply-To: <4F47CF57.3030007@centre-cired.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> <4F47B95A.7070100@cnrs-orleans.fr> <4F47CF57.3030007@centre-cired.fr> Message-ID: <4F48B868.8060709@limsi.fr> You may also want to tune the auto_ticks and sub_ticks property of Axes. Le 24/02/2012 18:56, Adrien Vogt-Schilb a ?crit : > On 24/02/2012 17:22, grivet wrote: >> Hi, >> Using Scilab 5.3.2 under WinXP/SP3, I have been trying to plot the >> sine function in various ways and I can't manage to get the tiicks the >> way I want. >> My first attempt >> . >> subplot(2,2,1); >> plot2d(t,y,style=3,nax=[0,6,0,11]); >> a=gca(); >> a.axes_visible="on"; >> a.box="on"; >> a.x_location="origin"; >> a.data_bounds=[0,-1;5,1]; >> >> The x axis is properly labelled but, on the y axis, I get ugly labels >> like 0.257, 0.411, etc; this is true whatever my choice of Ny.. >> If I don't use nax, labels are reasonable, but too close together. >> >> My seconde attempt >> >> ticy = -1:0.2:1; >> ticyl = string(ticy); >> ticx = 0:5; >> ticxl = string(ticx); >> subplot(2,2,1); >> plot2d(t,y,style=3); >> a=gca(); >> a.axes_visible="on"; >> a.box="on"; >> a.x_location="origin"; >> a.data_bounds=[0,-1;5,1]; >> a.x_ticks.locations=ticx; >> a.x_ticks.labels=ticxl; >> a.y_ticks.locations=ticy; >> a.y_ticks.labels=ticyl; > > Hi > > you should modify labels and locations at the same time. > try something like this: > > myticks = a.x_ticks > myticks.labels = ticxl; > myticks.locations = ticx; > > a.x_ticks = myticks > > (same thing for y) > >> >> This stops with the error message >> !--error 15 >> Sous-matrice incorrectement d?finie. >> at line 42 of function generic_i_h called by : >> at line 2 of function %s_i_h called by : >> a.x_ticks.locations=ticx; >> >> If I ask what ticx is, I get >> -->ticx >> tic1x = >> 0. 1. 2. 3. 4. 5. >> >> whereas >> -->ticy >> ticy = >> column 1 to 8 >> - 1. - 0.8 - 0.6 - 0.4 - 0.2 0. 0.2 0.4 >> column 9 to 11 >> 0.6 0.8 1. >> >> It seems that ticx and ticy are not of the same nature. If I do ticx = >> 0:0.5:5, the code works perfectly, but my labels are crowded.. >> >> I would be grateful for any suggestion on how to label axes conveniently. >> Thank you for your time and help >> JP Grivet >> >> >> >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ > From sgougeon at free.fr Sun Feb 26 23:19:22 2012 From: sgougeon at free.fr (sgougeon at free.fr) Date: Sun, 26 Feb 2012 23:19:22 +0100 (CET) Subject: [scilab-Users] tics In-Reply-To: <4F47B95A.7070100@cnrs-orleans.fr> Message-ID: Hello, To change ticks and labels when their number changes, please have a look in the archives here http://mailinglists.scilab.org/Customizing-an-Axis-tt2618933.html#a2618934 or there http://mailinglists.scilab.org/Matplot-with-colorbar-and-negative-values-tt3407767.html#a3420219 Regards Samuel ----- Mail original ----- De: "grivet" ?: users at lists.scilab.org Envoy?: Vendredi 24 F?vrier 2012 17:22:50 Objet: [scilab-Users] tics Hi, Using Scilab 5.3.2 under WinXP/SP3, I have been trying to plot the sine function in various ways and I can't manage to get the tiicks the way I want. My first attempt . subplot(2,2,1); plot2d(t,y,style=3,nax=[0,6,0,11]); a=gca(); a.axes_visible="on"; a.box="on"; a.x_location="origin"; a.data_bounds=[0,-1;5,1]; The x axis is properly labelled but, on the y axis, I get ugly labels like 0.257, 0.411, etc; this is true whatever my choice of Ny.. If I don't use nax, labels are reasonable, but too close together. My seconde attempt ticy = -1:0.2:1; ticyl = string(ticy); ticx = 0:5; ticxl = string(ticx); subplot(2,2,1); plot2d(t,y,style=3); a=gca(); a.axes_visible="on"; a.box="on"; a.x_location="origin"; a.data_bounds=[0,-1;5,1]; a.x_ticks.locations=ticx; a.x_ticks.labels=ticxl; a.y_ticks.locations=ticy; a.y_ticks.labels=ticyl; This stops with the error message !--error 15 Sous-matrice incorrectement d?finie. at line 42 of function generic_i_h called by : at line 2 of function %s_i_h called by : a.x_ticks.locations=ticx; If I ask what ticx is, I get -->ticx tic1x = 0. 1. 2. 3. 4. 5. whereas -->ticy ticy = column 1 to 8 - 1. - 0.8 - 0.6 - 0.4 - 0.2 0. 0.2 0.4 column 9 to 11 0.6 0.8 1. It seems that ticx and ticy are not of the same nature. If I do ticx = 0:0.5:5, the code works perfectly, but my labels are crowded.. I would be grateful for any suggestion on how to label axes conveniently. Thank you for your time and help JP Grivet -- To unsubscribe from this mailing-list, please send an empty mail to users-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ From brentalanmiller at gmail.com Mon Feb 27 00:13:02 2012 From: brentalanmiller at gmail.com (Brent Miller) Date: Sun, 26 Feb 2012 15:13:02 -0800 Subject: xcos scope causes hang in linux Message-ID: Hello, I'm new to xcos and scilab and I seem to be having an issue when using the xcos scope under?Linux. Anytime I create a simulation that outputs to a scope, the simulation seems to start ok, but after the plot output window opens, all of scilab/xcos hangs and the result is never actually plotted. When this occurs I can't press the stop button, attempting to close any of the scilab/xcos windows does nothing, top will show scilab-bin using 100% cpu, and the only way I can exit is by opening a terminal and doing a "killall -9 scilab-bin" If I change the output of my simulation to a file instead of the scope, everything seems to run ok and the text file shows the expected data. If I open the same simulation in the Windows version, it runs fine. I'm using Ubuntu 10.10 and can reproduce this in both the 64bit and 32bit versions. I'm using scilab?5.3.3 and have the same issue in both the Ubuntu maintained version and the binary version from the scilab website. Anybody have any suggestions on how to resolve or debug the issue? Thanks, Brent From cwarner.cw711 at gmail.com Mon Feb 27 00:36:20 2012 From: cwarner.cw711 at gmail.com (Charles Warner) Date: Sun, 26 Feb 2012 18:36:20 -0500 Subject: [scilab-Users] xcos scope causes hang in linux In-Reply-To: References: Message-ID: Brent- What sort of memory do you have? I have run in to problems with Ubuntu (not in xcos specifically, but in other applications) where the system freezes when swapping due to excessive memory consumption. I have not figured out why this is, but your symptoms sound exactly like the symptoms I have encountered. You might try monitoring memory usage with gnome-system-manager. Charlie On Sun, Feb 26, 2012 at 6:13 PM, Brent Miller wrote: > Hello, > > I'm new to xcos and scilab and I seem to be having an issue when using > the xcos scope under Linux. > > Anytime I create a simulation that outputs to a scope, the simulation > seems to start ok, but after the plot output window opens, all of > scilab/xcos hangs and the result is never actually plotted. > > When this occurs I can't press the stop button, attempting to close > any of the scilab/xcos windows does nothing, top will show scilab-bin > using 100% cpu, and the only way I can exit is by opening a terminal > and doing a "killall -9 scilab-bin" > > If I change the output of my simulation to a file instead of the > scope, everything seems to run ok and the text file shows the expected > data. If I open the same simulation in the Windows version, it runs > fine. > > I'm using Ubuntu 10.10 and can reproduce this in both the 64bit and > 32bit versions. > I'm using scilab 5.3.3 and have the same issue in both the Ubuntu > maintained version and the binary version from the scilab website. > > Anybody have any suggestions on how to resolve or debug the issue? > > Thanks, > Brent > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From grivet at cnrs-orleans.fr Mon Feb 27 15:34:10 2012 From: grivet at cnrs-orleans.fr (grivet) Date: Mon, 27 Feb 2012 15:34:10 +0100 Subject: tics In-Reply-To: <4F3A94F3.2010104@inria.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> Message-ID: <4F4B9462.4090607@cnrs-orleans.fr> Thank you Adrien, your hint is just what was needed: ticx = 0:1:5; ticxl = string(ticx); ..... temp = a.x_ticks; temp.locations=ticx; temp.labels=ticxl; a.x_ticks = temp; works like a charm; however, the tlist doesn't work for me: a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); leads to a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); !--error 144 Op?ration non d?finie pour les op?randes donn?es . Are there constraints on the vectors ticx and ticxl? From vogt at centre-cired.fr Mon Feb 27 15:36:45 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Mon, 27 Feb 2012 15:36:45 +0100 Subject: [scilab-Users] Re: tics In-Reply-To: <4F4B9462.4090607@cnrs-orleans.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> <4F4B9462.4090607@cnrs-orleans.fr> Message-ID: <4F4B94FD.4050002@centre-cired.fr> On 27/02/2012 15:34, grivet wrote: > Thank you Adrien, your hint is just what was needed: > > ticx = 0:1:5; ticxl = string(ticx); > ..... > temp = a.x_ticks; > temp.locations=ticx; > temp.labels=ticxl; > a.x_ticks = temp; > > works like a charm; however, the tlist doesn't work for me: > > a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); > hi it appears you forgot spaces or commas, try one of these: tlist(["ticks" "locations" "labels"],ticx,ticxl); tlist(["ticks" , "locations" , "labels"],ticx,ticxl); > leads to > > a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); > !--error 144 > Op?ration non d?finie pour les op?randes donn?es > . > Are there constraints on the vectors ticx and ticxl? > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Mon Feb 27 15:39:36 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Mon, 27 Feb 2012 15:39:36 +0100 Subject: [scilab-Users] Re: tics In-Reply-To: <4F4B9462.4090607@cnrs-orleans.fr> References: <1328780211108-3728918.post@n3.nabble.com> <20120209112335.16841ap3oxyv10a0@webmail.utc.fr> <4F38E9E4.20001@utc.fr> <1329130019.594.10.camel@korcula.inria.fr> <4F3900F4.5040705@utc.fr> <2680_1329236790_4F3A8B36_2680_6754_1_908CBC9017354841B2F32BBEC70A05A101C3785069FC@THSONEA01CMS01P.one.grp> <4F3A94F3.2010104@inria.fr> <4F4B9462.4090607@cnrs-orleans.fr> Message-ID: <4F4B95A8.7010007@limsi.fr> On 02/27/2012 03:34 PM, grivet wrote: > Thank you Adrien, your hint is just what was needed: > > ticx = 0:1:5; ticxl = string(ticx); > ..... > temp = a.x_ticks; > temp.locations=ticx; > temp.labels=ticxl; > a.x_ticks = temp; > > works like a charm; however, the tlist doesn't work for me: > > a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); > > leads to > > a.x_ticks=tlist(["ticks""locations""labels"],ticx,ticxl); > !--error 144 > Op?ration non d?finie pour les op?randes donn?es > . Did you forgot the commas? a.x_ticks=tlist(["ticks", "locations", "labels"], ticx, ticxl); > Are there constraints on the vectors ticx and ticxl? They must have the same size (moreover ticx must be a numeric vector and ticxl a string vector). > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From brentalanmiller at gmail.com Mon Feb 27 16:07:24 2012 From: brentalanmiller at gmail.com (Brent Miller) Date: Mon, 27 Feb 2012 07:07:24 -0800 Subject: [scilab-Users] xcos scope causes hang in linux In-Reply-To: References: Message-ID: Hi Charles, thanks for the response. On one of the machines I'm using, I have 16G of ram, and I show 14G free with the scilab-bin process using 196 Mb. Are there other people who can successfully run xcos on Ubuntu 10.10? What distros that people have had success with? Thanks, Brent On Sun, Feb 26, 2012 at 3:36 PM, Charles Warner wrote: > Brent- > What sort of memory do you have? ?I have run in to problems with Ubuntu (not > in xcos specifically, but in other applications) where the system freezes > when swapping due to excessive memory consumption. ?I have not figured out > why this is, but your symptoms sound exactly like the symptoms I have > encountered. ?You might try monitoring memory usage with > gnome-system-manager. > > Charlie > > On Sun, Feb 26, 2012 at 6:13 PM, Brent Miller > wrote: >> >> Hello, >> >> I'm new to xcos and scilab and I seem to be having an issue when using >> the xcos scope under?Linux. >> >> Anytime I create a simulation that outputs to a scope, the simulation >> seems to start ok, but after the plot output window opens, all of >> scilab/xcos hangs and the result is never actually plotted. >> >> When this occurs I can't press the stop button, attempting to close >> any of the scilab/xcos windows does nothing, top will show scilab-bin >> using 100% cpu, and the only way I can exit is by opening a terminal >> and doing a "killall -9 scilab-bin" >> >> If I change the output of my simulation to a file instead of the >> scope, everything seems to run ok and the text file shows the expected >> data. If I open the same simulation in the Windows version, it runs >> fine. >> >> I'm using Ubuntu 10.10 and can reproduce this in both the 64bit and >> 32bit versions. >> I'm using scilab?5.3.3 and have the same issue in both the Ubuntu >> maintained version and the binary version from the scilab website. >> >> Anybody have any suggestions on how to resolve or debug the issue? >> >> Thanks, >> Brent >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> >> > From sgougeon at free.fr Mon Feb 27 16:49:06 2012 From: sgougeon at free.fr (sgougeon at free.fr) Date: Mon, 27 Feb 2012 16:49:06 +0100 (CET) Subject: [scilab-Users] Re: tics In-Reply-To: <4F4B9462.4090607@cnrs-orleans.fr> Message-ID: <587fd8dd-0ce1-4f73-a6f9-c40f52939253@zimbra75-e12.priv.proxad.net> ----- Mail original ----- De: "grivet" ?: users at lists.scilab.org Envoy?: Lundi 27 F?vrier 2012 15:34:10 Objet: [scilab-Users] Re: tics Thank you Adrien, your hint is just what was needed: ticx = 0:1:5; ticxl = string(ticx); ..... temp = a.x_ticks; temp.locations=ticx; temp.labels=ticxl; a.x_ticks = temp; > works like a charm; Only when the number of tics does not change. Else, the transient mismatch between the number of tics and the number of labels yields an error. AFAIK, it can be overcome only by defining a tlist() (with separators ;-)) Samuel From vogt at centre-cired.fr Mon Feb 27 17:03:43 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Mon, 27 Feb 2012 17:03:43 +0100 Subject: [scilab-Users] Re: tics In-Reply-To: <587fd8dd-0ce1-4f73-a6f9-c40f52939253@zimbra75-e12.priv.proxad.net> References: <587fd8dd-0ce1-4f73-a6f9-c40f52939253@zimbra75-e12.priv.proxad.net> Message-ID: <4F4BA95F.3090005@centre-cired.fr> On 27/02/2012 16:49, sgougeon at free.fr wrote: > > ----- Mail original ----- > De: "grivet" > ?: users at lists.scilab.org > Envoy?: Lundi 27 F?vrier 2012 15:34:10 > Objet: [scilab-Users] Re: tics > > Thank you Adrien, your hint is just what was needed: > > ticx = 0:1:5; ticxl = string(ticx); > ..... > temp = a.x_ticks; > temp.locations=ticx; > temp.labels=ticxl; > a.x_ticks = temp; > >> works like a charm; > Only when the number of tics does not change. Else, the transient > mismatch between the number of tics and the number of labels yields > an error. AFAIK, it can be overcome only by defining a tlist() > (with separators ;-)) > > Samuel > Hi Samuel, this works even when the number of tics change. Mind the code, temp is a tlist, which does have inconsistent fields for one line of code, but it does not matter as far as it is not injected in a. br -------------- next part -------------- An HTML attachment was scrubbed... URL: From ierturk at ieee.org Mon Feb 27 17:11:12 2012 From: ierturk at ieee.org (ierturk) Date: Mon, 27 Feb 2012 08:11:12 -0800 (PST) Subject: =?UTF-8?Q?Scilab/Xcos_Toolbox_for_Power_Electro?= =?UTF-8?Q?nics_and_Electrical_Machines_=E2=80=93_Updated?= Message-ID: <1330359072888-3781169.post@n3.nabble.com> It is an updated version of toolbox for Scilab-5.3.3. It can be downloaded from link below. I will be glad to receive your valued feedback. - Usage -- Run builder.sce in root folder -- Run loader.sce created by builder macro - Available Blocks -- xcpl_BLDC - Brushless DC Machine in abc frame -- xcpl_BLSC - Brushless DC Machine Sensored Controller -- xcpl_PMSM - Permanent Magnet Synchronous Machine in dq frame -- xcpl_PMSC - Permanent Magnet Synchronous Machine FOC Controller -- xcpl_IMPU - Induction Machine Per-Unit Model in dq frame -- xcpl_SVPWM - Space Vector PWM generator -- xcpl_PSDINV - Pseudo Inverter (It is not support three-state switching case) - Available Demos -- Field Oriented Controlling Permanent Magnet Synchronous Machine - Testing Conditions -- Scilab-5.3.3 -- Debian Squeeze -- http://www.stargate-tr.com/?dl_id=67 ierturk -- View this message in context: http://mailinglists.scilab.org/Scilab-Xcos-Toolbox-for-Power-Electronics-and-Electrical-Machines-Updated-tp3781169p3781169.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From ychattah at iai.co.il Mon Feb 27 18:00:10 2012 From: ychattah at iai.co.il (computidoo) Date: Mon, 27 Feb 2012 09:00:10 -0800 (PST) Subject: instrument measurments Message-ID: <1330362010814-3781355.post@n3.nabble.com> hello, I want to connect the scilab to control instrument measurments that have LAN connection and can work in SCPI commands format (anritsu). can someone help me where to start? BR computidoo -- View this message in context: http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781355.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From cwarner.cw711 at gmail.com Mon Feb 27 18:09:39 2012 From: cwarner.cw711 at gmail.com (Charles Warner) Date: Mon, 27 Feb 2012 12:09:39 -0500 Subject: [scilab-Users] instrument measurments In-Reply-To: <1330362010814-3781355.post@n3.nabble.com> References: <1330362010814-3781355.post@n3.nabble.com> Message-ID: What operating system are you using? Charlie On Mon, Feb 27, 2012 at 12:00 PM, computidoo wrote: > hello, > I want to connect the scilab to control instrument measurments that have > LAN > connection and can work in SCPI commands format (anritsu). > can someone help me where to start? > BR > computidoo > > -- > View this message in context: > http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781355.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive > at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ychattah at iai.co.il Mon Feb 27 18:17:06 2012 From: ychattah at iai.co.il (computidoo) Date: Mon, 27 Feb 2012 09:17:06 -0800 (PST) Subject: instrument measurments In-Reply-To: References: <1330362010814-3781355.post@n3.nabble.com> Message-ID: <300AE3014430B94EB16D93D3742BEEB3043324AE@exs10.iai.co.il> I'm flexible windows or Linux(red hat) ________________________________ From: Charles Warner [via Scilab / Xcos - Mailing Lists Archives] [mailto:ml-node+s994242n3781401h56 at n3.nabble.com] Sent: Monday, February 27, 2012 7:15 PM To: Yehonatan Chattah Subject: Re: instrument measurments What operating system are you using? Charlie On Mon, Feb 27, 2012 at 12:00 PM, computidoo <[hidden email]> wrote: hello, I want to connect the scilab to control instrument measurments that have LAN connection and can work in SCPI commands format (anritsu). can someone help me where to start? BR computidoo -- View this message in context: http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781355.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to [hidden email] To check the archives of this mailing list, see http://mailinglists.scilab.org/ ________________________________ If you reply to this email, your message will be added to the discussion below: http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781401.html To unsubscribe from instrument measurments, click here. NAML The information contained in this communication is proprietary to Israel Aerospace Industries Ltd. and/or third parties, may contain confidential or privileged information, and is intended only for the use of the intended addressee thereof. If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer. Thank you. -- View this message in context: http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781406.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ychattah at iai.co.il Mon Feb 27 19:46:12 2012 From: ychattah at iai.co.il (computidoo) Date: Mon, 27 Feb 2012 10:46:12 -0800 (PST) Subject: instrument measurments In-Reply-To: <300AE3014430B94EB16D93D3742BEEB3043324AE@exs10.iai.co.il> References: <1330362010814-3781355.post@n3.nabble.com> <300AE3014430B94EB16D93D3742BEEB3043324AE@exs10.iai.co.il> Message-ID: <1330368372963-3781655.post@n3.nabble.com> i'm flexible linux\windows -- View this message in context: http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781655.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sgougeon at free.fr Mon Feb 27 20:12:24 2012 From: sgougeon at free.fr (sgougeon at free.fr) Date: Mon, 27 Feb 2012 20:12:24 +0100 (CET) Subject: [scilab-Users] Re: tics In-Reply-To: <4F4BA95F.3090005@centre-cired.fr> Message-ID: <1a45283f-4e77-4da3-9892-097f432011a6@zimbra75-e12.priv.proxad.net> ----- Mail original ----- De: "Adrien Vogt-Schilb" ?: users at lists.scilab.org Envoy?: Lundi 27 F?vrier 2012 17:03:43 Objet: Re: [scilab-Users] Re: tics >Hi Samuel, >this works even when the number of tics change. Mind the code, temp is a tlist, which does have inconsistent fields for one line of >code, but it does not matter as far as it is not injected in a. > >br Right, i did not pay enough attention to your code: You build the tlist before assigning it as a whole, so yes it works. Sorry for the noise Samuel From cwarner.cw711 at gmail.com Mon Feb 27 18:50:38 2012 From: cwarner.cw711 at gmail.com (Charles Warner) Date: Mon, 27 Feb 2012 12:50:38 -0500 Subject: [scilab-Users] RE: instrument measurments In-Reply-To: <300AE3014430B94EB16D93D3742BEEB3043324AE@exs10.iai.co.il> References: <1330362010814-3781355.post@n3.nabble.com> <300AE3014430B94EB16D93D3742BEEB3043324AE@exs10.iai.co.il> Message-ID: Linux is easier for me. This happens to be very similar to a project I am working on, except I am using a usb port with a Metrix meter. I suspect usb (or, even better, RS232) would be easier than ethernet. The reason Linux is easier than Windows is that Linux sees everything as a file. To read from and write to a port is the same thing as reading from and writing to a file. The first thing to do is identify the address of the Anritsu meter. For my usb port, it is /dev/ttyUSB0. I am not all that familiar with ethernet ports, but I suspect you will have something in your /dev folder that looks like "eth0". I suspect the Anritsu meter may have a built-in address, but you will have to consult the Anritsu documentation to determine this. This could get complicated if you have the Anritsu plugged in to an ethernet with multiple devices on it- you still need to get the address. For usb this is pretty easy- lsusb from the command line, or simply open the /dev folder and unplug the device (the port goes away) and plug it back in (the port reappears). SCPI typically exchanges ASCII strings- send a command to the device and receive a string in response. You will need to know the commands required by the Anritsu meter. You will need to know something about the format of the response string- number of characters, any terminal characters (like a line feed) that can identify the end of the response string. Once you have this information, start with the command line. Something like "echo R > /dev/ethO" might work out of the box, but you have to insure that you have read/write permission with the dev in question. Once you start getting information from the command line, you know you have good communications with the instrument, and you can write a script in Scilab that will record the readings. However, you will have to parse the readings and convert to numerical format before you can use the readings for something like plotting... This is just a rough outline on how to get data from an instrument. Unfortunately "Standards" are anything but standard. On Mon, Feb 27, 2012 at 12:17 PM, computidoo wrote: > I'm flexible windows or Linux(red hat)**** > > ** ** > ------------------------------ > > *From:* Charles Warner [via Scilab / Xcos - Mailing Lists Archives] > [mailto:ml-node+[hidden email]] > > *Sent:* Monday, February 27, 2012 7:15 PM > *To:* Yehonatan Chattah > *Subject:* Re: instrument measurments**** > > ** ** > > What operating system are you using?**** > > ** ** > > Charlie**** > > On Mon, Feb 27, 2012 at 12:00 PM, computidoo <[hidden email]> > wrote:**** > > hello, > I want to connect the scilab to control instrument measurments that have > LAN > connection and can work in SCPI commands format (anritsu). > can someone help me where to start? > BR > computidoo > > -- > View this message in context: > http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781355.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive > at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > [hidden email] > > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > > **** > > ** ** > > ** ** > ------------------------------ > > *If you reply to this email, your message will be added to the discussion > below:* > > > http://mailinglists.scilab.org/instrument-measurments-tp3781355p3781401.html > **** > > To unsubscribe from instrument measurments, click here. > NAML > **** > > *********************************************************************************************** > * Please consider the environment before printing this email * > The information contained in this communication is proprietary to Israel > Aerospace Industries Ltd. and/or third parties, may contain confidential or > privileged information, and is intended only for the use of the intended > addressee thereof. > If you are not the intended addressee, please be aware that any use, > disclosure, distribution and/or copying of this communication is strictly > prohibited. If you receive this communication in error, please notify the > sender immediately and delete it from your computer. > Thank you. > > ------------------------------ > View this message in context: RE: instrument measurments > > Sent from the Scilab users - Mailing Lists Archives mailing list archiveat Nabble.com. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jtd1959 at gmail.com Tue Feb 28 18:27:55 2012 From: jtd1959 at gmail.com (J T Dsouza) Date: Tue, 28 Feb 2012 22:57:55 +0530 Subject: Could not load JVM dynamic library (libjava). Message-ID: Hi all, I am trying to install scilab on a arm tablet I did a standard debian squeeze install of scilabs apt-get install scilab It succesfully installed a bunch of stuff including java-6-openjdk running scilab-bin throws up the following error Could not load JVM dynamic library (libjava). Error: libjvm.so: cannot open shared object file: No such file or directory If you are using a binary version of Scilab, please report a bug http://bugzilla.scilab.org/. If you are using a self-built version of Scilab, update the script bin/scilab to provide the path to the JVM. The problem might be related to SELinux. Try to deactivate it. I dont have selinux. and libjava.so is /usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so MODEL=arm scilab-bin results in the same error. Any ideas? From sylvestre.ledru at scilab-enterprises.com Tue Feb 28 18:31:03 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Tue, 28 Feb 2012 18:31:03 +0100 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: References: Message-ID: <1330450263.19002.183.camel@korcula.inria.fr> Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : > Hi all, > > I am trying to install scilab on a arm tablet > > I did a standard debian squeeze install of scilabs > apt-get install scilab > > It succesfully installed a bunch of stuff including java-6-openjdk > > running scilab-bin throws up the following error > > Could not load JVM dynamic library (libjava). > Error: libjvm.so: cannot open shared object file: No such file or directory > If you are using a binary version of Scilab, please report a bug > http://bugzilla.scilab.org/. > If you are using a self-built version of Scilab, update the script > bin/scilab to provide the path to the JVM. > The problem might be related to SELinux. Try to deactivate it. > > I dont have selinux. > and libjava.so is /usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so > > MODEL=arm scilab-bin You should never use scilab-bin. You should be using scilab (or scilab-cli or scilab-adv-cli). The script will take care of all the path management for you. If it is still failing, try with SCIVERBOSE=1 scilab-cli to get more information about the detection. Sylvestre From jtd1959 at gmail.com Tue Feb 28 20:21:41 2012 From: jtd1959 at gmail.com (J T Dsouza) Date: Wed, 29 Feb 2012 00:51:41 +0530 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: <1330450263.19002.183.camel@korcula.inria.fr> References: <1330450263.19002.183.camel@korcula.inria.fr> Message-ID: On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru wrote: > Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : >> Hi all, >> >> I am trying to install scilab on a arm tablet >> >> I did a standard debian squeeze install of scilabs >> apt-get install scilab >> >> It succesfully installed a bunch of stuff including java-6-openjdk >> >> running scilab-bin throws up the following error >> >> Could not load JVM dynamic library (libjava). >> Error: libjvm.so: cannot open shared object file: No such file or directory >> If you are using a binary version of Scilab, please report a bug >> http://bugzilla.scilab.org/. >> If you are using a self-built version of Scilab, update the script >> bin/scilab to provide the path to the JVM. >> The problem might be related to SELinux. Try to deactivate it. >> >> I dont have selinux. >> and libjava.so is ?/usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so >> >> MODEL=arm scilab-bin > You should never use scilab-bin. > You should be using scilab (or scilab-cli or scilab-adv-cli). there is no scilab or scilab-cli or scilab-adv-cli but there is scilab-cli-bin which drops me to a scilab shell demo_gui !--error 999 Scilab Graphics module not installed. i have tcl tcl8.4 tk tk8.4 installed. What else do I have to install? Thanks for the help in advance. > > The script will take care of all the path management for you. > > If it is still failing, try with > SCIVERBOSE=1 scilab-cli > to get more information about the detection. > > Sylvestre > > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From mathieu.dubois at limsi.fr Wed Feb 29 09:00:52 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Wed, 29 Feb 2012 09:00:52 +0100 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: References: <1330450263.19002.183.camel@korcula.inria.fr> Message-ID: <4F4DDB34.3080207@limsi.fr> Le 28/02/2012 20:21, J T Dsouza a ?crit : > On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru > wrote: >> Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : >>> Hi all, >>> >>> I am trying to install scilab on a arm tablet >>> >>> I did a standard debian squeeze install of scilabs >>> apt-get install scilab >>> >>> It succesfully installed a bunch of stuff including java-6-openjdk >>> >>> running scilab-bin throws up the following error >>> >>> Could not load JVM dynamic library (libjava). >>> Error: libjvm.so: cannot open shared object file: No such file or directory >>> If you are using a binary version of Scilab, please report a bug >>> http://bugzilla.scilab.org/. >>> If you are using a self-built version of Scilab, update the script >>> bin/scilab to provide the path to the JVM. >>> The problem might be related to SELinux. Try to deactivate it. >>> >>> I dont have selinux. >>> and libjava.so is /usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so >>> >>> MODEL=arm scilab-bin >> You should never use scilab-bin. >> You should be using scilab (or scilab-cli or scilab-adv-cli). > > there is no scilab or scilab-cli or scilab-adv-cli This is really strange. I guess you are familiar with linux so you probably already check but... Can you show us the output of: ls /usr/bin/scilab* If there is no scilab script I guess the problem comes from the Debian packages for arm (I use the packages under Ubuntu on x86_64 and it works like a charm). > but there is scilab-cli-bin > > which drops me to a scilab shell > > demo_gui > !--error 999 > Scilab Graphics module not installed. > > i have tcl tcl8.4 tk tk8.4 installed. > > What else do I have to install? > First you are supposed to use scilab-cli instead. scilab-cli is a special command to start scilab without graphics (maybe useful when you just want to crunch numbers). I don't think you need to install anything. > Thanks for the help in advance. > >> >> The script will take care of all the path management for you. >> >> If it is still failing, try with >> SCIVERBOSE=1 scilab-cli >> to get more information about the detection. >> >> Sylvestre >> >> >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From sylvestre.ledru at scilab-enterprises.com Mon Feb 27 19:36:57 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 27 Feb 2012 19:36:57 +0100 Subject: [scilab-Users] GUI and license In-Reply-To: <4F45F87E.5070005@idrogeostudi.com> References: <4F45F87E.5070005@idrogeostudi.com> Message-ID: <1330367817.24310.37.camel@pomegues.inria.fr> Le jeudi 23 f?vrier 2012 ? 09:27 +0100, IGS SUPPORT a ?crit : > Dear Sirs, [...] > Further, I need please an explanation about the license. > My employer, Mario Foresta, wants to sell my code to different > customers, but if one of our customers resells it (or he makes and > distribute copies) my work is commercially useless, because IGS does not > sell more copies. > My employer wants to know if my code can be closed, or if to buy a > license of Scilab. This applies if you sell your software package with Scilab. The CeCILL will force you to redistribute the source of your work under the same license. If you are selling your software separately, this does not apply. Regards, Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From sylvestre.ledru at scilab-enterprises.com Mon Feb 27 19:44:48 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 27 Feb 2012 19:44:48 +0100 Subject: [scilab-Users] BLAS / LAPACK calls in Scilab In-Reply-To: <345ba6e7c849df5522a648f6d1eda716@inp-toulouse.fr> References: <345ba6e7c849df5522a648f6d1eda716@inp-toulouse.fr> Message-ID: <1330368288.24310.45.camel@pomegues.inria.fr> Le mardi 21 f?vrier 2012 ? 14:26 -1000, HURAULT Aurelie a ?crit : > Hi, > > Is there a way to know when calls to BLAS or LAPACK functions are done, > and what are those calls? It is a good question. You have several potential solutions: * grep the code for the BLAS/LAPACK instruction (but please note that some underlying libraries like arpack-ng are also based on BLAS) * Use a tool like dtrace [1] to log the call to blas/lapack (but it will requires Scilab to run operations... unit tests could do it) Regards, Sylvestre [1] http://en.wikipedia.org/wiki/DTrace -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From sylvestre.ledru at scilab-enterprises.com Mon Feb 27 19:32:52 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 27 Feb 2012 19:32:52 +0100 Subject: [scilab-Users] Re: scilab doesn't display properly in awesome In-Reply-To: <1329935939163-3767411.post@n3.nabble.com> References: <1317115276.3134.30.camel@losinj.inria.fr> <1329935939163-3767411.post@n3.nabble.com> Message-ID: <1330367572.24310.34.camel@pomegues.inria.fr> Le mercredi 22 f?vrier 2012 ? 10:38 -0800, gug a ?crit : > I had the same problem and it seems the dedicated shell window doesn't work > with a lot of tiling windows manager... (awesome, xmonad...) I am using awesome on a daily base and I don't see any problem with Scilab. Could you record a video showing your problem and submit a bug report ? thanks -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From sylvestre.ledru at scilab-enterprises.com Tue Feb 28 21:07:08 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Tue, 28 Feb 2012 21:07:08 +0100 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: References: <1330450263.19002.183.camel@korcula.inria.fr> Message-ID: <1330459628.24310.69.camel@pomegues.inria.fr> Le mercredi 29 f?vrier 2012 ? 00:51 +0530, J T Dsouza a ?crit : > On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru > wrote: > > Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : > >> Hi all, > >> > >> I am trying to install scilab on a arm tablet By the way, which tablet ? :) [...] > >> Could not load JVM dynamic library (libjava). > >> Error: libjvm.so: cannot open shared object file: No such file or directory > >> If you are using a binary version of Scilab, please report a bug > >> http://bugzilla.scilab.org/. > >> If you are using a self-built version of Scilab, update the script > >> bin/scilab to provide the path to the JVM. > >> The problem might be related to SELinux. Try to deactivate it. > >> > >> I dont have selinux. > >> and libjava.so is /usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so > >> > >> MODEL=arm scilab-bin > > You should never use scilab-bin. > > You should be using scilab (or scilab-cli or scilab-adv-cli). > > there is no scilab or scilab-cli or scilab-adv-cli > but there is scilab-cli-bin > > which drops me to a scilab shell Same as scilab-bin, it should never be used directly. > demo_gui > !--error 999 > Scilab Graphics module not installed. > > i have tcl tcl8.4 tk tk8.4 installed. > > What else do I have to install? apt-get install scilab will install everything you need. If you are sure you did, what is the result of $ dpkg -L scilab|grep bin Thanks, Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From sylvestre.ledru at scilab-enterprises.com Mon Feb 27 19:39:28 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 27 Feb 2012 19:39:28 +0100 Subject: [scilab-Users] future plan of code generation under xcos In-Reply-To: <4F476F66.4030601@igh-essen.com> References: <4F476F66.4030601@igh-essen.com> Message-ID: <1330367968.24310.40.camel@pomegues.inria.fr> Le vendredi 24 f?vrier 2012 ? 12:07 +0100, Andreas Stewering-Bone a ?crit : > Hi, > > I noticed some devel work on the codegeneration under xcos. You noticed well! ;) > Are there any concept papers on the future target of development on > codegeneration. For now, we don't have any papers on this subject but we will give more information in the future about that. Regards, Sylvestre -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From jtd1959 at gmail.com Wed Feb 29 09:17:39 2012 From: jtd1959 at gmail.com (J T Dsouza) Date: Wed, 29 Feb 2012 13:47:39 +0530 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: <4F4DDB34.3080207@limsi.fr> References: <1330450263.19002.183.camel@korcula.inria.fr> <4F4DDB34.3080207@limsi.fr> Message-ID: On Wed, Feb 29, 2012 at 1:30 PM, Mathieu Dubois wrote: > > > Le 28/02/2012 20:21, J T Dsouza a ?crit : > >> On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru >> ?wrote: >>> >>> Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : >>>> >>>> Hi all, >>>> >>>> I am trying to install scilab on a arm tablet >>>> >>>> I did a standard debian squeeze install of scilabs >>>> apt-get install scilab >>>> >>>> It succesfully installed a bunch of stuff including java-6-openjdk >>>> >>>> running scilab-bin throws up the following error >>>> >>>> Could not load JVM dynamic library (libjava). >>>> Error: libjvm.so: cannot open shared object file: No such file or >>>> directory >>>> If you are using a binary version of Scilab, please report a bug >>>> http://bugzilla.scilab.org/. >>>> If you are using a self-built version of Scilab, update the script >>>> bin/scilab to provide the path to the JVM. >>>> The problem might be related to SELinux. Try to deactivate it. >>>> >>>> I dont have selinux. >>>> and libjava.so is ?/usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so >>>> >>>> MODEL=arm scilab-bin >>> >>> You should never use scilab-bin. >>> You should be using scilab (or scilab-cli or scilab-adv-cli). >> >> >> there is no scilab or scilab-cli or scilab-adv-cli > > This is really strange. > > I guess you are familiar with linux so you probably already check but... > Can you show us the output of: ls /usr/bin/scilab* ls /usr/bin/sci* /usr/bin/scilab-bin /usr/bin/scilab-cli-bin > > If there is no scilab script I guess the problem comes from the Debian > packages for arm (I use the packages under Ubuntu on x86_64 and it works > like a charm). > > >> ?but there is scilab-cli-bin >> >> which drops me to a scilab shell >> >> demo_gui >> ?!--error 999 >> Scilab Graphics module not installed. >> >> i have tcl tcl8.4 tk tk8.4 installed. >> >> What else do I have to install? >> > First you are supposed to use scilab-cli instead. > scilab-cli is a special command to start scilab without graphics (maybe > useful when you just want to crunch numbers). I don't think you need to > install anything. > > >> Thanks for the help in advance. >> >>> >>> The script will take care of all the path management for you. >>> >>> If it is still failing, try with >>> SCIVERBOSE=1 scilab-cli >>> to get more information about the detection. >>> >>> Sylvestre >>> >>> >>> >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> users-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From mathieu.dubois at limsi.fr Wed Feb 29 10:20:10 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Wed, 29 Feb 2012 10:20:10 +0100 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: References: <1330450263.19002.183.camel@korcula.inria.fr> <4F4DDB34.3080207@limsi.fr> Message-ID: <4F4DEDCA.2030906@limsi.fr> On 02/29/2012 09:17 AM, J T Dsouza wrote: > On Wed, Feb 29, 2012 at 1:30 PM, Mathieu Dubois wrote: >> >> Le 28/02/2012 20:21, J T Dsouza a ?crit : >> >>> On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru >>> wrote: >>>> Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : >>>>> Hi all, >>>>> >>>>> I am trying to install scilab on a arm tablet >>>>> >>>>> I did a standard debian squeeze install of scilabs >>>>> apt-get install scilab >>>>> >>>>> It succesfully installed a bunch of stuff including java-6-openjdk >>>>> >>>>> running scilab-bin throws up the following error >>>>> >>>>> Could not load JVM dynamic library (libjava). >>>>> Error: libjvm.so: cannot open shared object file: No such file or >>>>> directory >>>>> If you are using a binary version of Scilab, please report a bug >>>>> http://bugzilla.scilab.org/. >>>>> If you are using a self-built version of Scilab, update the script >>>>> bin/scilab to provide the path to the JVM. >>>>> The problem might be related to SELinux. Try to deactivate it. >>>>> >>>>> I dont have selinux. >>>>> and libjava.so is /usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so >>>>> >>>>> MODEL=arm scilab-bin >>>> You should never use scilab-bin. >>>> You should be using scilab (or scilab-cli or scilab-adv-cli). >>> >>> there is no scilab or scilab-cli or scilab-adv-cli >> This is really strange. >> >> I guess you are familiar with linux so you probably already check but... >> Can you show us the output of: ls /usr/bin/scilab* > ls /usr/bin/sci* > /usr/bin/scilab-bin /usr/bin/scilab-cli-bin It's getting stranger ;) I'm not a debain expert but I have downloaded the scilab_5.2.2-9_all package (from debian.org) which contain the 'scilab' script. This file is platform independant so it should be installed. Can you check (in synaptic or any Debian tool) that the package scilab and all its dependencies is installed? >> If there is no scilab script I guess the problem comes from the Debian >> packages for arm (I use the packages under Ubuntu on x86_64 and it works >> like a charm). >> >> >>> but there is scilab-cli-bin >>> >>> which drops me to a scilab shell >>> >>> demo_gui >>> !--error 999 >>> Scilab Graphics module not installed. >>> >>> i have tcl tcl8.4 tk tk8.4 installed. >>> >>> What else do I have to install? >>> >> First you are supposed to use scilab-cli instead. >> scilab-cli is a special command to start scilab without graphics (maybe >> useful when you just want to crunch numbers). I don't think you need to >> install anything. >> >> >>> Thanks for the help in advance. >>> >>>> The script will take care of all the path management for you. >>>> >>>> If it is still failing, try with >>>> SCIVERBOSE=1 scilab-cli >>>> to get more information about the detection. >>>> >>>> Sylvestre >>>> >>>> >>>> >>>> -- >>>> To unsubscribe from this mailing-list, please send an empty mail to >>>> users-unsubscribe at lists.scilab.org >>>> To check the archives of this mailing list, see >>>> http://mailinglists.scilab.org/ >>>> >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> users-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From manasdas17 at gmail.com Wed Feb 29 11:02:14 2012 From: manasdas17 at gmail.com (manasdas17) Date: Wed, 29 Feb 2012 02:02:14 -0800 (PST) Subject: Toolbox audio capturing Message-ID: <1330509734410-3786786.post@n3.nabble.com> Is there any toolbox that can capture a streaming audio to .wav file.Please suggest soon. -- View this message in context: http://mailinglists.scilab.org/Toolbox-audio-capturing-tp3786786p3786786.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Mike at Page-One.Waitrose.com Wed Feb 29 11:20:13 2012 From: Mike at Page-One.Waitrose.com (Mike Page) Date: Wed, 29 Feb 2012 10:20:13 -0000 Subject: [scilab-Users] Toolbox audio capturing In-Reply-To: <1330509734410-3786786.post@n3.nabble.com> Message-ID: You can use PortAudio. Take a look at http://atoms.scilab.org/toolboxes/portaudio It worked for me, but I think it is maybe only for Windows. HTH. Mike. -----Original Message----- From: manasdas17 [mailto:manasdas17 at gmail.com] Sent: 29 February 2012 10:02 To: users at lists.scilab.org Subject: [scilab-Users] Toolbox audio capturing Is there any toolbox that can capture a streaming audio to .wav file.Please suggest soon. -- View this message in context: http://mailinglists.scilab.org/Toolbox-audio-capturing-tp3786786p3786786.htm l Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to users-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ From vogt at centre-cired.fr Wed Feb 29 11:33:07 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Wed, 29 Feb 2012 11:33:07 +0100 Subject: [SPAM] how to quickly transform a string in a double when my HDD is full? Message-ID: <4F4DFEE3.6050305@centre-cired.fr> hi What is the fastest way to transform a column of stringed numbers in numbers? It has come to this: I actually write my column in an HDD and then read it again. Using the magical csv_readwrite toolblox is paradoxically faster than evstr. Here goes a fast benchmark: stacksize("max") N=10000; paf = string(rand(N,1)); tic() hop = evstr(paf) disp("evstr method "+string(toc())) tic() csv_write(paf,TMPDIR+filesep()+"paf") hop=csv_read(TMPDIR+filesep()+"paf") disp("using HDD "+string(toc())) tic() hop = eval(paf) disp("eval method "+string(toc())) evstr method 1.328 using HDD 0.078 eval method 2.094 logical conclusion: Allan, can you tweak csv_readwrite so it writes to and reads from the RAM ? it would be even faster ! -- Adrien Vogt-Schilb (Cired) Tel: (+33) 1 43 94 *73 77* -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Wed Feb 29 11:40:16 2012 From: allan.cornet at scilab.org (Allan CORNET) Date: Wed, 29 Feb 2012 11:40:16 +0100 Subject: [scilab-Users] [SPAM] how to quickly transform a string in a double when my HDD is full? In-Reply-To: <4F4DFEE3.6050305@centre-cired.fr> References: <4F4DFEE3.6050305@centre-cired.fr> Message-ID: <001e01ccf6ce$8683c420$938b4c60$@scilab.org> Hi, Have you try csv_stringtodouble or csv_textscan ? stacksize("max") N=10000; paf = string(rand(N,1)); tic(),R = csv_stringtodouble(paf);toc() Allan De : Adrien Vogt-Schilb [mailto:vogt at centre-cired.fr] Envoy? : mercredi 29 f?vrier 2012 11:33 ? : users at lists.scilab.org Objet : [scilab-Users] [SPAM] how to quickly transform a string in a double when my HDD is full? hi What is the fastest way to transform a column of stringed numbers in numbers? It has come to this: I actually write my column in an HDD and then read it again. Using the magical csv_readwrite toolblox is paradoxically faster than evstr. Here goes a fast benchmark: stacksize("max") N=10000; paf = string(rand(N,1)); tic() hop = evstr(paf) disp("evstr method "+string(toc())) tic() csv_write(paf,TMPDIR+filesep()+"paf") hop=csv_read(TMPDIR+filesep()+"paf") disp("using HDD "+string(toc())) tic() hop = eval(paf) disp("eval method "+string(toc())) evstr method 1.328 using HDD 0.078 eval method 2.094 logical conclusion: Allan, can you tweak csv_readwrite so it writes to and reads from the RAM ? it would be even faster ! -- Adrien Vogt-Schilb (Cired) Tel: (+33) 1 43 94 73 77 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vogt at centre-cired.fr Wed Feb 29 11:45:51 2012 From: vogt at centre-cired.fr (Adrien Vogt-Schilb) Date: Wed, 29 Feb 2012 11:45:51 +0100 Subject: [scilab-Users] [SPAM] how to quickly transform a string in a double when my HDD is full? In-Reply-To: <001e01ccf6ce$8683c420$938b4c60$@scilab.org> References: <4F4DFEE3.6050305@centre-cired.fr> <001e01ccf6ce$8683c420$938b4c60$@scilab.org> Message-ID: <4F4E01DF.8010607@centre-cired.fr> On 29/02/2012 11:40, Allan CORNET wrote: > > Hi, > > Have you try csv_stringtodouble or csv_textscan ? > > stacksize("max") > > N=10000; > > paf = string(rand(N,1)); > > tic(),R = csv_stringtodouble(paf);toc() > > Allan > > Great, those perform better. Thank you. Maybe you should take care of http://bugzilla.scilab.org/show_bug.cgi?id=4594 -------------- next part -------------- An HTML attachment was scrubbed... URL: From 555.katya at mail.ru Wed Feb 29 13:38:24 2012 From: 555.katya at mail.ru (=?UTF-8?B?0JXQutCw0YLQtdGA0LjQvdCwINCd0L7QstC+0YHQtdC70L7QstCw?=) Date: Wed, 29 Feb 2012 16:38:24 +0400 Subject: =?UTF-8?B?UHJvYmxlbXMgd2l0aCB2aXN1YWxpemF0aW9uIGdyYXBoaWNzIHdpbmRvdyBh?= =?UTF-8?B?ZnRlciBpbnN0YWxsaW5nIFNjaWxhYiA1LjQuMC4gIA==?= Message-ID: ? Hi! I have problems with visualization graphics window after ?I ?installed Scilab 5.4.0.? Graphics window does not work. It is black. Although ??Scilab 4.1.2 -version of the same thing ?works without ?problems .? In a virtual machine ( vmware) Scilab 5.4.0? works ?on the same data set.? What's wrong with my laptop?? What are the characteristics it should have? Characteristics of my laptop: video adapter:?? ?SG Mrage 3Graphiks version of the driver:???? 6.14.10.3890 laptop:???? Asus K50C OS:? Microsoft Windows XP Professional? (5.1.2600. WinXPPRM) Pack:? Service Pack3 CPU type: ??Intel Celeron 220.1500 MHz (9*167) Board: ??Asus K50C Series Notebook ? What characteristics should have a laptop (memory, video drivers, etc.)? What else may ?be the problem? ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.dubois at limsi.fr Wed Feb 29 13:46:40 2012 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Wed, 29 Feb 2012 13:46:40 +0100 Subject: [scilab-Users] Problems with visualization graphics window after installing Scilab 5.4.0. In-Reply-To: <65645_1330519262_4F4E1CDD_65645_10118_1_E1S2inY-0001f8-5B.555-katya-mail-ru@f196.mail.ru> References: <65645_1330519262_4F4E1CDD_65645_10118_1_E1S2inY-0001f8-5B.555-katya-mail-ru@f196.mail.ru> Message-ID: <4F4E1E30.3050107@limsi.fr> Did you try scilab 5.3.3 (as I recommended last week)? On 02/29/2012 01:38 PM, ????????? ?????????? wrote: > > _Hi!_ > > I have problemswith visualization graphics window after I > installedScilab 5.4.0.__ > > Graphics window does not work. It is black. > > AlthoughScilab 4.1.2-version of the same thing works without problems. > > In a virtual machine(vmware) Scilab 5.4.0works on the same data set. > > What's wrongwith my laptop?What are the characteristicsit should have? > > _Characteristics of____my laptop__:_ > > video adapter:_SG Mrage 3Graphiks_ > > version of the driver:_6.14.10.3890___ > > laptop:_Asus K50C_ > > OS:_Microsoft Windows XP Professional(5.1.2600. WinXPPRM)___ > > Pack:_Service Pack3___ > > CPU type: _Intel Celeron 220.1500 MHz (9*167)___ > > Board: _Asus K50C Series Notebook_ > > __ > > What characteristicsshould have alaptop (memory, video drivers, etc.)? > > Whatelse may be the problem? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.cheze at cea.fr Wed Feb 29 14:57:55 2012 From: david.cheze at cea.fr (=?UTF-8?Q?David_Ch=C3=A8ze?=) Date: Wed, 29 Feb 2012 05:57:55 -0800 (PST) Subject: fine bar graph formatting Message-ID: <1330523875120-3787340.post@n3.nabble.com> Hello, i would like to draw a bar graph of 'stacked' style of multiple datasets, controlling the colors of each stacked bar in the graph and i'm presently failing to do control the color (i can only control the color for the whole bars): thanks for your tips. here 's part of my code: y=[ya 1-ya;ym 1-ym;ys 1-ys;yd 1-yd]; //graphe cumul : production //formattage bar(y,0.5,'stacked'); xtitle('production'); a=gca(); a.x_ticks.labels=["an";"mois";"sem";"veille"]; David -- View this message in context: http://mailinglists.scilab.org/fine-bar-graph-formatting-tp3787340p3787340.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From jtd1959 at gmail.com Wed Feb 29 19:10:05 2012 From: jtd1959 at gmail.com (J T Dsouza) Date: Wed, 29 Feb 2012 23:40:05 +0530 Subject: [scilab-Users] Could not load JVM dynamic library (libjava). In-Reply-To: <4F4DEDCA.2030906@limsi.fr> References: <1330450263.19002.183.camel@korcula.inria.fr> <4F4DDB34.3080207@limsi.fr> <4F4DEDCA.2030906@limsi.fr> Message-ID: Ok guys. everything works. I had not installed scilab, but scilab-full-bin. apt-get install scilab scilab-plotlib scilab-test scilab-celestlab scilab-ann scilab-scimax scilab-data libscilab-java cured all the non-existent problems. So I have scilabs running on a wondermedia pad ;-). Thanks to everyone. I will be buzzing the list now and then, as I am a total newbie to scilab. On Wed, Feb 29, 2012 at 2:50 PM, Mathieu Dubois wrote: > On 02/29/2012 09:17 AM, J T Dsouza wrote: >> >> On Wed, Feb 29, 2012 at 1:30 PM, Mathieu Dubois >> ?wrote: >>> >>> >>> Le 28/02/2012 20:21, J T Dsouza a ?crit : >>> >>>> On Tue, Feb 28, 2012 at 11:01 PM, Sylvestre Ledru >>>> ? ?wrote: >>>>> >>>>> Le mardi 28 f?vrier 2012 ? 22:57 +0530, J T Dsouza a ?crit : >>>>>> >>>>>> Hi all, >>>>>> >>>>>> I am trying to install scilab on a arm tablet >>>>>> >>>>>> I did a standard debian squeeze install of scilabs >>>>>> apt-get install scilab >>>>>> >>>>>> It succesfully installed a bunch of stuff including java-6-openjdk >>>>>> >>>>>> running scilab-bin throws up the following error >>>>>> >>>>>> Could not load JVM dynamic library (libjava). >>>>>> Error: libjvm.so: cannot open shared object file: No such file or >>>>>> directory >>>>>> If you are using a binary version of Scilab, please report a bug >>>>>> http://bugzilla.scilab.org/. >>>>>> If you are using a self-built version of Scilab, update the script >>>>>> bin/scilab to provide the path to the JVM. >>>>>> The problem might be related to SELinux. Try to deactivate it. >>>>>> >>>>>> I dont have selinux. >>>>>> and libjava.so is ?/usr/lib/jvm/java-6-openjdk/jre/lib/arm/libjava.so >>>>>> >>>>>> MODEL=arm scilab-bin >>>>> >>>>> You should never use scilab-bin. >>>>> You should be using scilab (or scilab-cli or scilab-adv-cli). >>>> >>>> >>>> there is no scilab or scilab-cli or scilab-adv-cli >>> >>> This is really strange. >>> >>> I guess you are familiar with linux so you probably already check but... >>> Can you show us the output of: ls /usr/bin/scilab* >> >> ls /usr/bin/sci* >> /usr/bin/scilab-bin ?/usr/bin/scilab-cli-bin > > It's getting stranger ;) > > I'm not a debain expert but I have downloaded the scilab_5.2.2-9_all package > (from debian.org) which contain the 'scilab' script. This file is platform > independant so it should be installed. > > Can you check (in synaptic or any Debian tool) that the package scilab and > all its dependencies is installed? > > >>> If there is no scilab script I guess the problem comes from the Debian >>> packages for arm (I use the packages under Ubuntu on x86_64 and it works >>> like a charm). >>> >>> >>>> ?but there is scilab-cli-bin >>>> >>>> which drops me to a scilab shell >>>> >>>> demo_gui >>>> ?!--error 999 >>>> Scilab Graphics module not installed. >>>> >>>> i have tcl tcl8.4 tk tk8.4 installed. >>>> >>>> What else do I have to install? >>>> >>> First you are supposed to use scilab-cli instead. >>> scilab-cli is a special command to start scilab without graphics (maybe >>> useful when you just want to crunch numbers). I don't think you need to >>> install anything. >>> >>> >>>> Thanks for the help in advance. >>>> >>>>> The script will take care of all the path management for you. >>>>> >>>>> If it is still failing, try with >>>>> SCIVERBOSE=1 scilab-cli >>>>> to get more information about the detection. >>>>> >>>>> Sylvestre >>>>> >>>>> >>>>> >>>>> -- >>>>> To unsubscribe from this mailing-list, please send an empty mail to >>>>> users-unsubscribe at lists.scilab.org >>>>> To check the archives of this mailing list, see >>>>> http://mailinglists.scilab.org/ >>>>> >>>> -- >>>> To unsubscribe from this mailing-list, please send an empty mail to >>>> users-unsubscribe at lists.scilab.org >>>> To check the archives of this mailing list, see >>>> http://mailinglists.scilab.org/ >>>> >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> users-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> users-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From jonathanattia at gmail.com Wed Feb 29 19:40:13 2012 From: jonathanattia at gmail.com (jonas) Date: Wed, 29 Feb 2012 10:40:13 -0800 (PST) Subject: Fonction format() : limite du nombre de chiffres Message-ID: <1330540813150-3788206.post@n3.nabble.com> Bonsoir ? tous : Scilab propose-t-il la possibilit? d'enlever (ou d'augmenter) la *limite du nombre de chiffres (max. 25)* relative ? la fonction /format([type],[long])/ ? En effet, j'aimerais par exemple r?aliser un test de primalit? sur des valeurs calcul?es ? plus de 25 chiffres (2.275088307942293793D+58). Vous remerciant par avance de votre aide. Cordialement, Jonas. -- View this message in context: http://mailinglists.scilab.org/Fonction-format-limite-du-nombre-de-chiffres-tp3788206p3788206.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Wed Feb 29 19:45:20 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Wed, 29 Feb 2012 19:45:20 +0100 Subject: [scilab-Users] Fonction format() : limite du nombre de chiffres In-Reply-To: <1330540813150-3788206.post@n3.nabble.com> References: <1330540813150-3788206.post@n3.nabble.com> Message-ID: <1330541120.24310.165.camel@pomegues.inria.fr> For French questions, please use the french mailing list: http://www.scilab.org/communities/developer_zone/tools/mailing_list Sylvestre Le mercredi 29 f?vrier 2012 ? 10:40 -0800, jonas a ?crit : > Bonsoir ? tous : > > Scilab propose-t-il la possibilit? d'enlever (ou d'augmenter) la *limite du > nombre de chiffres (max. 25)* relative ? la fonction /format([type],[long])/ > ? > > En effet, j'aimerais par exemple r?aliser un test de primalit? sur des > valeurs calcul?es ? plus de 25 chiffres (2.275088307942293793D+58). > > Vous remerciant par avance de votre aide. > > Cordialement, > Jonas. > > -- > View this message in context: http://mailinglists.scilab.org/Fonction-format-limite-du-nombre-de-chiffres-tp3788206p3788206.html > Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > -- ----------------------------- Sylvestre Ledru Projects manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From jonathanattia at gmail.com Wed Feb 29 19:50:17 2012 From: jonathanattia at gmail.com (jonas) Date: Wed, 29 Feb 2012 10:50:17 -0800 (PST) Subject: Fonction format() : limite du nombre de chiffres Message-ID: <1330541417310-3788243.post@n3.nabble.com> Bonsoir ? tous : Scilab propose-t-il la possibilit? d'enlever (ou de r?duire) la limite du nombre de chiffre (max. 25) relative ? la fonction "format([type],[long])" ? En effet, je souhaiterais par exemple r?aliser un test de primalit? sur des "valeurs calcul?es" ? plus de 25 chiffres (2.275088307942293793D+58). Vous remerciant par avance de votre aide. Cordialement, Jonas. * * * Hi everyone: Is it possible to remove (or reduce) the limit of the number of digits (max. 25) on the "format([type],[long])"? Indeed, I would make a primality test on "numbers calculated" to more than 25 digits (2.275088307942293793D+58). Thank you in advance for your help. Best Regards, Jonas. -- View this message in context: http://mailinglists.scilab.org/Fonction-format-limite-du-nombre-de-chiffres-tp3788243p3788243.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From jonathanattia at gmail.com Wed Feb 29 20:45:41 2012 From: jonathanattia at gmail.com (jonas) Date: Wed, 29 Feb 2012 11:45:41 -0800 (PST) Subject: format(): limit of the number of digits Message-ID: <1330544741469-3788380.post@n3.nabble.com> Hi everyone: Is it possible to remove (or reduce) the limit of the number of digits (max. 25) on the "format([type],[long])"? Indeed, I would make a primality test on "numbers calculated" to more than 25 digits (2.275088307942293793D+58). Thank you in advance for your help. Best Regards, Jonas. -- View this message in context: http://mailinglists.scilab.org/format-limit-of-the-number-of-digits-tp3788380p3788380.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. From Mike at Page-One.Waitrose.com Wed Feb 29 21:03:30 2012 From: Mike at Page-One.Waitrose.com (Mike Page) Date: Wed, 29 Feb 2012 20:03:30 -0000 Subject: [scilab-Users] format(): limit of the number of digits In-Reply-To: <1330544741469-3788380.post@n3.nabble.com> Message-ID: AFAIK the Scilab format is IEEE P754 double so it has about 16 digits of precision. There wouldn't seem to be any point trying to display more. Maybe you need to work in long integers. You could do this using a structured data type to hold the various parts of the value, but it would require a lot of work IMO. Mike. -----Original Message----- From: jonas [mailto:jonathanattia at gmail.com] Sent: 29 February 2012 19:46 To: users at lists.scilab.org Subject: [scilab-Users] format(): limit of the number of digits Hi everyone: Is it possible to remove (or reduce) the limit of the number of digits (max. 25) on the "format([type],[long])"? Indeed, I would make a primality test on "numbers calculated" to more than 25 digits (2.275088307942293793D+58). Thank you in advance for your help. Best Regards, Jonas. -- View this message in context: http://mailinglists.scilab.org/format-limit-of-the-number-of-digits-tp378838 0p3788380.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. -- To unsubscribe from this mailing-list, please send an empty mail to users-unsubscribe at lists.scilab.org To check the archives of this mailing list, see http://mailinglists.scilab.org/ From serge.steer at inria.fr Wed Feb 29 21:08:01 2012 From: serge.steer at inria.fr (Serge Steer) Date: Wed, 29 Feb 2012 21:08:01 +0100 (CET) Subject: [scilab-Users] format(): limit of the number of digits In-Reply-To: <1330544741469-3788380.post@n3.nabble.com> Message-ID: <846362911.100882.1330546081781.JavaMail.root@zmbs3.inria.fr> In Scilab the computations are done using double precision floating points which have a relative tolerance near 1e-16. So digits with rank greater than 16 are generally wrong. To display more digits one can use the mprintf function -->mprintf("pi=%.40f",%pi) pi=3.1415926535897931159979634685441851615906 But most of them are wrong. Serge Steer INRIA ----- Mail original ----- > De: "jonas" > ?: users at lists.scilab.org > Envoy?: Mercredi 29 F?vrier 2012 20:45:41 > Objet: [scilab-Users] format(): limit of the number of digits > Hi everyone: > > Is it possible to remove (or reduce) the limit of the number of digits > (max. > 25) on the "format([type],[long])"? > Indeed, I would make a primality test on "numbers calculated" to more > than > 25 digits (2.275088307942293793D+58). > > Thank you in advance for your help. > > Best Regards, > Jonas. > > -- > View this message in context: > http://mailinglists.scilab.org/format-limit-of-the-number-of-digits-tp3788380p3788380.html > Sent from the Scilab users - Mailing Lists Archives mailing list > archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > users-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ From angel at ing.puc.cl Wed Feb 29 21:55:30 2012 From: angel at ing.puc.cl (cascodo) Date: Wed, 29 Feb 2012 12:55:30 -0800 (PST) Subject: Tick marks inside plot Message-ID: <1330548930298-3788618.post@n3.nabble.com> Hello I am trying to position tick marks inside the plot box. Is this possible? Thanks! - Angel -- View this message in context: http://mailinglists.scilab.org/Tick-marks-inside-plot-tp3788618p3788618.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.