From prakash.velayutham at cchmc.org Mon Dec 1 23:27:55 2008 From: prakash.velayutham at cchmc.org (Prakash Velayutham) Date: Mon, 1 Dec 2008 17:27:55 -0500 Subject: Installation issue with Scilab-5.0.3 Message-ID: <904D6C01-31F2-42C8-8CCC-400806FCB732@cchmc.org> Hi, I have tried to install Scilab 5.0.3 on my OpenSUSE 10.3 system (and also tried to compile from source), but when I try to invoke scilab binary after installation, I get Warning: Could not find Java package '/usr/local/src/prakash/scilab/ new/newscilab/scilab//modules/helptools/jar/ org.scilab.modules.helptools.jar'. Some problems during the loading of the Java libraries occured. This could lead to inconsistent behaviours. Please check SCI/etc/classpath.xml. Could not create a Scilab main class. Error: Exception in thread "main" java.lang.NullPointerException at org scilab modules.renderer.utils.RenderingCapabilities.getMaxWindowSize(Unknown Source) at org.scilab.modules.gui.bridge.window.SwingScilabWindow.setDims(Unknown Source) at org.scilab.modules.gui.bridge.window.SwingScilabWindow.(Unknown Source) at org.scilab.modules.gui.window.ScilabWindowBridge.createWindow(Unknown Source) at org.scilab.modules.gui.bridge.ScilabBridge.createWindow(Unknown Source) at org.scilab.modules.gui.window.ScilabWindow.(Unknown Source) at org.scilab.modules.gui.window.ScilabWindow.createWindow(Unknown Source) at org.scilab.modules.jvm.Scilab.(Unknown Source) Scilab cannot create Scilab Java Main-Class (we have not been able to find the main Scilab class. Check if the Scilab and thirdparty packages are available). Any idea how this can be resolved? Thanks, Prakash From helia at uac.pt Tue Dec 2 13:35:58 2008 From: helia at uac.pt (=?iso-8859-1?Q?H=E9lia_Mar=EDlia_Goulart_Ferreira_de_Oliveira_Guerra?=) Date: Tue, 2 Dec 2008 11:35:58 -0100 Subject: Information Request Message-ID: <6C18BC949F41D8449263979C6DB0A3B30B61EB@PDLEXCH.uac.pt> Dear Mr/Ms Would you please tell me if SciLab is "similar" to Mathematica software. I am a teacher at University of Azores (Portugal). In fact, I need Mathematica to support proofs in a Theory of Computation course. However, I think SciLab could be a good alternative, since it is free but only if it is compatible with Mathematica. In your web site you just mention MathLab. Sincerely, Helia Guerra -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickothieno at gmail.com Tue Dec 2 19:56:51 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Tue, 2 Dec 2008 21:56:51 +0300 Subject: Help with some error in Matlab Message-ID: <2239326e0812021056w3b78f6b3q5ea3589b16407093@mail.gmail.com> Hi guys, I am trying to run the following code in scilab: L=3; M=2; fs_in=6; Ts_in=1/fs_in; t_in=[0:Ts_in:5];x_in=sin(2*%pi*t_in)+2*cos(4*%pi*t_in); getf("spfsr.sci"); getf("firpm.sci"); x_e=expander(x_in,L); t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); x_ef=rtitr(h,1,x_e); but I get the following error: -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions The values in x_e are: -->x_e x_e = column 1 to 14 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. column 15 to 28 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. column 29 to 42 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. column 43 to 56 - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. column 57 to 69 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. column 70 to 83 - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. column 84 to 93 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. and values in h are: -->h h = column 1 to 8 - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 0.0005352 - 0.0000530 - 0.0013496 column 9 to 16 - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - 0.0094187 - 0.0119515 0.0003552 column 17 to 24 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 0.0007027 0.0736679 0.0904745 column 25 to 32 - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 0.8221257 0.9989871 0.8221257 column 33 to 40 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 0.0904745 0.0736679 0.0007027 column 41 to 48 - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 0.0003552 - 0.0119515 - 0.0094187 column 49 to 56 - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - 0.0013496 - 0.0000530 0.0005352 column 57 to 61 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 Does anyone have any idea as to why rtitr is giving me the error? -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions Regards, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickothieno at gmail.com Tue Dec 2 19:58:34 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Tue, 2 Dec 2008 21:58:34 +0300 Subject: Fwd: Help with some error in Scilab (Sorry I wrote MATLAB initially) Message-ID: <2239326e0812021058x17bb4193ib0bf20b3b6c53dec@mail.gmail.com> Hi guys, I am trying to run the following code in scilab: L=3; M=2; fs_in=6; Ts_in=1/fs_in; t_in=[0:Ts_in:5];x_in=sin(2*%pi*t_in)+2*cos(4*%pi*t_in); getf("spfsr.sci"); getf("firpm.sci"); x_e=expander(x_in,L); t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); x_ef=rtitr(h,1,x_e); but I get the following error: -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions The values in x_e are: -->x_e x_e = column 1 to 14 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. column 15 to 28 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. column 29 to 42 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. column 43 to 56 - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. column 57 to 69 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. column 70 to 83 - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. column 84 to 93 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. and values in h are: -->h h = column 1 to 8 - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 0.0005352 - 0.0000530 - 0.0013496 column 9 to 16 - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - 0.0094187 - 0.0119515 0.0003552 column 17 to 24 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 0.0007027 0.0736679 0.0904745 column 25 to 32 - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 0.8221257 0.9989871 0.8221257 column 33 to 40 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 0.0904745 0.0736679 0.0007027 column 41 to 48 - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 0.0003552 - 0.0119515 - 0.0094187 column 49 to 56 - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - 0.0013496 - 0.0000530 0.0005352 column 57 to 61 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 Does anyone have any idea as to why rtitr is giving me the error? -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions Regards, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From jinyao at ymail.com Wed Dec 3 01:09:54 2008 From: jinyao at ymail.com (Jin, Yao) Date: Wed, 3 Dec 2008 08:09:54 +0800 Subject: [scilab-Users] Information Request In-Reply-To: <6C18BC949F41D8449263979C6DB0A3B30B61EB@PDLEXCH.uac.pt> References: <6C18BC949F41D8449263979C6DB0A3B30B61EB@PDLEXCH.uac.pt> Message-ID: <7036b08f0812021609u323cab75hc09603ca50a7715@mail.gmail.com> I think maxima would meet your need. Jin Yao On Tue, Dec 2, 2008 at 8:35 PM, H?lia Mar?lia Goulart Ferreira de Oliveira Guerra wrote: > > Dear Mr/Ms > > Would you please tell me if SciLab is "similar" to Mathematica software. I > am a teacher at University of Azores (Portugal). In fact, I need > Mathematica to support proofs in a Theory of Computation course. However, I > think SciLab could be a good alternative, since it is free but only if it is > compatible with Mathematica. In your web site you just mention MathLab. > > Sincerely, > > Helia Guerra > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickothieno at gmail.com Wed Dec 3 07:02:53 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Wed, 3 Dec 2008 09:02:53 +0300 Subject: Help with rtitr error in Scilab Message-ID: <2239326e0812022202j1705358dx56967b96165173f8@mail.gmail.com> Hi guys, I am trying to run the following code in scilab: L=3; M=2; fs_in=6; Ts_in=1/fs_in; t_in=[0:Ts_in:5];x_in=sin(2*%pi*t_in)+2*cos(4*%pi*t_in); getf("spfsr.sci"); getf("firpm.sci"); x_e=expander(x_in,L); t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); x_ef=rtitr(h,1,x_e); but I get the following error: -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions The values in x_e are: -->x_e x_e = column 1 to 14 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. column 15 to 28 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. column 29 to 42 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. column 43 to 56 - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. column 57 to 69 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. column 70 to 83 - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. column 84 to 93 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. and values in h are: -->h h = column 1 to 8 - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 0.0005352 - 0.0000530 - 0.0013496 column 9 to 16 - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - 0.0094187 - 0.0119515 0.0003552 column 17 to 24 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 0.0007027 0.0736679 0.0904745 column 25 to 32 - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 0.8221257 0.9989871 0.8221257 column 33 to 40 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 0.0904745 0.0736679 0.0007027 column 41 to 48 - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 0.0003552 - 0.0119515 - 0.0094187 column 49 to 56 - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - 0.0013496 - 0.0000530 0.0005352 column 57 to 61 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 Does anyone have any idea as to why rtitr is giving me the error? -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions Regards, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickothieno at gmail.com Wed Dec 3 07:14:11 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Wed, 3 Dec 2008 09:14:11 +0300 Subject: Help with rtitr error in Scilab Message-ID: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> Hi guys, I am trying to run the following code in scilab: L=3; M=2; fs_in=6; Ts_in=1/fs_in; t_in=[0:Ts_in:5];x_in=sin(2*%pi*t_in)+2*cos(4*%pi*t_in); getf("spfsr.sci"); getf("firpm.sci"); x_e=expander(x_in,L); t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); x_ef=rtitr(h,1,x_e); but I get the following error: -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions The values in x_e are: -->x_e x_e = column 1 to 14 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. column 15 to 28 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. column 29 to 42 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. column 43 to 56 - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. column 57 to 69 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. column 70 to 83 - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. column 84 to 93 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. and values in h are: -->h h = column 1 to 8 - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 0.0005352 - 0.0000530 - 0.0013496 column 9 to 16 - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - 0.0094187 - 0.0119515 0.0003552 column 17 to 24 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 0.0007027 0.0736679 0.0904745 column 25 to 32 - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 0.8221257 0.9989871 0.8221257 column 33 to 40 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 0.0904745 0.0736679 0.0007027 column 41 to 48 - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 0.0003552 - 0.0119515 - 0.0094187 column 49 to 56 - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - 0.0013496 - 0.0000530 0.0005352 column 57 to 61 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 Does anyone have any idea as to why rtitr is giving me the error? -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions Regards, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From anton.soppelsa at igi.cnr.it Wed Dec 3 10:16:39 2008 From: anton.soppelsa at igi.cnr.it (Anton Soppelsa) Date: Wed, 03 Dec 2008 10:16:39 +0100 Subject: Load function In-Reply-To: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> References: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> Message-ID: <49364E77.9070207@igi.cnr.it> Hi all, I have to export some data structures like a.a = zeros(1,2); a.a.a = 'a.a.a'; a.b.a = 'a.b.a'; in Matlab. The savematfile does not work. I can resort to writing a matalab m file which reads the scilab binary format. Of course I don't want to start from scratch and I am looking for the scilab function that loads the file. That function is "load" at the command line, but I am not able to find its code. Can anybody tell me where can I find the code of the "load" function? Cheers, Anton From habib.jreige at scilab.org Wed Dec 3 11:07:21 2008 From: habib.jreige at scilab.org (Habib Jreige) Date: Wed, 3 Dec 2008 11:07:21 +0100 Subject: [scilab-Users] Help with rtitr error in Scilab In-Reply-To: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> References: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> Message-ID: <001501c9552e$eee08d40$16335d80@rocq.inria.fr> In your example the first two arguments should be polynomial not a scalar vectors. try this : After : h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); hp=poly(h,'x','coeffs'); 1p=poly(1,'x','coeffs'); Then : x_ef=rtitr(hp,1p,x_e); _____ De : Nick Othieno [mailto:nickothieno at gmail.com] Envoy? : mercredi 3 d?cembre 2008 07:14 ? : users at lists.scilab.org Objet : [scilab-Users] Help with rtitr error in Scilab Hi guys, I am trying to run the following code in scilab: L=3; M=2; fs_in=6; Ts_in=1/fs_in; t_in=[0:Ts_in:5];x_in=sin(2*% pi*t_in)+2*cos(4*%pi*t_in); getf("spfsr.sci"); getf("firpm.sci"); x_e=expander(x_in,L); t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); x_ef=rtitr(h,1,x_e); but I get the following error: -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions The values in x_e are: -->x_e x_e = column 1 to 14 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. column 15 to 28 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. column 29 to 42 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. column 43 to 56 - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. column 57 to 69 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. column 70 to 83 - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. column 84 to 93 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. and values in h are: -->h h = column 1 to 8 - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 0.0005352 - 0.0000530 - 0.0013496 column 9 to 16 - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - 0.0094187 - 0.0119515 0.0003552 column 17 to 24 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 0.0007027 0.0736679 0.0904745 column 25 to 32 - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 0.8221257 0.9989871 0.8221257 column 33 to 40 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 0.0904745 0.0736679 0.0007027 column 41 to 48 - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 0.0003552 - 0.0119515 - 0.0094187 column 49 to 56 - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - 0.0013496 - 0.0000530 0.0005352 column 57 to 61 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 Does anyone have any idea as to why rtitr is giving me the error? -->x_ef=rtitr(h,1,x_e); !--error 60 argument with incompatible dimensions Regards, Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickothieno at gmail.com Wed Dec 3 13:03:29 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Wed, 3 Dec 2008 15:03:29 +0300 Subject: [scilab-Users] Help with rtitr error in Scilab In-Reply-To: <001501c9552e$eee08d40$16335d80@rocq.inria.fr> References: <2239326e0812022214u75dbcc12wcbe4c28c7b734ce@mail.gmail.com> <001501c9552e$eee08d40$16335d80@rocq.inria.fr> Message-ID: <2239326e0812030403y56dc313ag754e60637470a740@mail.gmail.com> Thanks. It works On Wed, Dec 3, 2008 at 1:07 PM, Habib Jreige wrote: > In your example the first two arguments should be polynomial not a scalar > vectors. > > try this : > After : h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); > hp=poly(h,'x','coeffs'); > 1p=poly(1,'x','coeffs'); > > Then : x_ef=rtitr(hp,1p,x_e); > > > > > ------------------------------ > *De :* Nick Othieno [mailto:nickothieno at gmail.com] > *Envoy? :* mercredi 3 d?cembre 2008 07:14 > *? :* users at lists.scilab.org > *Objet :* [scilab-Users] Help with rtitr error in Scilab > > Hi guys, > > I am trying to run the following code in scilab: > > > L=3; M=2; fs_in=6; Ts_in=1/fs_in; > t_in=[0:Ts_in:5];x_in=sin(2*% pi*t_in)+2*cos(4*%pi*t_in); > getf("spfsr.sci"); > getf("firpm.sci"); > x_e=expander(x_in,L); > t_cont=[0:0.01:5]; x_cont=sin(2*%pi*t_cont)+2*cos(4*%pi*t_cont); > h=L*firpm(60,[0 2/(fs_in*L) 4/(fs_in*L) 0.5]*2,[1 1 0 0],[1 1]); > x_ef=rtitr(h,1,x_e); > > but I get the following error: > > > -->x_ef=rtitr(h,1,x_e); > !--error 60 > argument with incompatible dimensions > > > The values in x_e are: > > -->x_e > x_e = > > > column 1 to 14 > > 2. 0. 0. - 0.1339746 0. 0. - 0.1339746 0. 0. > 2. 0. 0. - 1.8660254 0. > > column 15 to 28 > > 0. - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. > - 0.1339746 0. 0. 2. > > column 29 to 42 > > 0. 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. > 0. 0. - 0.1339746 0. 0. > > column 43 to 56 > > - 0.1339746 0. 0. 2. 0. 0. - 1.8660254 0. 0. - > 1.8660254 0. 0. 2. 0. > > column 57 to 69 > > 0. - 0.1339746 0. 0. - 0.1339746 0. 0. 2. 0. 0. > - 1.8660254 0. 0. > > column 70 to 83 > > - 1.8660254 0. 0. 2. 0. 0. - 0.1339746 0. 0. - > 0.1339746 0. 0. 2. 0. > > column 84 to 93 > > 0. - 1.8660254 0. 0. - 1.8660254 0. 0. 2. 0. 0. > > > > and values in h are: > > -->h > h = > > > column 1 to 8 > > - 0.0000037 - 0.0000535 - 0.0000966 0.0000195 0.0003521 > 0.0005352 - 0.0000530 - 0.0013496 > > column 9 to 16 > > - 0.0018804 0.0001157 0.0039041 0.0051475 - 0.0002160 - > 0.0094187 - 0.0119515 0.0003552 > > column 17 to 24 > > 0.0200286 0.0247607 - 0.0005242 - 0.0391450 - 0.0477507 > 0.0007027 0.0736679 0.0904745 > > column 25 to 32 > > - 0.0008623 - 0.1452481 - 0.1894378 0.0009731 0.4053300 > 0.8221257 0.9989871 0.8221257 > > column 33 to 40 > > 0.4053300 0.0009731 - 0.1894378 - 0.1452481 - 0.0008623 > 0.0904745 0.0736679 0.0007027 > > column 41 to 48 > > - 0.0477507 - 0.0391450 - 0.0005242 0.0247607 0.0200286 > 0.0003552 - 0.0119515 - 0.0094187 > > column 49 to 56 > > - 0.0002160 0.0051475 0.0039041 0.0001157 - 0.0018804 - > 0.0013496 - 0.0000530 0.0005352 > > column 57 to 61 > > 0.0003521 0.0000195 - 0.0000966 - 0.0000535 - 0.0000037 > > > Does anyone have any idea as to why rtitr is giving me the error? > > > -->x_ef=rtitr(h,1,x_e); > !--error 60 > argument with incompatible dimensions > > > > Regards, > > Nick > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefane.paris at gmail.com Thu Dec 4 10:11:45 2008 From: stefane.paris at gmail.com (=?ISO-8859-1?Q?St=E9phane_Paris?=) Date: Thu, 4 Dec 2008 10:11:45 +0100 Subject: Help browser problem Message-ID: <2a5deba40812040111y70c6d6cbp6e480c1629a7a200@mail.gmail.com> Hello, Since I have installed Mixmod toolbox, I can't no longer access to the help browser. I believe I don't install mixmod well because scilex give me this error : >Can't go to directory /UTIL/SCILAB/helpMixmod !--error 998 chdir: Internal Error at line 8 of function rescan_helps called by : line 17 of function sciGUIhelp called by : line 25 of function run_help called by : line 20 of function browsehelp called by : line 7 of function help_menu called by : help_menu(1) while executing a callback I don't want to reinstall all (scilab and the toolboxes I use). I prefer to manually change the path in the right file. Thus, if you could tell where I can find this file, I'll be grateful Stephane -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefane.paris at gmail.com Thu Dec 4 10:14:42 2008 From: stefane.paris at gmail.com (=?ISO-8859-1?Q?St=E9phane_Paris?=) Date: Thu, 4 Dec 2008 10:14:42 +0100 Subject: [scilab-Users] scilab problem? In-Reply-To: References: Message-ID: <2a5deba40812040114ma8e9e87wf9d27da5c9692c42@mail.gmail.com> which linux do you use ? 2008/11/27 Sel?uk Top > > Mr./Mrs., > I've met scilab yet. I've installed it as explained for linux (Pardus). But > when I launch, I get this message in the console: > > bin/scilab > selcuk at selcuk-pardus scilab-5.0.3 $ Could not file localization file for > LC_MESSAGES > Switch back to the default language en_US > > However, scilab is opened. But when I try to run anything, it closes. How > can I overcome this problem? > > Sincerely, > *Sel?uk > * > > > ------------------------------ > Get news, entertainment and everything you care about at Live.com. Check > it out! > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amelie.lemiale at yahoo.fr Thu Dec 4 21:57:40 2008 From: amelie.lemiale at yahoo.fr (amelie lemiale) Date: Thu, 4 Dec 2008 20:57:40 +0000 (GMT) Subject: Demande d'inscription et recherche forum Scilab Message-ID: <261315.22165.qm@web24006.mail.ird.yahoo.com> Bonjour, ? Je m?appelle Amelie Lemiale de France. Je souhaite m?inscrire ? la liste de diffusion des utilisateurs de Scilab. La raison derri?re est de pouvoir ?changer avec d?autres utilisateurs (poser/ r?pondre ? des questions?.). Pouvez-vous me communiquer s?il vous plait le lien vers le forum des utilisateurs de Scilab. Je n?arrive pas ? le trouver?! Merci par avance. Amelie Lemiale ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From christian.vincent at ac-creteil.fr Thu Dec 4 22:16:47 2008 From: christian.vincent at ac-creteil.fr (Christian Vincent) Date: Thu, 04 Dec 2008 22:16:47 +0100 Subject: [scilab-Users] Demande d'inscription et recherche forum Scilab In-Reply-To: <261315.22165.qm@web24006.mail.ird.yahoo.com> References: <261315.22165.qm@web24006.mail.ird.yahoo.com> Message-ID: <493848BF.2090804@ac-creteil.fr> amelie lemiale a ?crit : > > Bonjour, > > > > Je m?appelle Amelie Lemiale de France. Je souhaite m?inscrire ? la > liste de diffusion des utilisateurs de Scilab. La raison derri?re est > de pouvoir ?changer avec d?autres utilisateurs (poser/ r?pondre ? des > questions?.). > > Pouvez-vous me communiquer s?il vous plait le lien vers le forum des > utilisateurs de Scilab. Je n?arrive pas ? le trouver ! > > Merci par avance. > > Amelie Lemiale > > > > http://www.scilab.org/contactus/index_contactus.php?page=mailing_lists From nickothieno at gmail.com Thu Dec 4 23:12:31 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Fri, 5 Dec 2008 01:12:31 +0300 Subject: [scilab-Users] Demande d'inscription et recherche forum Scilab In-Reply-To: <493848BF.2090804@ac-creteil.fr> References: <261315.22165.qm@web24006.mail.ird.yahoo.com> <493848BF.2090804@ac-creteil.fr> Message-ID: <2239326e0812041412x70281ccax78e083fa82209eb1@mail.gmail.com> I am speechless........ 2008/12/5 Christian Vincent > amelie lemiale a ?crit : > > >> Bonjour, >> >> >> Je m'appelle Amelie Lemiale de France. Je souhaite m'inscrire ? la liste >> de diffusion des utilisateurs de Scilab. La raison derri?re est de pouvoir >> ?changer avec d'autres utilisateurs (poser/ r?pondre ? des questions?.). >> >> Pouvez-vous me communiquer s'il vous plait le lien vers le forum des >> utilisateurs de Scilab. Je n'arrive pas ? le trouver ! >> >> Merci par avance. >> >> Amelie Lemiale >> >> >> >> http://www.scilab.org/contactus/index_contactus.php?page=mailing_lists > -------------- next part -------------- An HTML attachment was scrubbed... URL: From c_korn at gmx.de Fri Dec 5 00:23:06 2008 From: c_korn at gmx.de (Christoph Korn) Date: Fri, 05 Dec 2008 00:23:06 +0100 Subject: Compiling the scilab-5.0.3 sources Message-ID: <4938665A.1000407@gmx.de> Hello, I wanted to recompile the scilab-5.0.3 sources[1] for intrepid just to add the missing gnome desktop entry. The build of the i386 version is fine but the amd64 compilation hangs at this point: http://nopaste.com/p/aaQebRTEL/txt [1] http://www.scilab.org/team/sylvestre.ledru/ From sylvestre.ledru at inria.fr Fri Dec 5 10:28:48 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Fri, 05 Dec 2008 10:28:48 +0100 Subject: [scilab-Users] Compiling the scilab-5.0.3 sources In-Reply-To: <4938665A.1000407@gmx.de> References: <4938665A.1000407@gmx.de> Message-ID: <1228469328.3528.3.camel@zlarin> Hello Are you using patches available in the debian science repository ? Are you using pbuilder, cowbuilder or dpkg-buildpackage ? Sylvestre Le vendredi 05 d?cembre 2008 ? 00:23 +0100, Christoph Korn a ?crit : > Hello, > I wanted to recompile the scilab-5.0.3 sources[1] for intrepid just to add > the missing gnome desktop entry. > The build of the i386 version is fine but the amd64 compilation hangs at > this point: > http://nopaste.com/p/aaQebRTEL/txt > > [1] http://www.scilab.org/team/sylvestre.ledru/ From c_korn at gmx.de Fri Dec 5 11:48:56 2008 From: c_korn at gmx.de (Christoph Korn) Date: Fri, 05 Dec 2008 11:48:56 +0100 Subject: [scilab-Users] Compiling the scilab-5.0.3 sources In-Reply-To: <1228469328.3528.3.camel@zlarin> References: <4938665A.1000407@gmx.de> <1228469328.3528.3.camel@zlarin> Message-ID: <49390718.9010300@gmx.de> Hello I do not use any additional patches from debian science. I am just using the sources I get with apt-get source scilab when I inserted your repository in /etc/apt/sources.list I am using sbuild which opens a clean chroot to build the packages there. Sylvestre Ledru schrieb: > Hello > > Are you using patches available in the debian science repository ? > Are you using pbuilder, cowbuilder or dpkg-buildpackage ? > > Sylvestre > > Le vendredi 05 d?cembre 2008 ? 00:23 +0100, Christoph Korn a ?crit : > >> Hello, >> I wanted to recompile the scilab-5.0.3 sources[1] for intrepid just to add >> the missing gnome desktop entry. >> The build of the i386 version is fine but the amd64 compilation hangs at >> this point: >> http://nopaste.com/p/aaQebRTEL/txt >> >> [1] http://www.scilab.org/team/sylvestre.ledru/ >> > > From jaymwalters at verizon.net Fri Dec 5 13:20:56 2008 From: jaymwalters at verizon.net (Jay Walters) Date: Fri, 05 Dec 2008 06:20:56 -0600 (CST) Subject: How to compute chi square pdf Message-ID: <13377304.1827991228479656757.JavaMail.root@vms068.mailsrvcs.net> An HTML attachment was scrubbed... URL: From fvogelnew1 at free.fr Sun Dec 7 13:45:41 2008 From: fvogelnew1 at free.fr (=?UTF-8?B?RnJhbsOnb2lzIFZvZ2Vs?=) Date: Sun, 07 Dec 2008 13:45:41 +0100 Subject: [scilab-Users] How to compute chi square pdf In-Reply-To: <13377304.1827991228479656757.JavaMail.root@vms068.mailsrvcs.net> References: <13377304.1827991228479656757.JavaMail.root@vms068.mailsrvcs.net> Message-ID: <493BC575.2030606@free.fr> Jay Walters said on 05/12/2008 13:20: > I don't see any built in function to compute the pdf for the chi square > function. Am I just not finding the function in the online help? Is: help cdfchi help cdfchn what you're looking for? Francois From stephane.paris at ieee.org Mon Dec 8 10:56:02 2008 From: stephane.paris at ieee.org (=?ISO-8859-1?Q?St=E9phane_Paris?=) Date: Mon, 8 Dec 2008 10:56:02 +0100 Subject: [scilab-Users] plot of step function In-Reply-To: <490D6DD2.10901@web.de> References: <490D6DD2.10901@web.de> Message-ID: <2a5deba40812080156n53624463i4df916a9bb7376b7@mail.gmail.com> try with this : deff('[x]=foo(y)','x=(y>0)*1; x=x+(1-x)*(-1)') stf 2008/11/2 Klaus Pieper > Hi, > > Trying out the example from from > http://www.scilab.org/doc/intro/node25.html > > -->deff('[x]=foo(y)','if y>0 then, x=1; else, x=-1; end') > -->x=-1:0.1:1 > -->plot(x,foo(x)) > > I would expect the graph of a step function jumping from -1 to 1 at 0. > Instead I get a constant function y == -1 for -1 <= x <= 1. > > What's going wrong? > > Klaus > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ralf.kuschel at yahoo.de Mon Dec 8 15:31:54 2008 From: ralf.kuschel at yahoo.de (Ralf Kuschel) Date: Mon, 8 Dec 2008 14:31:54 +0000 (GMT) Subject: regexp returns wrong indices Message-ID: <993905.80570.qm@web28312.mail.ukl.yahoo.com> Hi, Using the regexp-expression in order to check whether several sub-strings occur in a given string , start and stop indices may be wrong due to shifting. I.e: Order ->[a1,a2]=regexp('.MEAS TRAN DERIV y(i) WHEN y(i) <= x(i) RISE= TD=-4','/\.MEAS|TRAN|FIND|DERIV|WHEN|CROSS|RISE|FALL|TD/') yields result: a2 = 5. 9. 17. 26. 45. 51. a1 = 1. 6. 13. 23. 42. 50. This suggests that the second sub-string which matches (TRAN) starts already at column-position 6 and ends at 9, whereas the right result is: start at column #7 ,end at column #10. Thank You, Ralf Kuschel From Clambrecht at trak.com Mon Dec 8 22:45:24 2008 From: Clambrecht at trak.com (Lambrecht, Chris (STRT)) Date: Mon, 8 Dec 2008 14:45:24 -0700 Subject: [scilab-Users] : Loading CSV Files In-Reply-To: <993905.80570.qm@web28312.mail.ukl.yahoo.com> References: <993905.80570.qm@web28312.mail.ukl.yahoo.com> Message-ID: <9FF784219F644847AE3882CE7BD071EA0548CD15@cossmgmbx06.EMAIL.CORP.TLD> I have data in a CSV (Comma Separated Value) format. I would like to load this data into Scilab to manipulate. The load function that I found only loads previous session variables. Is there another load function that can load in raw data in a CSV format? Chris Lambrecht TRAK Microwave Corporation 4726 Eisenhower Boulevard Tampa, FL 33634-6391 (813) 901 - 7385 clambrecht at trak.com ************************************************ The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ************************************************ From mnorthcott at aoptix.com Mon Dec 8 23:11:32 2008 From: mnorthcott at aoptix.com (Malcolm Northcott) Date: Mon, 8 Dec 2008 14:11:32 -0800 Subject: [scilab-Users] : Loading CSV Files In-Reply-To: <9FF784219F644847AE3882CE7BD071EA0548CD15@cossmgmbx06.EMAIL.CORP.TLD> Message-ID: <47C27F9C02875949971DEC302B50FE1003C56971@SONOMA.aoptix.com> The function fscanfMat works very efficiently provided the data elements are separated by spaces or tabs. If you have the more common comma separation you are stuck (AFAIK) with iterating through the file one element at a time. This is effective, but excruciatingly slow. If you are using Unix you can use the 'tr' command to change commas to spaces, but that is not portable to Windows unless you have cygwin installed. Mal. -----Original Message----- From: Lambrecht, Chris (STRT) [mailto:Clambrecht at trak.com] Sent: Monday, December 08, 2008 1:45 PM To: users at lists.scilab.org Subject: [scilab-Users] : Loading CSV Files I have data in a CSV (Comma Separated Value) format. I would like to load this data into Scilab to manipulate. The load function that I found only loads previous session variables. Is there another load function that can load in raw data in a CSV format? Chris Lambrecht TRAK Microwave Corporation 4726 Eisenhower Boulevard Tampa, FL 33634-6391 (813) 901 - 7385 clambrecht at trak.com ************************************************ The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ************************************************ From sylvestre.ledru at scilab.org Tue Dec 9 13:09:37 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 09 Dec 2008 13:09:37 +0100 Subject: [scilab-Users] 64 bit Linux anyone. In-Reply-To: <1227734536.11093.37.camel@larch> References: <1227734536.11093.37.camel@larch> Message-ID: <1228824577.13111.20.camel@korcula.inria.fr> Le mercredi 26 novembre 2008 ? 13:22 -0800, Malcolm Northcott a ?crit : > I have been in the habit of compiling a 64 bit version of scilab from > sources, but I'm running into problems getting 5.0.3 to run after build > from source. > Does anyone know if there is a 64 bit binary available somewhere? Yep, on the website: http://www.scilab.org/download/index_download.php?page=nightly_builds_5.0 For GNU/Linux platforms [xxxx] [64 bits] > Alternatively does anyone have detailed instructions on how to build > from source? Same as under 32 bits. > 1) Install process does not move the "thirdparty" directory contents > into the correct location, so this has to be done by hand. I don't understand this point. > 2) Install process does not set up the localization directory. You have to add the option --enable-build-localization > 3) *.helptools.jar cannot be loaded, in fact the whole of the > modules/helptools directory seems to be missing from the source tree. Try: --enable-build-help > 4) If I try to plot a graph (eg plot2d()) I get a string of java errors > starting with an unsatisfied link error for gluegen-rt Both > gluegen-rf.so (in bin) and gluegen-rt.jar (in thirdparty) files exist in > the build tree, but only the .jar file in the install tree. 64 bits gluegen-rt.so should be available in /bin/ If you are sure that it is OK, try to launch Scilab this way: SCIVERBOSE=1 ./bin/scilab and check if the LD_LIBRARY_PATH contains /bin/ Sylvestre From sylvestre.ledru at scilab.org Tue Dec 9 13:12:59 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 09 Dec 2008 13:12:59 +0100 Subject: [scilab-Users] scilab problem? In-Reply-To: References: Message-ID: <1228824779.13111.27.camel@korcula.inria.fr> Le jeudi 27 novembre 2008 ? 16:04 +0000, Sel?uk Top a ?crit : > > Mr./Mrs., > I've met scilab yet. I've installed it as explained for linux > (Pardus). But when I launch, I get this message in the console: > > bin/scilab > selcuk at selcuk-pardus scilab-5.0.3 $ Could not file localization file > for LC_MESSAGES > Switch back to the default language en_US I don't think that is linked to the problem you currently have. > However, scilab is opened. But when I try to run anything, it closes. > How can I overcome this problem? What you do mean by "run anything" ? Any computation like 2+2 are crashing the application ? S From grocer.toolbox at gmail.com Tue Dec 9 22:39:10 2008 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Tue, 9 Dec 2008 22:39:10 +0100 Subject: [scilab-Users] : Loading CSV Files In-Reply-To: <47C27F9C02875949971DEC302B50FE1003C56971@SONOMA.aoptix.com> References: <9FF784219F644847AE3882CE7BD071EA0548CD15@cossmgmbx06.EMAIL.CORP.TLD> <47C27F9C02875949971DEC302B50FE1003C56971@SONOMA.aoptix.com> Message-ID: The function impexc2bd available in my toolbox with Emmanuel Michaux grocer (http://dubois.ensae.net/grocer.html) works in such cases. Eric. 2008/12/8 Malcolm Northcott > The function fscanfMat works very efficiently provided the data elements > are separated by spaces or tabs. If you have the more common comma > separation you are stuck (AFAIK) with iterating through the file one > element at a time. > This is effective, but excruciatingly slow. > If you are using Unix you can use the 'tr' command to change commas to > spaces, but that is not portable to Windows unless you have cygwin > installed. > Mal. > > > -----Original Message----- > From: Lambrecht, Chris (STRT) [mailto:Clambrecht at trak.com] > Sent: Monday, December 08, 2008 1:45 PM > To: users at lists.scilab.org > Subject: [scilab-Users] : Loading CSV Files > > > I have data in a CSV (Comma Separated Value) format. I would like to > load this data into Scilab to manipulate. The load function that I found > only loads previous session variables. Is there another load function > that can load in raw data in a CSV format? > > Chris Lambrecht > > TRAK Microwave Corporation > 4726 Eisenhower Boulevard > Tampa, FL 33634-6391 > (813) 901 - 7385 > clambrecht at trak.com > > > ************************************************ > The information contained in, or attached to, this e-mail, may contain > confidential information and is intended solely for the use of the > individual or entity to whom they are addressed and may be subject to > legal privilege. If you have received this e-mail in error you should > notify the sender immediately by reply e-mail, delete the message from > your system and notify your system manager. Please do not copy it for > any purpose, or disclose its contents to any other person. The views or > opinions presented in this e-mail are solely those of the author and do > not necessarily represent those of the company. The recipient should > check this e-mail and any attachments for the presence of viruses. The > company accepts no liability for any damage caused, directly or > indirectly, by any virus transmitted in this email. > ************************************************ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Clambrecht at trak.com Wed Dec 10 22:55:54 2008 From: Clambrecht at trak.com (Lambrecht, Chris (STRT)) Date: Wed, 10 Dec 2008 14:55:54 -0700 Subject: [scilab-Users] : Loading CSV Files In-Reply-To: References: <9FF784219F644847AE3882CE7BD071EA0548CD15@cossmgmbx06.EMAIL.CORP.TLD> <47C27F9C02875949971DEC302B50FE1003C56971@SONOMA.aoptix.com> Message-ID: <9FF784219F644847AE3882CE7BD071EA0548DBFC@cossmgmbx06.EMAIL.CORP.TLD> Eric, Thanks. I was able to import my data. Chris ________________________________ From: Eric Dubois [mailto:grocer.toolbox at gmail.com] Sent: Tuesday, December 09, 2008 4:39 PM To: users at lists.scilab.org Subject: Re: [scilab-Users] : Loading CSV Files The function impexc2bd available in my toolbox with Emmanuel Michaux grocer (http://dubois.ensae.net/grocer.html) works in such cases. Eric. 2008/12/8 Malcolm Northcott The function fscanfMat works very efficiently provided the data elements are separated by spaces or tabs. If you have the more common comma separation you are stuck (AFAIK) with iterating through the file one element at a time. This is effective, but excruciatingly slow. If you are using Unix you can use the 'tr' command to change commas to spaces, but that is not portable to Windows unless you have cygwin installed. Mal. -----Original Message----- From: Lambrecht, Chris (STRT) [mailto:Clambrecht at trak.com] Sent: Monday, December 08, 2008 1:45 PM To: users at lists.scilab.org Subject: [scilab-Users] : Loading CSV Files I have data in a CSV (Comma Separated Value) format. I would like to load this data into Scilab to manipulate. The load function that I found only loads previous session variables. Is there another load function that can load in raw data in a CSV format? Chris Lambrecht ************************************************ The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ************************************************ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ************************************************ The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ************************************************ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mnorthcott at aoptix.com Thu Dec 11 07:34:13 2008 From: mnorthcott at aoptix.com (Malcolm Northcott) Date: Wed, 10 Dec 2008 22:34:13 -0800 Subject: [scilab-Users] 64 bit Linux anyone. In-Reply-To: <1228824577.13111.20.camel@korcula.inria.fr> References: <1227734536.11093.37.camel@larch> <1228824577.13111.20.camel@korcula.inria.fr> Message-ID: <617DAE72-F129-4B2E-AB61-D1F63A9896E0@aoptix.com> Sylveste, I tried the 64 bit Linux build this evening, and it's very close . Again scilex works fine but graphics is broken. Problem appears to be some 32 bit libs in scilab/lib which break the loader in a pure 64bit environment . Problem libs are gluegen-rt, jogl_cg, jogl and jogl_awt Sent from my iPhoneh On Dec 9, 2008, at 4:11 AM, "Sylvestre Ledru" wrote: > Le mercredi 26 novembre 2008 ? 13:22 -0800, Malcolm Northcott a > ??crit : >> I have been in the habit of compiling a 64 bit version of scilab from >> sources, but I'm running into problems getting 5.0.3 to run after >> build >> from source. >> Does anyone know if there is a 64 bit binary available somewhere? > Yep, on the website: > http://www.scilab.org/download/index_download.php?page=nightly_builds_5.0 > For GNU/Linux platforms [xxxx] [64 bits] >> Alternatively does anyone have detailed instructions on how to build >> from source? > Same as under 32 bits. > >> 1) Install process does not move the "thirdparty" directory contents >> into the correct location, so this has to be done by hand. > I don't understand this point. > >> 2) Install process does not set up the localization directory. > You have to add the option --enable-build-localization > >> 3) *.helptools.jar cannot be loaded, in fact the whole of the >> modules/helptools directory seems to be missing from the source tree. > Try: --enable-build-help >> 4) If I try to plot a graph (eg plot2d()) I get a string of java >> errors >> starting with an unsatisfied link error for gluegen-rt Both >> gluegen-rf.so (in bin) and gluegen-rt.jar (in thirdparty) files >> exist in >> the build tree, but only the .jar file in the install tree. > 64 bits gluegen-rt.so should be available in /bin/ > If you are sure that it is OK, try to launch Scilab this way: > SCIVERBOSE=1 ./bin/scilab > and check if the LD_LIBRARY_PATH contains /bin/ > > > Sylvestre > > From mathieu.dubois at limsi.fr Thu Dec 11 11:36:55 2008 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Thu, 11 Dec 2008 11:36:55 +0100 (CET) Subject: Histograms and error bars Message-ID: <60781.83.202.112.23.1228991815.squirrel@keo.limsi.fr> Hi everyone, I would like to plot an histogram to compare 5 experimental conditions. For example let's say that I have 4 classes and 2 experimental conditions. Therefore I have a 4*1 vector "classes" giving the classes and a 4*2 matrix "average" giving the average for each class and each experimental conditions. Then: --> bar(classes, average) does the trick. The problem is that I want to plot error bars for each class and each experimental condition. I know how to do that with a single experimental condition with the "errbar" function because in this case I know the x and y position of each bar (x is given by "classes" and y by "average"). But with several experimental conditions, each bar has a different x position. "bar" internally compute this x position but I cannot access it so I cannot use "errbar". Does anyone have an idea? Is there a way to "attach" errors to data and automatically plot them? Thanks in advance, Mathieu From grocer.toolbox at gmail.com Thu Dec 11 21:56:29 2008 From: grocer.toolbox at gmail.com (Eric Dubois) Date: Thu, 11 Dec 2008 21:56:29 +0100 Subject: [scilab-Users] : Loading CSV Files In-Reply-To: <9FF784219F644847AE3882CE7BD071EA0548DBFC@cossmgmbx06.EMAIL.CORP.TLD> References: <9FF784219F644847AE3882CE7BD071EA0548CD15@cossmgmbx06.EMAIL.CORP.TLD> <47C27F9C02875949971DEC302B50FE1003C56971@SONOMA.aoptix.com> <9FF784219F644847AE3882CE7BD071EA0548DBFC@cossmgmbx06.EMAIL.CORP.TLD> Message-ID: Thank you for your feedback. Eric. 2008/12/10 Lambrecht, Chris (STRT) > Eric, > > > > Thanks. I was able to import my data. > > > > Chris > > > ------------------------------ > > *From:* Eric Dubois [mailto:grocer.toolbox at gmail.com] > *Sent:* Tuesday, December 09, 2008 4:39 PM > *To:* users at lists.scilab.org > *Subject:* Re: [scilab-Users] : Loading CSV Files > > > > The function impexc2bd available in my toolbox with Emmanuel Michaux grocer > (http://dubois.ensae.net/grocer.html) works in such cases. > > Eric. > > 2008/12/8 Malcolm Northcott > > The function fscanfMat works very efficiently provided the data elements > are separated by spaces or tabs. If you have the more common comma > separation you are stuck (AFAIK) with iterating through the file one > element at a time. > This is effective, but excruciatingly slow. > If you are using Unix you can use the 'tr' command to change commas to > spaces, but that is not portable to Windows unless you have cygwin > installed. > Mal. > > > > -----Original Message----- > From: Lambrecht, Chris (STRT) [mailto:Clambrecht at trak.com] > Sent: Monday, December 08, 2008 1:45 PM > To: users at lists.scilab.org > Subject: [scilab-Users] : Loading CSV Files > > > I have data in a CSV (Comma Separated Value) format. I would like to > load this data into Scilab to manipulate. The load function that I found > only loads previous session variables. Is there another load function > that can load in raw data in a CSV format? > > Chris Lambrecht > > ************************************************ > The information contained in, or attached to, this e-mail, may contain > confidential information and is intended solely for the use of the > individual or entity to whom they are addressed and may be subject to > legal privilege. If you have received this e-mail in error you should > notify the sender immediately by reply e-mail, delete the message from > your system and notify your system manager. Please do not copy it for > any purpose, or disclose its contents to any other person. The views or > opinions presented in this e-mail are solely those of the author and do > not necessarily represent those of the company. The recipient should > check this e-mail and any attachments for the presence of viruses. The > company accepts no liability for any damage caused, directly or > indirectly, by any virus transmitted in this email. > ************************************************ > > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > ************************************************ > The information contained in, or attached to, this e-mail, may contain > confidential information and is intended solely for the use of the > individual or entity to whom they are addressed and may be subject to legal > privilege. If you have received this e-mail in error you should notify the > sender immediately by reply e-mail, delete the message from your system and > notify your system manager. Please do not copy it for any purpose, or > disclose its contents to any other person. The views or opinions presented > in this e-mail are solely those of the author and do not necessarily > represent those of the company. The recipient should check this e-mail and > any attachments for the presence of viruses. The company accepts no > liability for any damage caused, directly or indirectly, by any virus > transmitted in this email. > ************************************************ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdr at durietz.se Sat Dec 13 18:00:30 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 13 Dec 2008 18:00:30 +0100 Subject: Graphic images Message-ID: <4943EA2E.8060104@durietz.se> I have tried to make image files of graphic windows in Scilab 4.1.2 (Win XP). -->xs2gif(0, filename+".gif") works (creates a GIF-file of figure 0), but the y_label is wrong: The text line but not each letter is rotated -270 degrees. Apart from this everything is OK. -->xs2ps(0, filename+".ps") also works, but I cannot open the PS-file in my PostScript program GSview (lots of errors). I understand that I have to do something more with the file but have not been able to manage it... If (from the graphic window menu) I choose 1. File - Export - Export type: Postscript I can open the resulting EPS-file in GSview but the proportions of the axes are changed and the y_label is partly outside the "paper". 2. File - Copy to clipboard - Bitmap and paste it in a GIMP image of the same size, the positions of all labels and tick_labels are wrong (and the image therefore useless)! All this worked in Matlab. There it was also possible to set the 'PaperPosition' of the figure. Is there anything like it in Scilab? I would be very happy if anyone could tell me how to manage this! Regards Stefan From sylvestre.ledru at scilab.org Sat Dec 13 18:10:11 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Sat, 13 Dec 2008 18:10:11 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <4943EA2E.8060104@durietz.se> References: <4943EA2E.8060104@durietz.se> Message-ID: <1229188211.3581.43.camel@zlarin> Le samedi 13 d?cembre 2008 ? 18:00 +0100, Stefan Du Rietz a ?crit : > I have tried to make image files of graphic windows in > Scilab 4.1.2 (Win XP). Did you try with Scilab 5 ? Sylvestre From sdr at durietz.se Sat Dec 13 18:13:52 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 13 Dec 2008 18:13:52 +0100 Subject: Graphic images PS Message-ID: <4943ED50.6040808@durietz.se> I wrote: -->xs2gif(0, filename+".gif") works (creates a GIF-file of figure 0), but the y_label is wrong: The text line but not each letter is rotated -270 degrees. Apart from this everything is OK. Not quite: round dots get square and a little misplaced... /Stefan From sdr at durietz.se Sat Dec 13 18:20:59 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 13 Dec 2008 18:20:59 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <1229188211.3581.43.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> Message-ID: <4943EEFB.50307@durietz.se> On 2008-12-13 18:10, Sylvestre Ledru wrote: -------------------- > Le samedi 13 d?cembre 2008 ? 18:00 +0100, Stefan Du Rietz a ?crit : >> I have tried to make image files of graphic windows in >> Scilab 4.1.2 (Win XP). > Did you try with Scilab 5 ? > > Sylvestre > > > No, I cannot use it, there is something with my graphic card (ATI Radeon HD 2600 Pro AGP), which worked with everything else until I tried to update the drivers, so I had to cancel the update... /Stefan From sylvestre.ledru at scilab.org Sat Dec 13 18:23:18 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Sat, 13 Dec 2008 18:23:18 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <4943EEFB.50307@durietz.se> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> Message-ID: <1229188998.3581.55.camel@zlarin> Le samedi 13 d?cembre 2008 ? 18:20 +0100, Stefan Du Rietz a ?crit : > On 2008-12-13 18:10, Sylvestre Ledru wrote: > -------------------- > > Le samedi 13 d?cembre 2008 ? 18:00 +0100, Stefan Du Rietz a ?crit : > >> I have tried to make image files of graphic windows in > >> Scilab 4.1.2 (Win XP). > > Did you try with Scilab 5 ? > > > > Sylvestre > > > > > > > > No, I cannot use it, there is something with my graphic card > (ATI Radeon HD 2600 Pro AGP), which worked with everything > else until I tried to update the drivers, so I had to cancel > the update... OK, maybe you will be interested by: http://wiki.scilab.org/Graphical_issues_with_Scilab_5.0 I was asking about the version 5 because the graphic export completely changed in this version. S From sdr at durietz.se Sun Dec 14 21:52:02 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sun, 14 Dec 2008 21:52:02 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <1229188998.3581.55.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> Message-ID: <494571F2.3010105@durietz.se> On 2008-12-13 18:23, Sylvestre Ledru wrote: -------------------- > Le samedi 13 d?cembre 2008 ? 18:20 +0100, Stefan Du Rietz a ?crit: >> On 2008-12-13 18:10, Sylvestre Ledru wrote: >> -------------------- >>> Le samedi 13 d?cembre 2008 ? 18:00 +0100, Stefan Du Rietz a ?crit : >>>> I have tried to make image files of graphic windows in >>>> Scilab 4.1.2 (Win XP). >>> Did you try with Scilab 5 ? >>> >>> Sylvestre >>> >>> >>> >> No, I cannot use it, there is something with my graphic card >> (ATI Radeon HD 2600 Pro AGP), which worked with everything >> else until I tried to update the drivers, so I had to cancel >> the update... > OK, maybe you will be interested by: > http://wiki.scilab.org/Graphical_issues_with_Scilab_5.0 > > I was asking about the version 5 because the graphic export completely > changed in this version. > > S > Thank you for the link, which I read. I tried again to update my graphic card drivers - much trouble and limited success and it takes a lot of time... I installed Scilab 5.0.3, but when I run it (it introduces itself as 5.0.2!) it takes three minutes to create a figure the first time and all my other applications slow down as well. And the figure is worse from the beginning than in Scilab 4.1.2: it is upside down, dots and lines don't fit (even worse than after making a GIF from Scilab 4.1.2!) although the dots are at least round. So, if the figure is worse from the beginning in Scilab 5, it does not matter if the export is better. /Stefan From rozman at etrust.si Tue Dec 16 00:00:48 2008 From: rozman at etrust.si (Tinia) Date: Tue, 16 Dec 2008 00:00:48 +0100 Subject: Wavread doesn't work in 5.03 ? Message-ID: Hi, I'm trying to read longer wave file (in CD quality, normal single). It seems that loadwave crashes after some reading, but I do also have problems with waveread - it says (I did stacksize and gstacksize to 'max'): -->x=wavread('zvezdica.wav') !--error 44 Wrong argument 2. at line 103 of function wavread called by : x=wavread('zvezdica.wav') On same PC, matlab loads that file without any problems. What am I doing wrong ? Any reliable and robust wave reading SW ? Thanks in advance, regards, Bulek. From sottasio at yahoo.gr Tue Dec 16 11:46:09 2008 From: sottasio at yahoo.gr (Sotos) Date: Tue, 16 Dec 2008 12:46:09 +0200 Subject: Question about Scilab-poly Message-ID: <494786F1.60802@yahoo.gr> Hallo, I have been using Scilab for about 3 months,as a new student. My question... What kind of number is that at the bottom...(4.406D-16). Thanks in advance. -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot.png Type: image/png Size: 13097 bytes Desc: not available URL: From michel.marzin at ext.mpsa.com Tue Dec 16 12:03:37 2008 From: michel.marzin at ext.mpsa.com (michel.marzin at ext.mpsa.com) Date: Tue, 16 Dec 2008 12:03:37 +0100 Subject: =?ISO-8859-1?Q?R=E9f=2E_=3A_[scilab-Users]_Question_about_Scilab-poly?= In-Reply-To: <494786F1.60802@yahoo.gr> Message-ID: Hi, experiment : -->0.00000001 ans = 1.000D-08 -->1d-6 ans = 0.000001 So it's just a power of ten. in your case, you can consider 4.406D-16 as zero. You have to take care of precision in your operation. Scilab isn't a symbolic software. regards ---------------------------------------------------------------------- Michel MARZIN Sotos Pour users at lists.scilab.org 16/12/2008 11:47 cc Objet Veuillez [scilab-Users] Question about r?pondre ? Scilab-poly users at lists.scil ab.org Hallo, I have been using Scilab for about 3 months,as a new student. My question... What kind of number is that at the bottom...(4.406D-16). Thanks in advance. From joerg.kuehne at gmx.net Wed Dec 17 10:14:41 2008 From: joerg.kuehne at gmx.net (=?iso-8859-1?Q?=22J=F6rg_K=FChne=22?=) Date: Wed, 17 Dec 2008 10:14:41 +0100 Subject: economic simulation via swarm Message-ID: <20081217091441.243270@gmx.net> Dear Scilab user group exists there may be a toolbox (like the swarm simulation framework) or an example demo for evolutionary simulation or an animation example? thanks in advanced Joerg -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger From S.M.Marathe at uts.us.com Wed Dec 17 12:38:49 2008 From: S.M.Marathe at uts.us.com (Sharad M. Marathe) Date: Wed, 17 Dec 2008 05:38:49 -0600 Subject: [scilab-Users] economic simulation via swarm In-Reply-To: <20081217091441.243270@gmx.net> References: <20081217091441.243270@gmx.net> Message-ID: <6C8C60A2D00C714E978A479C9C5623270280DF134C@exchange.uts.com> Dear Jorg, Thanks for responding. Do you have the link where we can get the Swarm tool bo x or the animation example you have mentioned? Regards, Sharad Marathe ________________________________________ From: "J?rg K?hne" [joerg.kuehne at gmx.net] Sent: Wednesday, December 17, 2008 3:14 AM To: users at lists.scilab.org Subject: [scilab-Users] economic simulation via swarm Dear Scilab user group exists there may be a toolbox (like the swarm simulation framework) or an example demo for evolutionary simulation or an animation example? thanks in advanced Joerg -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger From sylvestre.ledru at scilab.org Wed Dec 17 14:05:05 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 17 Dec 2008 14:05:05 +0100 Subject: [scilab-Users] 64 bit Linux anyone. In-Reply-To: <617DAE72-F129-4B2E-AB61-D1F63A9896E0@aoptix.com> References: <1227734536.11093.37.camel@larch> <1228824577.13111.20.camel@korcula.inria.fr> <617DAE72-F129-4B2E-AB61-D1F63A9896E0@aoptix.com> Message-ID: <1229519105.21115.172.camel@korcula.inria.fr> Hello Malcolm, We (Pierre, actually) fixed the issue this morning. Cheers, Sylvestre Le mercredi 10 d?cembre 2008 ? 22:34 -0800, Malcolm Northcott a ?crit : > Sylveste, I tried the 64 bit Linux build this evening, and it's very > close . Again scilex works fine but graphics is broken. Problem > appears to be some 32 bit libs in scilab/lib which break the loader in > a pure 64bit environment . Problem libs are gluegen-rt, jogl_cg, jogl > and jogl_awt > > Sent from my iPhoneh > > On Dec 9, 2008, at 4:11 AM, "Sylvestre Ledru" > wrote: > > > Le mercredi 26 novembre 2008 ? 13:22 -0800, Malcolm Northcott a > > ??crit : > >> I have been in the habit of compiling a 64 bit version of scilab from > >> sources, but I'm running into problems getting 5.0.3 to run after > >> build > >> from source. > >> Does anyone know if there is a 64 bit binary available somewhere? > > Yep, on the website: > > http://www.scilab.org/download/index_download.php?page=nightly_builds_5.0 > > For GNU/Linux platforms [xxxx] [64 bits] > >> Alternatively does anyone have detailed instructions on how to build > >> from source? > > Same as under 32 bits. > > > >> 1) Install process does not move the "thirdparty" directory contents > >> into the correct location, so this has to be done by hand. > > I don't understand this point. > > > >> 2) Install process does not set up the localization directory. > > You have to add the option --enable-build-localization > > > >> 3) *.helptools.jar cannot be loaded, in fact the whole of the > >> modules/helptools directory seems to be missing from the source tree. > > Try: --enable-build-help > >> 4) If I try to plot a graph (eg plot2d()) I get a string of java > >> errors > >> starting with an unsatisfied link error for gluegen-rt Both > >> gluegen-rf.so (in bin) and gluegen-rt.jar (in thirdparty) files > >> exist in > >> the build tree, but only the .jar file in the install tree. > > 64 bits gluegen-rt.so should be available in /bin/ > > If you are sure that it is OK, try to launch Scilab this way: > > SCIVERBOSE=1 ./bin/scilab > > and check if the LD_LIBRARY_PATH contains /bin/ > > > > > > Sylvestre > > > > From sylvestre.ledru at scilab.org Wed Dec 17 14:06:32 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 17 Dec 2008 14:06:32 +0100 Subject: [scilab-Users] Question about Scilab-poly In-Reply-To: <494786F1.60802@yahoo.gr> References: <494786F1.60802@yahoo.gr> Message-ID: <1229519192.21115.174.camel@korcula.inria.fr> Le mardi 16 d?cembre 2008 ? 12:46 +0200, Sotos a ?crit : > Hallo, > > I have been using Scilab for about 3 months,as a new student. > My question... > What kind of number is that at the bottom...(4.406D-16). Note that Scilab 5 is results closer that what you expect: -->a=[1 1 3 -->1 2 3 -->0 1 1 ] a = 1. 1. 3. 1. 2. 3. 0. 1. 1. -->p= poly(a,"z") p = 2 3 - 1 + z - 4z + z Sylvestre From sylvestre.ledru at scilab.org Wed Dec 17 14:52:02 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 17 Dec 2008 14:52:02 +0100 Subject: [scilab-Users] Question about Scilab-poly In-Reply-To: <1229519192.21115.174.camel@korcula.inria.fr> References: <494786F1.60802@yahoo.gr> <1229519192.21115.174.camel@korcula.inria.fr> Message-ID: <1229521922.21115.187.camel@korcula.inria.fr> Le mercredi 17 d?cembre 2008 ? 14:06 +0100, Sylvestre Ledru a ?crit : > Le mardi 16 d?cembre 2008 ? 12:46 +0200, Sotos a ?crit : > > Hallo, > > > > I have been using Scilab for about 3 months,as a new student. > > My question... > > What kind of number is that at the bottom...(4.406D-16). > Note that Scilab 5 is results closer that what you expect: > > -->a=[1 1 3 > -->1 2 3 > -->0 1 1 ] > a = > > 1. 1. 3. > 1. 2. 3. > 0. 1. 1. > > -->p= poly(a,"z") > p = > > 2 3 > - 1 + z - 4z + z My bad, I tried with different numbers than you :/ (btw, please, copy and paste instead of a screenshot next time). Then, Michel's answer is much better than mine! Sylvestre From michel.marzin at ext.mpsa.com Wed Dec 17 15:22:24 2008 From: michel.marzin at ext.mpsa.com (michel.marzin at ext.mpsa.com) Date: Wed, 17 Dec 2008 15:22:24 +0100 Subject: =?ISO-8859-1?Q?R=E9f=3A_Question_about_Scilab-poly?= In-Reply-To: <1229519192.21115.174.camel@korcula.inria.fr> Message-ID: Sylvestre, his matrix was : A= 1 1 3 1 2 4 0 1 1 in short term, the poly of this matrix is : det( I*x - A) = x^2*(x-4) solution by hand of course, and i don't see myself do it on a 1000*1000 matrix. under my Scilab 4.12 : 5.121D-16 + 2.902D-16x -4 x^2 + x^3 under my Scilab 5.0.3 : - 7.019D-17 + 1.792D-15x - 4x^2 + x^3 Regarding A, i assume that all value almost at zero are zeros. i mean, det(A)=0 so at least zero is a root of my "poly" and i assume at least that 5.121D-16 is "zero" or - 7.019D-17. A famous Scilab alternative do that also but you have to take care of the truncation of the values in this case. >> poly(a) ans = 1.0000 -4.0000 0.0000 0.0000 "good" result in this case, but if i assume that in my matrix, the zero is now 0.000001, it's now a wrong result. regards ---------------------------------------------------------------------- Michel Sylvestre Ledru Pour users at lists.scilab.org 17/12/2008 14:06 cc Objet Veuillez Re: [scilab-Users] Question about r?pondre ? Scilab-poly users at lists.scil ab.org Le mardi 16 d?cembre 2008 ? 12:46 +0200, Sotos a ?crit : > Hallo, > > I have been using Scilab for about 3 months,as a new student. > My question... > What kind of number is that at the bottom...(4.406D-16). Note that Scilab 5 is results closer that what you expect: -->a=[1 1 3 -->1 2 3 -->0 1 1 ] a = 1. 1. 3. 1. 2. 3. 0. 1. 1. -->p= poly(a,"z") p = 2 3 - 1 + z - 4z + z Sylvestre From sylvestre.ledru at scilab.org Wed Dec 17 15:29:49 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 17 Dec 2008 15:29:49 +0100 Subject: [scilab-Users] =?ISO-8859-1?Q?R=E9f=3A?= Question about Scilab-poly In-Reply-To: References: Message-ID: <1229524189.21115.194.camel@korcula.inria.fr> Le mercredi 17 d?cembre 2008 ? 15:22 +0100, michel.marzin at ext.mpsa.com a ?crit : > Sylvestre, > > his matrix was : > A= > 1 1 3 > 1 2 4 > 0 1 1 Yep, my fault :/ > under my Scilab 4.12 : 5.121D-16 + 2.902D-16x -4 x^2 + x^3 > > under my Scilab 5.0.3 : - 7.019D-17 + 1.792D-15x - 4x^2 + x^3 OK, maybe this difference is caused by the change of precision that we introduced between Scilab 4.X & 5.X: http://wiki.scilab.org/Scilab_precision Sylvestre From joerg.kuehne at gmx.net Fri Dec 19 10:12:38 2008 From: joerg.kuehne at gmx.net (=?iso-8859-1?Q?=22J=F6rg_K=FChne=22?=) Date: Fri, 19 Dec 2008 10:12:38 +0100 Subject: economic simulation toolbox/framework In-Reply-To: <6C8C60A2D00C714E978A479C9C5623270280DF134C@exchange.uts.com> References: <20081217091441.243270@gmx.net> <6C8C60A2D00C714E978A479C9C5623270280DF134C@exchange.uts.com> Message-ID: <20081219091238.280920@gmx.net> Dear Sharad you can find swarm under www.swarm.org. I am just interested to know if there something similar available for scilab? I am looking for a bank economic simulation framework - something similar already exists for artificial stock market simultation, see http://artstkmkt.sourceforge.net/ Best readards and happy Christmas Joerg -------- Original-Nachricht -------- > Datum: Wed, 17 Dec 2008 05:38:49 -0600 > Von: "Sharad M. Marathe" > An: "users at lists.scilab.org" , "J?rg K?hne" > Betreff: RE: [scilab-Users] economic simulation via swarm > Dear Jorg, > > Thanks for responding. Do you have the link where we can get the Swarm > tool bo x or the animation example you have mentioned? > > Regards, > > Sharad Marathe > ________________________________________ > From: "J?rg K?hne" [joerg.kuehne at gmx.net] > Sent: Wednesday, December 17, 2008 3:14 AM > To: users at lists.scilab.org > Subject: [scilab-Users] economic simulation via swarm > > Dear Scilab user group > > exists there may be a toolbox (like the swarm simulation framework) or an > example demo for evolutionary simulation or an animation example? > > thanks in advanced > > Joerg > -- > Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: > http://www.gmx.net/de/go/multimessenger -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger From th.boucher at tele2.fr Fri Dec 19 13:53:54 2008 From: th.boucher at tele2.fr (=?iso-8859-1?B?VOls6TIgVGg=?=) Date: Fri, 19 Dec 2008 13:53:54 +0100 Subject: dysfonctionnement de Scilab 5.0.3 ? Message-ID: Bonjour, J?ai install? hier Scilab 5.0.3 sur mon PC. L?installation s?est a priori bien d?roul?e J?ai voulu alors tester le logiciel en ex?cutant un fichier .sce t?l?charg? sur le site (un sujet de Bac). J?ai donc lanc? Scilab, j?ai utilis? la commande de la fen?tre ? console ? : Fichier > Ex?cuter , en d?signant le script en question. Une seconde fen?tre appara?t alors furtivement, puis les deux fen?tres se ferment Plus de r?action du logiciel. Ce non fonctionnement est-il imputable ? une mauvaise installation de Scilab ou ? un PC (sous Windows XP) aux performances insuffisantes : Monoprocesseur Intel Pentium 4 ? 2,54 GHz, RAM 512 Mo et 1,89 Go d?espace libre sur C ? Dans ce cas, quelle sont la ? configuration minimale ? et la ? configuration de confort ? pour scilab ? Avec tous mes remerciements, Thierry BOUCHER -------------- next part -------------- An HTML attachment was scrubbed... URL: From foncteur at club-internet.fr Fri Dec 19 15:19:38 2008 From: foncteur at club-internet.fr (Foncteur) Date: Fri, 19 Dec 2008 15:19:38 +0100 Subject: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? In-Reply-To: References: Message-ID: <494BAD7A.9020404@club-internet.fr> Bonjour Thierry En aucun cas, ceci est un probl?me de performances de ton PC, mais plut?t une instabilit? de Windows Ceci dit si tu d?sires faire du calcul plus pouss? et m?me pour d'autres chose, passer ta m?moire ? 1GO ne sera pas du luxe ;-) Essaye ?galement de d?sactiver certains programmes qui se lancent au d?marrage avec msconfig, juste le temps d'un temps d'un test : "D?marrer > Ex?cuter" puis saisit "msconfig" et "OK", clique ensuite sur "D?marrage s?lectif" puis d?coche la case "Charger les rubrique du d?marrage" [n'ayant pas un XP sous la main, je ne suis pas s?r du libell?]), tu fais ensuite "Appliquer" puis "Fermer", il faudra red?marrer. Si cela en change rien, r?tablit le msconfig en cliquant sur "D?marrage normal" ce coup-l?. (il faudra encore red?marrer !). Tu peux aussi vider ton dossier C:\Windows\temp en mode sans echec si possible. (? faire souvent d'ailleurs...) Sinon, essaye-d?j? de d?sinstaller Scilab et de le r?installer avec les anti-virus et firewall d?sactiv?s, puis de le faire fonctionner toujours avec ces programmes (qui sont des bouffes ressources) d?sactiv?s. Est-ce que cela ne survient qu'avec ton fichier ? en as-tu essay? d'autres ? ceux livr?s en exemple ? A plusieurs reprises et avec diff?rents logiciels, il m'est arriv? avec XP de voir une application quitter sans raison et sans message (acrobat, filemaker, ie 7, etc.). N'ayant pas parcouru, tous les autres messages, je ne pourrai pas de donner d'autres "manips" ? tester. Voilou Peter /* foncteur AT club-internet DOT fr */ T?l?2 Th a ?crit : > > Bonjour, > > J'ai install? hier Scilab 5.0.3 sur mon PC. > > L'installation s'est a priori bien d?roul?e... > > J'ai voulu alors tester le logiciel en ex?cutant un fichier .sce > t?l?charg? sur le site (un sujet de Bac). > > J'ai donc lanc? Scilab, j'ai utilis? la commande de la fen?tre > ? console ? : Fichier > Ex?cuter , en d?signant le script en question. > > Une seconde fen?tre appara?t alors furtivement, puis les deux fen?tres > se ferment... Plus de r?action du logiciel. > > Ce non fonctionnement est-il imputable ? une mauvaise installation de > Scilab ou ? un PC (sous Windows XP) aux performances insuffisantes : > > Monoprocesseur Intel Pentium 4 ? 2,54 GHz, RAM 512 Mo et 1,89 Go > d'espace libre sur C ? > > Dans ce cas, quelle sont la ? configuration minimale ? et la > ? configuration de confort ? pour scilab ? > > Avec tous mes remerciements, > > Thierry BOUCHER > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Fri Dec 19 15:21:01 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 19 Dec 2008 15:21:01 +0100 Subject: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? In-Reply-To: <494BAD7A.9020404@club-internet.fr> References: <494BAD7A.9020404@club-internet.fr> Message-ID: <1229696462.16944.46.camel@korcula.inria.fr> (sorry but there are much more english speakers on this mailing list than french speakers) If it is critical, we might create a french mailing list... S Le vendredi 19 d?cembre 2008 ? 15:19 +0100, Foncteur a ?crit : > Bonjour Thierry > > En aucun cas, ceci est un probl?me de performances de ton PC, mais > plut?t une instabilit? de Windows > Ceci dit si tu d?sires faire du calcul plus pouss? et m?me pour > d'autres chose, passer ta m?moire ? 1GO > ne sera pas du luxe ;-) > > Essaye ?galement de d?sactiver certains programmes qui se lancent au > d?marrage avec msconfig, juste > le temps d'un temps d'un test : > "D?marrer > Ex?cuter" puis saisit "msconfig" et "OK", clique ensuite > sur "D?marrage s?lectif" puis d?coche > la case "Charger les rubrique du d?marrage" [n'ayant pas un XP sous la > main, je ne suis pas s?r du libell?]), > tu fais ensuite "Appliquer" puis "Fermer", il faudra red?marrer. Si > cela en change rien, r?tablit le msconfig > en cliquant sur "D?marrage normal" ce coup-l?. (il faudra encore > red?marrer !). > > Tu peux aussi vider ton dossier C:\Windows\temp en mode sans echec si > possible. (? faire souvent d'ailleurs...) > > Sinon, essaye-d?j? de d?sinstaller Scilab et de le r?installer avec > les anti-virus et firewall d?sactiv?s, > puis de le faire fonctionner toujours avec ces programmes (qui sont > des bouffes ressources) d?sactiv?s. > Est-ce que cela ne survient qu'avec ton fichier ? en as-tu essay? > d'autres ? ceux livr?s en exemple ? > > A plusieurs reprises et avec diff?rents logiciels, il m'est arriv? > avec XP de voir une application quitter > sans raison et sans message (acrobat, filemaker, ie 7, etc.). > > N'ayant pas parcouru, tous les autres messages, je ne pourrai pas de > donner d'autres "manips" ? tester. > > Voilou > > Peter /* foncteur AT club-internet DOT fr */ > > > T?l?2 Th a ?crit : > > Bonjour, > > > > J?ai install? hier Scilab 5.0.3 sur mon PC. > > > > L?installation s?est a priori bien d?roul?e? > > > > J?ai voulu alors tester le logiciel en ex?cutant un fichier .sce > > t?l?charg? sur le site (un sujet de Bac). > > > > J?ai donc lanc? Scilab, j?ai utilis? la commande de la fen?tre > > ? console ? : Fichier > Ex?cuter , en d?signant le script en > > question. > > > > Une seconde fen?tre appara?t alors furtivement, puis les deux > > fen?tres se ferment? Plus de r?action du logiciel. > > > > Ce non fonctionnement est-il imputable ? une mauvaise installation > > de Scilab ou ? un PC (sous Windows XP) aux performances > > insuffisantes : > > > > Monoprocesseur Intel Pentium 4 ? 2,54 GHz, RAM 512 Mo et 1,89 Go > > d?espace libre sur C ? > > > > Dans ce cas, quelle sont la ? configuration minimale ? et la > > ? configuration de confort ? pour scilab ? > > > > Avec tous mes remerciements, > > > > Thierry BOUCHER > > > > > > > > From th.boucher at tele2.fr Fri Dec 19 21:09:53 2008 From: th.boucher at tele2.fr (=?utf-8?B?VMOpbMOpMiBUaA==?=) Date: Fri, 19 Dec 2008 21:09:53 +0100 Subject: TR: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? Message-ID: Hello, At first, excuse me for using the French language... I just sent an email to the forum to ask for advice, because after beeing installed, the Scilab 5.0.3 software didn't work on my computer (processor: Intel Pentium 4 - 2,54 GHz, RAM 512 MB, OS: Windows XP SP3). As soon as I loaded the demo ".sce files" from the Scilab site and sent one of them to the software for computation, the main windows disappeared... Apparently, not enough RAM in my computer... Thank you very much Peter (alias Foncteur) for your advices : I already tried some of your tricks: What doesn't work (or isn't enough): - Windows XP "Selective starting" with Scilab 5.0.3 software. - cleaning of C:\Windows\temp directory. - Virusscan removal after Scilab removal. What seems to work: - using Scilab 2.6 or Scilab 4.1.2 (but not 5.0.2). - using Scilab 5.0.3 software in "safe-mode". Now, I'm thinking of increasing the RAM very soon. Thanks to you for your help. Thierry -----Message d'origine----- De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] Envoy? : vendredi 19 d?cembre 2008 15:21 ? : users at lists.scilab.org Objet : Re: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? (sorry but there are much more english speakers on this mailing list than french speakers) If it is critical, we might create a french mailing list... S Le vendredi 19 d?cembre 2008 ? 15:19 +0100, Foncteur a ?crit : > Bonjour Thierry > > En aucun cas, ceci est un probl?me de performances de ton PC, mais > plut?t une instabilit? de Windows > Ceci dit si tu d?sires faire du calcul plus pouss? et m?me pour > d'autres chose, passer ta m?moire ? 1GO > ne sera pas du luxe ;-) > > Essaye ?galement de d?sactiver certains programmes qui se lancent au > d?marrage avec msconfig, juste > le temps d'un temps d'un test : > "D?marrer > Ex?cuter" puis saisit "msconfig" et "OK", clique ensuite > sur "D?marrage s?lectif" puis d?coche > la case "Charger les rubrique du d?marrage" [n'ayant pas un XP sous la > main, je ne suis pas s?r du libell?]), > tu fais ensuite "Appliquer" puis "Fermer", il faudra red?marrer. Si > cela en change rien, r?tablit le msconfig > en cliquant sur "D?marrage normal" ce coup-l?. (il faudra encore > red?marrer !). > > Tu peux aussi vider ton dossier C:\Windows\temp en mode sans echec si > possible. (? faire souvent d'ailleurs...) > > Sinon, essaye-d?j? de d?sinstaller Scilab et de le r?installer avec > les anti-virus et firewall d?sactiv?s, > puis de le faire fonctionner toujours avec ces programmes (qui sont > des bouffes ressources) d?sactiv?s. > Est-ce que cela ne survient qu'avec ton fichier ? en as-tu essay? > d'autres ? ceux livr?s en exemple ? > > A plusieurs reprises et avec diff?rents logiciels, il m'est arriv? > avec XP de voir une application quitter > sans raison et sans message (acrobat, filemaker, ie 7, etc.). > > N'ayant pas parcouru, tous les autres messages, je ne pourrai pas de > donner d'autres "manips" ? tester. > > Voilou > > Peter /* foncteur AT club-internet DOT fr */ > > > T?l?2 Th a ?crit : > > Bonjour, > > > > J'ai install? hier Scilab 5.0.3 sur mon PC. > > > > L'installation s'est a priori bien d?roul?e... > > > > J'ai voulu alors tester le logiciel en ex?cutant un fichier .sce > > t?l?charg? sur le site (un sujet de Bac). > > > > J'ai donc lanc? Scilab, j'ai utilis? la commande de la fen?tre > > " console " : Fichier > Ex?cuter , en d?signant le script en > > question. > > > > Une seconde fen?tre appara?t alors furtivement, puis les deux > > fen?tres se ferment... Plus de r?action du logiciel. > > > > Ce non fonctionnement est-il imputable ? une mauvaise installation > > de Scilab ou ? un PC (sous Windows XP) aux performances > > insuffisantes : > > > > Monoprocesseur Intel Pentium 4 ? 2,54 GHz, RAM 512 Mo et 1,89 Go > > d'espace libre sur C ? > > > > Dans ce cas, quelle sont la " configuration minimale " et la > > " configuration de confort " pour scilab ? > > > > Avec tous mes remerciements, > > > > Thierry BOUCHER > > > > > > > > From sdr at durietz.se Sat Dec 20 00:02:23 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 20 Dec 2008 00:02:23 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <494571F2.3010105@durietz.se> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> Message-ID: <494C27FF.7030500@durietz.se> On 2008-12-14 21:52, Stefan Du Rietz wrote: -------------------- > On 2008-12-13 18:23, Sylvestre Ledru wrote: > -------------------- >> Le samedi 13 d?cembre 2008 ? 18:20 +0100, Stefan Du Rietz a ?crit: >>> On 2008-12-13 18:10, Sylvestre Ledru wrote: >>> -------------------- >>>> Le samedi 13 d?cembre 2008 ? 18:00 +0100, Stefan Du Rietz a ?crit : >>>>> I have tried to make image files of graphic windows in Scilab 4.1.2 >>>>> (Win XP). >>>> Did you try with Scilab 5 ? >>>> >>>> Sylvestre >>>> >>>> >>>> >>> No, I cannot use it, there is something with my graphic card (ATI >>> Radeon HD 2600 Pro AGP), which worked with everything else until I >>> tried to update the drivers, so I had to cancel the update... >> OK, maybe you will be interested by: >> http://wiki.scilab.org/Graphical_issues_with_Scilab_5.0 >> >> I was asking about the version 5 because the graphic export completely >> changed in this version. >> >> S >> > Thank you for the link, which I read. > > I tried again to update my graphic card drivers - much > trouble and limited success and it takes a lot of time... > > I installed Scilab 5.0.3, but when I run it (it introduces > itself as 5.0.2!) it takes three minutes to create > a figure the first time and all my other applications slow down as well. > > And the figure is worse from the beginning than in Scilab > 4.1.2: it is upside down, dots and lines don't fit (even > worse than after making a GIF from Scilab 4.1.2!) although > the dots are at least round. > > So, if the figure is worse from the beginning in Scilab 5, > it does not matter if the export is better. > > /Stefan > > I have now at last succeeded in updating my graphics card drivers, thanks to help from ATI support. But my Scilab 5 figures do not get better. I had a faint feeling that my problem was due to bad precision in Scilab 5. I use datenum() to convert date vectors to time numbers that I can plot in figures. I plot my data with "stems", i.e. vertical lines, terminated with round dots, from a baseline. Bad precision in the x values of the different polylines (vertical lines and dots) will result in the errors I described. After having read the mail 2008-12-17 15:29 from Sylvestre: "OK, maybe this difference is caused by the change of precision that we introduced between Scilab 4.X & 5.X: http://wiki.scilab.org/Scilab_precision" I tried to make the year zero in my date vectors before converting them with datenum() and the problem disappeared! But in Scilab 4.1.2 it worked anyhow. A second issue: The dotted lines are even worse in Scilab 5 than in Scilab 4.1.2 (and in Matlab...): the dots are longer dashes. Can anyone tell me where to fix this in the source code (I have a working function but it is very long)? Strangely enough this improved with Export - GIF... A third issue: How can you change the position of the figure in Export - Postscript (Scilab 4.1.2)? I have searched for info on this (but probably not enough...). In Matlab you have the figure property 'PaperPosition'. Regards Stefan From sylvestre.ledru at inria.fr Sat Dec 20 00:20:57 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Sat, 20 Dec 2008 00:20:57 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <494C27FF.7030500@durietz.se> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> Message-ID: <1229728857.18496.122.camel@zlarin> > > But my Scilab 5 figures do not get better. I had a faint > feeling that my problem was due to bad precision in Scilab > 5. Technically, on the overall (ie, if you don't consider new bugs), Scilab's precision under Linux 32 bits improved since we moved from extended to double precision. Can you show the precision issues that you are getting ? Sylvestre From sdr at durietz.se Sat Dec 20 00:32:44 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 20 Dec 2008 00:32:44 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <1229728857.18496.122.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> Message-ID: <494C2F1C.5020807@durietz.se> On 2008-12-20 00:20, Sylvestre Ledru wrote: -------------------- >> But my Scilab 5 figures do not get better. I had a faint >> feeling that my problem was due to bad precision in Scilab >> 5. > Technically, on the overall (ie, if you don't consider new bugs), > Scilab's precision under Linux 32 bits improved since we moved from > extended to double precision. > > > Can you show the precision issues that you are getting ? > > Sylvestre > > But I am using Windows XP (at the moment...). Maybe it is in the graphics after all: I use the same numbers f?r the x-values of both polylines, but they differ in the figure anyhow. /Stefan From sylvestre.ledru at inria.fr Sat Dec 20 00:40:11 2008 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Sat, 20 Dec 2008 00:40:11 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <494C2F1C.5020807@durietz.se> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> <494C2F1C.5020807@durietz.se> Message-ID: <1229730011.4016.1.camel@zlarin> Le samedi 20 d?cembre 2008 ? 00:32 +0100, Stefan Du Rietz a ?crit : > On 2008-12-20 00:20, Sylvestre Ledru wrote: > -------------------- > > > > >> But my Scilab 5 figures do not get better. I had a faint > >> feeling that my problem was due to bad precision in Scilab > >> 5. > > Technically, on the overall (ie, if you don't consider new bugs), > > Scilab's precision under Linux 32 bits improved since we moved from > > extended to double precision. > > > > > > Can you show the precision issues that you are getting ? > > > > Sylvestre > > > > > But I am using Windows XP (at the moment...). Well, the url on the wiki about precision only occurs under Linux 32 bits. ;) Under Windows, numerical results should be the same from version 4 to 5. > Maybe it is in the graphics after all: I use the same > numbers f?r the x-values of both polylines, but they differ > in the figure anyhow. Can you report a bug on http://bugzilla.scilab.org/ with your code, the output with Scilab 4 and 5 ? Thanks S From sdr at durietz.se Sat Dec 20 00:44:21 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 20 Dec 2008 00:44:21 +0100 Subject: [scilab-Users] Graphic images PS In-Reply-To: <1229728857.18496.122.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> Message-ID: <494C31D5.6020804@durietz.se> On 2008-12-20 00:20, Sylvestre Ledru wrote: -------------------- >> But my Scilab 5 figures do not get better. I had a faint >> feeling that my problem was due to bad precision in Scilab >> 5. > Technically, on the overall (ie, if you don't consider new bugs), > Scilab's precision under Linux 32 bits improved since we moved from > extended to double precision. > > > Can you show the precision issues that you are getting ? > > Sylvestre > Tomorrow I will send you a script to show it. /Stefan From sdr at durietz.se Sat Dec 20 00:46:18 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Sat, 20 Dec 2008 00:46:18 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <1229730011.4016.1.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> <494C2F1C.5020807@durietz.se> <1229730011.4016.1.camel@zlarin> Message-ID: <494C324A.2080904@durietz.se> On 2008-12-20 00:40, Sylvestre Ledru wrote: -------------------- > Le samedi 20 d?cembre 2008 ? 00:32 +0100, Stefan Du Rietz a ?crit : >> On 2008-12-20 00:20, Sylvestre Ledru wrote: >> -------------------- >> >> >> >>>> But my Scilab 5 figures do not get better. I had a faint >>>> feeling that my problem was due to bad precision in Scilab >>>> 5. >>> Technically, on the overall (ie, if you don't consider new bugs), >>> Scilab's precision under Linux 32 bits improved since we moved from >>> extended to double precision. >>> >>> >>> Can you show the precision issues that you are getting ? >>> >>> Sylvestre >>> >>> >> But I am using Windows XP (at the moment...). > Well, the url on the wiki about precision only occurs under Linux 32 bits. ;) > Under Windows, numerical results should be the same from version 4 to 5. > > >> Maybe it is in the graphics after all: I use the same >> numbers f?r the x-values of both polylines, but they differ >> in the figure anyhow. > Can you report a bug on http://bugzilla.scilab.org/ with your code, the > output with Scilab 4 and 5 ? > > Thanks > S > > OK. /Stefan From laurenthaas at free.fr Sat Dec 20 16:41:44 2008 From: laurenthaas at free.fr (Laurent HAAS) Date: Sat, 20 Dec 2008 16:41:44 +0100 Subject: IIR BP filter Message-ID: <494D1238.9020409@free.fr> Hi First of all, congrats for making this software available ! Great work ! I'm currently facing an issue regarding a simple BandPass filter... Here's the code (FYI, I'm a total newbie - Forgive any 'basic' error !) : [voice, Fs] = wavread("test.wav"); nbSamples = size(voice, 2); if (size(voice, 1) > 1) voice = voice(1, 1:nbSamples); // Use only one channel if recorded in stereo end; lisys = iir(11,'bp','butt',[300/Fs 3000/Fs],[0 0]); voice = flts (voice, lisys); wavwrite(voice, Fs, "voiceFiltered.wav"); Scilab doesn't complain. It just doesn't work. What's wrong ? A similar LP filter works, but an HP doesn't, too. I certainly miss something... Thanks and regards ! Laurent (Scilab 5.03 - WinXP) From simone.mannori at scilab.org Sun Dec 21 10:13:54 2008 From: simone.mannori at scilab.org (Simone Mannori) Date: Sun, 21 Dec 2008 10:13:54 +0100 Subject: [scilab-Users] IIR BP filter In-Reply-To: <494D1238.9020409@free.fr> References: <494D1238.9020409@free.fr> Message-ID: <1229850834.10422.2.camel@pinarellu.inria.fr> Hi, may you be so kind to send us the "test.wav" file that you are using ? Windows / Linux / what Scilab version ? I would like to reproduce EXACTLY your test condition ... Regards Simone Mannori - The Scilab Consortium (DIGITEO) Scilab/Scicos Embedded Applications //============================================================================ On Sat, 2008-12-20 at 16:41 +0100, Laurent HAAS wrote: > Hi > > First of all, congrats for making this software available ! Great work ! > > I'm currently facing an issue regarding a simple BandPass filter... > > Here's the code (FYI, I'm a total newbie - Forgive any 'basic' error !) : > > [voice, Fs] = wavread("test.wav"); > nbSamples = size(voice, 2); > if (size(voice, 1) > 1) > voice = voice(1, 1:nbSamples); // Use only one channel if recorded in > stereo > end; > lisys = iir(11,'bp','butt',[300/Fs 3000/Fs],[0 0]); > voice = flts (voice, lisys); > wavwrite(voice, Fs, "voiceFiltered.wav"); > > Scilab doesn't complain. It just doesn't work. What's wrong ? A similar > LP filter works, but an HP doesn't, too. I certainly miss something... > > Thanks and regards ! > > Laurent > > (Scilab 5.03 - WinXP) > From fvogelnew1 at free.fr Sun Dec 21 11:54:56 2008 From: fvogelnew1 at free.fr (fvogelnew1 at free.fr) Date: Sun, 21 Dec 2008 11:54:56 +0100 Subject: [scilab-Users] IIR BP filter In-Reply-To: <1229850834.10422.2.camel@pinarellu.inria.fr> References: <494D1238.9020409@free.fr> <1229850834.10422.2.camel@pinarellu.inria.fr> Message-ID: <1229856896.494e208056169@imp.free.fr> Selon Simone Mannori : > Windows / Linux / what Scilab version ? This information is at the bottom of the OP's post, I paste it here again for your convenience: (Scilab 5.03 - WinXP) Francois From laurenthaas at free.fr Sun Dec 21 14:46:05 2008 From: laurenthaas at free.fr (Laurent HAAS) Date: Sun, 21 Dec 2008 14:46:05 +0100 Subject: [scilab-Users] IIR BP filter In-Reply-To: <1229850834.10422.2.camel@pinarellu.inria.fr> References: <494D1238.9020409@free.fr> <1229850834.10422.2.camel@pinarellu.inria.fr> Message-ID: <494E489D.109@free.fr> Hi Simone Thanks for your prompt reply Simone Mannori a ?crit : > may you be so kind to send us the "test.wav" file that you are using ? > > Windows / Linux / what Scilab version ? > > I would like to reproduce EXACTLY your test condition ... You can download here http://f6fvy.free.fr/scilab/bpfIirButt.zip the test file, with a tiny test script ;-) Actually, I found by chance that the filter order must be <= 6 to work in these conditions. When using a greater order, it doesn't work. WinXP SP2 + Scilab 5.03 Rgds Laurent From sdr at durietz.se Mon Dec 22 11:11:14 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Mon, 22 Dec 2008 11:11:14 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <1229730011.4016.1.camel@zlarin> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> <494C2F1C.5020807@durietz.se> <1229730011.4016.1.camel@zlarin> Message-ID: <494F67C2.2090309@durietz.se> On 2008-12-20 00:40, Sylvestre Ledru wrote: -------------------- > Le samedi 20 d?cembre 2008 ? 00:32 +0100, Stefan Du Rietz a ?crit : >> On 2008-12-20 00:20, Sylvestre Ledru wrote: >> -------------------- >> >> >> >>>> But my Scilab 5 figures do not get better. I had a faint >>>> feeling that my problem was due to bad precision in Scilab >>>> 5. >>> Technically, on the overall (ie, if you don't consider new bugs), >>> Scilab's precision under Linux 32 bits improved since we moved from >>> extended to double precision. >>> >>> >>> Can you show the precision issues that you are getting ? >>> >>> Sylvestre >>> >>> >> But I am using Windows XP (at the moment...). > Well, the url on the wiki about precision only occurs under Linux 32 bits. ;) > Under Windows, numerical results should be the same from version 4 to 5. > > >> Maybe it is in the graphics after all: I use the same >> numbers f?r the x-values of both polylines, but they differ >> in the figure anyhow. > Can you report a bug on http://bugzilla.scilab.org/ with your code, the > output with Scilab 4 and 5 ? > > Thanks > S > > > I have now sent three sci-files and one data file you need to reproduce the bug and see the difference between Scilab 4 and 5. Feel free to contact me any time. Regards Stefan From sdr at durietz.se Mon Dec 22 11:55:20 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Mon, 22 Dec 2008 11:55:20 +0100 Subject: [scilab-Users] Graphic images In-Reply-To: <494F67C2.2090309@durietz.se> References: <4943EA2E.8060104@durietz.se> <1229188211.3581.43.camel@zlarin> <4943EEFB.50307@durietz.se> <1229188998.3581.55.camel@zlarin> <494571F2.3010105@durietz.se> <494C27FF.7030500@durietz.se> <1229728857.18496.122.camel@zlarin> <494C2F1C.5020807@durietz.se> <1229730011.4016.1.camel@zlarin> <494F67C2.2090309@durietz.se> Message-ID: <494F7218.4050103@durietz.se> On 2008-12-22 11:11, Stefan Du Rietz wrote: -------------------- > On 2008-12-20 00:40, Sylvestre Ledru wrote: > -------------------- >> Le samedi 20 d?cembre 2008 ? 00:32 +0100, Stefan Du Rietz a ?crit : >>> On 2008-12-20 00:20, Sylvestre Ledru wrote: >>> -------------------- >>> >>> >>> >>>>> But my Scilab 5 figures do not get better. I had a faint >>>>> feeling that my problem was due to bad precision in Scilab >>>>> 5. >>>> Technically, on the overall (ie, if you don't consider new bugs), >>>> Scilab's precision under Linux 32 bits improved since we moved from >>>> extended to double precision. >>>> >>>> >>>> Can you show the precision issues that you are getting ? >>>> Sylvestre >>>> >>>> >>> But I am using Windows XP (at the moment...). >> Well, the url on the wiki about precision only occurs under Linux 32 >> bits. ;) >> Under Windows, numerical results should be the same from version 4 to 5. >> >> >>> Maybe it is in the graphics after all: I use the same numbers f?r the >>> x-values of both polylines, but they differ in the figure anyhow. >> Can you report a bug on http://bugzilla.scilab.org/ with your code, the >> output with Scilab 4 and 5 ? >> >> Thanks >> S >> >> >> > I have now sent three sci-files and one data file you need to reproduce > the bug and see the difference between Scilab 4 and 5. Feel free to > contact me any time. > > Regards > Stefan > In Scilab 5, even the x-grid lines don't fit the x-ticks! And the axes are displaced. It is all very evident in my plot with original x-data. /Stefan From rozman at etrust.si Mon Dec 22 20:47:19 2008 From: rozman at etrust.si (Tinia) Date: Mon, 22 Dec 2008 20:47:19 +0100 Subject: Weird acos values ? Message-ID: Hi, one of our student found that those two examples below don't produce same result : 1. -->k = 0.5 * 44100 / 343; -->k = k / 44100 * 343; -->acos(k/0.5) ans = 2.107D-08i 2. -->k = 0.5; -->acos(k/0.5) ans = 0. Same happens under 4.1.2 and 5.0.3. Any hint ? Thanks in advance, regards, Rob. From fvogelnew1 at free.fr Mon Dec 22 20:54:13 2008 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Mon, 22 Dec 2008 20:54:13 +0100 Subject: [scilab-Users] Weird acos values ? In-Reply-To: References: Message-ID: <494FF065.4000600@free.fr> FAQ. Scilab makes numerical computations. These are subject to rounding errors. Other softwares make exact calculations. Francois Tinia said on 22/12/2008 20:47: > Hi, > > one of our student found that those two examples below don't produce same > result : > > 1. -->k = 0.5 * 44100 / 343; > -->k = k / 44100 * 343; > -->acos(k/0.5) > ans = > > 2.107D-08i > > 2. -->k = 0.5; > -->acos(k/0.5) > ans = > > 0. > > > Same happens under 4.1.2 and 5.0.3. Any hint ? > > Thanks in advance, > > regards, > > Rob. > > > > > From esmamian at gmail.com Tue Dec 23 07:37:40 2008 From: esmamian at gmail.com (esmamian) Date: Tue, 23 Dec 2008 01:37:40 -0500 Subject: Problem Message-ID: <7e1354bc0812222237w43cfd219m8c35e5434bd3ff43@mail.gmail.com> Dear Mr/Miss This is my problem; i have this equation : v1=v+alpha*dk, where dk=[ 0; 2.479D-62; - 1.324D-64; - 2.479D-62;1.324D-64], alpha=1. But after to solve the equation I obtained v1=v. Why?, somebody could assist me? Thanks in advance Sof?a Mami?n Estudiante de Matem?tica Universidad del Cauca Colombia -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel.marzin at ext.mpsa.com Tue Dec 23 08:47:41 2008 From: michel.marzin at ext.mpsa.com (michel.marzin at ext.mpsa.com) Date: Tue, 23 Dec 2008 08:47:41 +0100 Subject: [scilab-Users] Weird acos values ( deals with rounding precision) In-Reply-To: <494FF065.4000600@free.fr> References: <494FF065.4000600@free.fr> Message-ID: An HTML attachment was scrubbed... URL: From fvogelnew1 at free.fr Tue Dec 23 09:43:07 2008 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Tue, 23 Dec 2008 09:43:07 +0100 Subject: [scilab-Users] Weird acos values ( deals with rounding precision) In-Reply-To: References: <494FF065.4000600@free.fr> Message-ID: <4950A49B.3040206@free.fr> It would be such a relief if you would turn your text below into a FAQ page on the wiki so that we could point users to that page whenever they complain that 1.2D-19 is not zero, which happens twice a week or so... Would you do that for the community? Please keep the stamp "Best viewed with a brain", it's so true (and btw I can't believe that the original post starts with "one of our student found that..." - Is this a report from a teacher, then???). http://wiki.scilab.org/ IMHO a FAQ page would fit nicely in the "Scilab documentation" sub-area (upper left tile of the table in the above page). Do you take it? Francois michel.marzin at ext.mpsa.com said on 23/12/2008 08:47: > Hi, > > -->a=(0.5*44100)/343 > a = > 64.285714 > -->b=(a/44100)*343 > b = > 0.5 > -->b-0.5 > ans = > 1.110D-16 > > Result isn't exact and it's weird if we expect "perfection" from computers. > > From a "mathematical" point of view, yes, it's weird. > From a more "technical" point of view ( my point of view), you have to > deals with precision when you do some measurements > on parts, so the only question i ask is : do i have enought precision in > my computation to manage these results. > > if you manage "sounds" ( 44100 ?!!), do you need a perfect > "mathematical" result ? > > Rounding error isn't a Scilab particularity. > All compu sion" > > when i deals with stress and strain, i don't need to have more than 1d-3 > of precision on results > so computation on 1d-8 data is sufficient for me, FEA software deals > with that precision ( sometimes less) > > It's a great concept to teach to student, a base in numerical analysis. > "Don't expect perfection from codes." > > You can do computation on great clusters, on supercomputer, on your home > computer. > these machines don't forget data, unlike YOU > these machines can compute faster than YOU > these machine have more memory than YOU > but > YOU feed the machine with data > YOU feed the machine with code > YOU know that perfection doesn't exist ( except me of course ;-)) > YOU know that you can make mistakes > the machine don't know that. > > Then lesson is : Be Smart. > Smar >Smart in your "data feeding" > Smart in your needs > > The machine can't be smart for you. > So on some reports, we should stamp " Best viewed with a brain" > > regards, > ---------------------------------------------------------------------- > Michel > > PS : Easy to say, i have to confess that i'm not the last to complain > about computer. > Please Santa give me a better computer. > i don't need a better brain, i'm perfect ;-)) From michel.marzin at ext.mpsa.com Tue Dec 23 10:51:10 2008 From: michel.marzin at ext.mpsa.com (michel.marzin at ext.mpsa.com) Date: Tue, 23 Dec 2008 10:51:10 +0100 Subject: =?ISO-8859-1?Q?R=E9f=2E=3A_[scilab-Users]__deals_with_rounding_precision?= In-Reply-To: <4950A49B.3040206@free.fr> References: <494FF065.4000600@free.fr> <4950A49B.3040206@free.fr> Message-ID: An HTML attachment was scrubbed... URL: From centro.calculo at siu.udea.edu.co Tue Dec 23 13:38:17 2008 From: centro.calculo at siu.udea.edu.co (Centro Calculo) Date: Tue, 23 Dec 2008 07:38:17 -0500 (COT) Subject: [scilab-Users] Problem In-Reply-To: <702066858.1026861230035851202.JavaMail.root@siu-mail.udea.edu.co> Message-ID: <501468333.1026881230035897573.JavaMail.root@siu-mail.udea.edu.co> Hello Sofia, Scilab makes numerical computations and assumes 2.479D-62 or D-64 like zeros Cheers ----- Mensaje original ----- De: "esmamian" Para: users at lists.scilab.org Enviados: Martes, 23 de Diciembre de 2008 1:37:40 GMT -05:00 Colombia Asunto: [scilab-Users] Problem Dear Mr/Miss This is my problem; i have this equation : v1=v+alpha*dk, where dk=[ 0; 2.479D-62; - 1.324D-64; - 2.479D-62;1.324D-64], alpha=1. But after to solve the equation I obtained v1=v. Why? , somebody could assist me? Thanks in advance Sof?a Mami?n Estudiante de Matem?tica Universidad del Cauca Colombia -- ------------------------------------------------------------------------------------------- Centro Regional de Simulaci?n y C?lculo Avanzado, CRESCA Sede de Investigaci?n Universitaria (SIU) Clle. 62 No. 52-59 (Peatonal) Cra. 53 No. 61-30 (Vehicular) Tels. (574) 219-6612 (CRESCA), (574) 219-6400 (Conmutador) Fax. (574) 219-6565 e-mail: centro.calculo at siu.udea.edu.co website: http://siu.udea.edu.co/cresca ------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Tue Dec 23 17:17:33 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 23 Dec 2008 17:17:33 +0100 Subject: Packages & so Message-ID: <1230049053.17737.185.camel@korcula.inria.fr> Some quick news from the free community. = Sagemath = A Experimental "Scilab/Sage package" is planed for Sage 3.4 and an experimental package by Jaap Spies is available here: http://trac.sagemath.org/sage_trac/ticket/4821 = Mandriva = Tomasz Pawel Gajc (a regular Mandriva contributor) created a package available here: http://sophie.zarb.org/viewrpm/9fa2afb865a5d83f04c8fb044af68214 = Opensuse = A Scilab package for Opensuse has been created by Andrea Florio. It is available here: http://packman.links2linux.org/package/scilab/80519 and should be included in the next version of opensuse Note that Mandriva & Opensuse packages have been created for Scilab 5.0.3 and I applied most of their patches (or update some part of the code) for Scilab 5.0.4. = Redhat/Fedora = The work is still going on: https://bugzilla.redhat.com/show_bug.cgi?id=472639 They are also doing a great work packaging the misc dependencies but they are a bit stuck about the JOGL packaging (jogl and glugen should produce two different packages ... which I should also do in Debian/Ubuntu too) See: https://bugzilla.redhat.com/show_bug.cgi?id=439630 = Debian/Ubuntu = As a reminder, it is avalable here: http://www.scilab.org/team/sylvestre.ledru/ Debian packages are up-to-date. I have to upload the new ubuntu's packages. = Arch Linux = It is also available under Arch Linux by Simon Lipp (one of our former trainee) http://aur.archlinux.org/packages.php?do_Details=1&ID=19897 = Gentoo = A bit stuck for now: http://bugs.gentoo.org/237572 Markus is a nice guy, don't hesitate if you want to contribute. Here are some news. If you want, I can send regular updates like this mail. Sylvestre From nickothieno at gmail.com Sun Dec 28 22:27:01 2008 From: nickothieno at gmail.com (Nick Othieno) Date: Mon, 29 Dec 2008 00:27:01 +0300 Subject: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? In-Reply-To: References: Message-ID: <2239326e0812281327g196d5b8eta4940341ba83bbc4@mail.gmail.com> I dont mind the French, I am trying to learn the language. Maybe we can have someone to inteprete the french posts if he/she has the time. :-) 2008/12/19 T?l?2 Th > Hello, > At first, excuse me for using the French language... > I just sent an email to the forum to ask for advice, because after beeing > installed, the Scilab 5.0.3 software didn't work on my computer (processor: > Intel Pentium 4 - 2,54 GHz, RAM 512 MB, OS: Windows XP SP3). As soon as I > loaded the demo ".sce files" from the Scilab site and sent one of them to > the software for computation, the main windows disappeared... Apparently, > not enough RAM in my computer... > Thank you very much Peter (alias Foncteur) for your advices : I already > tried some of your tricks: > What doesn't work (or isn't enough): > - Windows XP "Selective starting" with Scilab 5.0.3 software. > - cleaning of C:\Windows\temp directory. > - Virusscan removal after Scilab removal. > What seems to work: > - using Scilab 2.6 or Scilab 4.1.2 (but not 5.0.2). > - using Scilab 5.0.3 software in "safe-mode". > Now, I'm thinking of increasing the RAM very soon. > Thanks to you for your help. > Thierry > > -----Message d'origine----- > De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] > Envoy? : vendredi 19 d?cembre 2008 15:21 > ? : users at lists.scilab.org > Objet : Re: [scilab-Users] dysfonctionnement de Scilab 5.0.3 ? > > (sorry but there are much more english speakers on this mailing list > than french speakers) > > If it is critical, we might create a french mailing list... > > S > > > Le vendredi 19 d?cembre 2008 ? 15:19 +0100, Foncteur a ?crit : > > Bonjour Thierry > > > > En aucun cas, ceci est un probl?me de performances de ton PC, mais > > plut?t une instabilit? de Windows > > Ceci dit si tu d?sires faire du calcul plus pouss? et m?me pour > > d'autres chose, passer ta m?moire ? 1GO > > ne sera pas du luxe ;-) > > > > Essaye ?galement de d?sactiver certains programmes qui se lancent au > > d?marrage avec msconfig, juste > > le temps d'un temps d'un test : > > "D?marrer > Ex?cuter" puis saisit "msconfig" et "OK", clique ensuite > > sur "D?marrage s?lectif" puis d?coche > > la case "Charger les rubrique du d?marrage" [n'ayant pas un XP sous la > > main, je ne suis pas s?r du libell?]), > > tu fais ensuite "Appliquer" puis "Fermer", il faudra red?marrer. Si > > cela en change rien, r?tablit le msconfig > > en cliquant sur "D?marrage normal" ce coup-l?. (il faudra encore > > red?marrer !). > > > > Tu peux aussi vider ton dossier C:\Windows\temp en mode sans echec si > > possible. (? faire souvent d'ailleurs...) > > > > Sinon, essaye-d?j? de d?sinstaller Scilab et de le r?installer avec > > les anti-virus et firewall d?sactiv?s, > > puis de le faire fonctionner toujours avec ces programmes (qui sont > > des bouffes ressources) d?sactiv?s. > > Est-ce que cela ne survient qu'avec ton fichier ? en as-tu essay? > > d'autres ? ceux livr?s en exemple ? > > > > A plusieurs reprises et avec diff?rents logiciels, il m'est arriv? > > avec XP de voir une application quitter > > sans raison et sans message (acrobat, filemaker, ie 7, etc.). > > > > N'ayant pas parcouru, tous les autres messages, je ne pourrai pas de > > donner d'autres "manips" ? tester. > > > > Voilou > > > > Peter /* foncteur AT club-internet DOT fr */ > > > > > > T?l?2 Th a ?crit : > > > Bonjour, > > > > > > J'ai install? hier Scilab 5.0.3 sur mon PC. > > > > > > L'installation s'est a priori bien d?roul?e... > > > > > > J'ai voulu alors tester le logiciel en ex?cutant un fichier .sce > > > t?l?charg? sur le site (un sujet de Bac). > > > > > > J'ai donc lanc? Scilab, j'ai utilis? la commande de la fen?tre > > > " console " : Fichier > Ex?cuter , en d?signant le script en > > > question. > > > > > > Une seconde fen?tre appara?t alors furtivement, puis les deux > > > fen?tres se ferment... Plus de r?action du logiciel. > > > > > > Ce non fonctionnement est-il imputable ? une mauvaise installation > > > de Scilab ou ? un PC (sous Windows XP) aux performances > > > insuffisantes : > > > > > > Monoprocesseur Intel Pentium 4 ? 2,54 GHz, RAM 512 Mo et 1,89 Go > > > d'espace libre sur C ? > > > > > > Dans ce cas, quelle sont la " configuration minimale " et la > > > " configuration de confort " pour scilab ? > > > > > > Avec tous mes remerciements, > > > > > > Thierry BOUCHER > > > > > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Dan_Gill at mksinst.com Mon Dec 29 04:01:07 2008 From: Dan_Gill at mksinst.com (Dan_Gill at mksinst.com) Date: Sun, 28 Dec 2008 22:01:07 -0500 Subject: Dan Gill/US/MKS is out of the office. Message-ID: I will be out of the office starting 12/23/2008 and will not return until 01/05/2009. I will respond to your message when I return. From jordi785 at gmail.com Tue Dec 30 11:35:14 2008 From: jordi785 at gmail.com (Jordi Castro) Date: Tue, 30 Dec 2008 11:35:14 +0100 Subject: Problems with Scilab In-Reply-To: <84326930812300232h609ae6ebo8532dd4ca9874d5e@mail.gmail.com> References: <84326930812300232h609ae6ebo8532dd4ca9874d5e@mail.gmail.com> Message-ID: <84326930812300235m71aa7102j2b18bfd7d28a5d6e@mail.gmail.com> > Hello my name is Jordi Castro and I am from Barcelona Spain. I am using > Scilab and I have problems with Scicos. When I use a "Workspace" and then I > executed the variable in Scilab, Scilab doesn't allow me to write the > variable. > > I would be grateful if you would send me a resolution of the problem. > > > Thank you > > > > Jordi > -------------- next part -------------- An HTML attachment was scrubbed... URL: