From jeanminusyvesdotbaudais at insaminusrennesdotfr.spam Thu Jul 3 15:00:26 2008 From: jeanminusyvesdotbaudais at insaminusrennesdotfr.spam (Jean-Yves Baudais) Date: Thu, 03 Jul 2008 15:00:26 +0200 Subject: xgrid and plot2d Message-ID: <486CCD6A.2080809@insaminusrennesdotfr.spam> Hello, I use xgrid() with plot2d(), like this (default mode) > plot2d(0,0,rect=[0,0,10,10]),xgrid(31) > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) In old scilab version, the grid is drawn below the curve, but with scilab-4.0 it doesn't work. How can I make a grid under the curve? Thanks for your help. -- Jyb From francis.blanchet at scola.ac-paris.fr Wed Jul 2 23:25:51 2008 From: francis.blanchet at scola.ac-paris.fr (Francis Blanchet) Date: Wed, 02 Jul 2008 23:25:51 +0200 Subject: =?ISO-8859-1?Q?rpobl=E8mes_pour_t=E9l=E9charger_scilab_5?= Message-ID: <486BF25F.60605@scola.ac-paris.fr> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Impossible de t?l?charger Scilab 5 sur mon Mac-PPc sur Ubuntu. Le message du terminal est: gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Des erreurs ont provoqu? l'arr?t du programme -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIa/JfyvSetw/JW54RAgsuAKCBBnA0X8OW9yFGdM/QpieorbeJTgCgk+4v BIjqB8VUWRUvTuCTT26d+bk= =GmBQ -----END PGP SIGNATURE----- From pradipta.basu at altair.com Thu Jul 3 01:44:53 2008 From: pradipta.basu at altair.com (Pradipta Basu Mandal) Date: Thu, 3 Jul 2008 05:14:53 +0530 Subject: [scilab-Users] help for executing the mat2sci converted file In-Reply-To: Message-ID: <21581D39FA3BDF40904D75AF9653CE2601F8B9A7@blrex.prog.altair.com> Hi Anil, I tried converting your Matlab m-file to a Scilab sci-file and ran the same in Scilab. zernike(3,1,rand(3,1),rand(3,1),4) ans = - 0.1156265 - 0.1199545 - 0.1228480 - 1.1562771 - 1.2039626 - 1.2358431 - 0.6788999 - 0.7050217 - 0.7224857 I gave some random inputs. I don't know whether they are meaningful. Anyway I got some answers. I have copied them from the Scilab console. You can check for yourself if this is of any help to you. Pradipta. -----Original Message----- From: anil sharma [mailto:sanilg81 at gmail.com] Sent: Wednesday, June 25, 2008 5:58 AM To: users at lists.scilab.org Subject: [scilab-Users] help for executing the mat2sci converted file Hi, i have converted 2 matlab file for execution of zernike polynomials into scilab but i am facing problem in executing the code in scilab. can somebody help me. I have attached both the matlab and scilab codes with this mail Regards Anil Sharma -------------- next part -------------- A non-text attachment was scrubbed... Name: zernike.m Type: application/octet-stream Size: 2636 bytes Desc: zernike.m URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: zernike.sci Type: application/octet-stream Size: 3205 bytes Desc: zernike.sci URL: From jean-yves.baudais at insa-rennes.fr Fri Jul 4 08:47:04 2008 From: jean-yves.baudais at insa-rennes.fr (Jean-Yves Baudais) Date: Fri, 04 Jul 2008 08:47:04 +0200 Subject: xgrid and plot2d Message-ID: <486DC768.7040409@insa-rennes.fr> Hello, I use xgrid() with plot2d(), like this (default mode) > plot2d(0,0,rect=[0,0,10,10]),xgrid(31) > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) In old scilab version, the grid is drawn below the curve, but with scilab-4.0 it doesn't work. How can I make a grid under the curve? Thanks for your help. -- Jyb From Matthias.Zenker at erbe-med.de Fri Jul 4 09:07:14 2008 From: Matthias.Zenker at erbe-med.de (Zenker, Dr. Matthias) Date: Fri, 4 Jul 2008 09:07:14 +0200 Subject: xgrid and plot2d References: <486CCD6A.2080809@insaminusrennesdotfr.spam> Message-ID: For me (Scilab 4.1.2, Windoze XP), those commands produce a grid in pink under a curve in black, meaning that the black lines cover those in pink. So I don't see your problem... Matthias > -----Original Message----- > From: Jean-Yves Baudais > [mailto:jeanminusyvesdotbaudais at insaminusrennesdotfr.spam] > Sent: Thursday, July 03, 2008 3:00 PM > To: users at lists.scilab.org > Subject: xgrid and plot2d > > Hello, > > I use xgrid() with plot2d(), like this (default mode) > > > plot2d(0,0,rect=[0,0,10,10]),xgrid(31) > > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) > > In old scilab version, the grid is drawn below the curve, but > with scilab-4.0 it doesn't work. How can I make a grid under > the curve? > Thanks for your help. > > -- Jyb > > _____________________________________________________________________ ERBE Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137 From sanilg81 at gmail.com Fri Jul 4 14:58:49 2008 From: sanilg81 at gmail.com (anil sharma) Date: Fri, 4 Jul 2008 18:28:49 +0530 Subject: [scilab-Users] help for executing the mat2sci converted file In-Reply-To: <21581D39FA3BDF40904D75AF9653CE2601F8B9A7@blrex.prog.altair.com> References: <21581D39FA3BDF40904D75AF9653CE2601F8B9A7@blrex.prog.altair.com> Message-ID: Dear pradipta, Thanks for i got the code corrected, i am sorry that i didnt report it.I wanted to use the code for my MTech thesis and develop an eye model. I have developed that. if possible i will try to contribute it to scilab contribution. Regards Anil Sharma MTech Biomedical Engg IIT Bombay On Thu, Jul 3, 2008 at 5:14 AM, Pradipta Basu Mandal < pradipta.basu at altair.com> wrote: > Hi Anil, > I tried converting your Matlab m-file to a Scilab sci-file > and ran the same in Scilab. > > zernike(3,1,rand(3,1),rand(3,1),4) > ans = > > - 0.1156265 - 0.1199545 - 0.1228480 > - 1.1562771 - 1.2039626 - 1.2358431 > - 0.6788999 - 0.7050217 - 0.7224857 > > I gave some random inputs. I don't know whether they are meaningful. > Anyway I got some answers. I have copied them from the Scilab console. > You can check for yourself if this is of any help to you. > > > Pradipta. > > -----Original Message----- > From: anil sharma [mailto:sanilg81 at gmail.com] > Sent: Wednesday, June 25, 2008 5:58 AM > To: users at lists.scilab.org > Subject: [scilab-Users] help for executing the mat2sci converted file > > Hi, > i have converted 2 matlab file for execution of zernike polynomials into > scilab but i am facing problem in executing the code in scilab. can > somebody > help me. I have attached both the matlab and scilab codes with this mail > Regards > Anil Sharma > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnusci at gmail.com Sun Jul 6 16:14:04 2008 From: gnusci at gmail.com (Edmanuel Torres) Date: Sun, 6 Jul 2008 16:14:04 +0200 Subject: [scilab-Users] RE: xgrid and plot2d In-Reply-To: References: <486CCD6A.2080809@insaminusrennesdotfr.spam> Message-ID: <81e7f11c0807060714p119b958ate63b3191e603842a@mail.gmail.com> It works fine for me too in Scilab 4.1.2, I can see a black plotted curve on a pink square grid. Try changing the order of the instructions: plot2d(0,0,rect=[0,0,10,10]) plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) xgrid(31) Check whether you can see the the grid cause is pretty faded, or trying changing the colour of the grid: xgrid(11) On Fri, Jul 4, 2008 at 9:07 AM, Zenker, Dr. Matthias wrote: > For me (Scilab 4.1.2, Windoze XP), those commands produce a grid in pink > under a curve in black, meaning that the black lines cover those in > pink. > So I don't see your problem... > > Matthias > >> -----Original Message----- >> From: Jean-Yves Baudais >> [mailto:jeanminusyvesdotbaudais at insaminusrennesdotfr.spam] >> Sent: Thursday, July 03, 2008 3:00 PM >> To: users at lists.scilab.org >> Subject: xgrid and plot2d >> >> Hello, >> >> I use xgrid() with plot2d(), like this (default mode) >> >> > plot2d(0,0,rect=[0,0,10,10]),xgrid(31) >> > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) >> >> In old scilab version, the grid is drawn below the curve, but >> with scilab-4.0 it doesn't work. How can I make a grid under >> the curve? >> Thanks for your help. >> >> -- Jyb >> >> > > _____________________________________________________________________ > ERBE Elektromedizin GmbH > Firmensitz: 72072 Tuebingen > Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede > Registergericht: Stuttgart HRB 380137 > > -- --- Cheers, Gnusci From Paul_Martin at mksinst.com Mon Jul 7 14:29:48 2008 From: Paul_Martin at mksinst.com (Paul_Martin at mksinst.com) Date: Mon, 7 Jul 2008 08:29:48 -0400 Subject: [scilab-Users] RE: xgrid and plot2d Message-ID: Return Receipt Your [scilab-Users] RE: xgrid and plot2d document: was Paul_Martin at mksinst.com received by: at: 07/07/2008 08:35:22 AM From hieu.pham at areva-td.com Mon Jul 7 22:37:05 2008 From: hieu.pham at areva-td.com (hieu.pham at areva-td.com) Date: Mon, 7 Jul 2008 13:37:05 -0700 Subject: Save as plain text file Message-ID: Hi, Do Scilab have any function to save variables/output into a plain text file instead of binary (.sci)? Thanks for the help, Hieu :.________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium. -------------- next part -------------- An HTML attachment was scrubbed... URL: From voronaam at yandex.ru Tue Jul 8 08:33:14 2008 From: voronaam at yandex.ru (Vorona Aleksey) Date: Tue, 08 Jul 2008 10:33:14 +0400 Subject: [scilab-Users] Save as plain text file In-Reply-To: References: Message-ID: <48730A2A.1030105@yandex.ru> Hieu wrote: > Hi, > Do Scilab have any function to save variables/output into a plain text > file instead of binary (.sci)? I use fprintfMat function. fprintfMat('/tmp/file.csv', [1,2,3;4,5,6]); Description: http://www.scilab.org/product/man/index.php?module=fileio&page=fprintfMat.htm If you want more specific format you can use mprintf(). -- WBR, Vorona Aleksey. From BlanchardJ at ieee.org Tue Jul 8 20:06:43 2008 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Tue, 8 Jul 2008 15:06:43 -0300 Subject: Scilab 5 on Solaris Message-ID: Hi all, is there any chance to get Scilab 5 working on Solaris(x86) or should I stop trying to built it now? Jonathan Blanchard BlanchardJ at ieee.org From sylvestre.ledru at scilab.org Wed Jul 9 00:00:55 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 09 Jul 2008 00:00:55 +0200 Subject: [scilab-Users] Scilab 5 on Solaris In-Reply-To: References: Message-ID: <1215554455.13508.19.camel@zlarin.inria.fr> Hello ?Jonathan, Funny coincidence, I just tried this afternoon to build Scilab 5 under Solaris X86. All the code compiles fine under Solaris with the Sun compiler. I only had to make a small change to link correctly with the fortran lib (I will try to send it to you tomorrow) and add a path in the LD_LIBRARY_PATH to use the Sun performance library for numerical computing. After that, I haven't tested Scilab deeply under Solaris. You may find many bugs. And we won't released an official version of Scilab 5.0 for Solaris. Maybe 5.1. Sylvestre > Hi all, is there any chance to get Scilab 5 working on Solaris(x86) or > should I stop trying to built it now? > > Jonathan Blanchard > BlanchardJ at ieee.org From BlanchardJ at ieee.org Wed Jul 9 00:05:05 2008 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Tue, 8 Jul 2008 19:05:05 -0300 Subject: [scilab-Users] Scilab 5 on Solaris In-Reply-To: <1215554455.13508.19.camel@zlarin.inria.fr> References: <1215554455.13508.19.camel@zlarin.inria.fr> Message-ID: Thank you about that information I look forward to hearing about that fix. Also I assume you recommend compiling Scilab with Sun CC instead of gcc? Jonathan Blanchard BlanchardJ at ieee.org On Tue, Jul 8, 2008 at 7:00 PM, Sylvestre Ledru wrote: > Hello ?Jonathan, > > Funny coincidence, I just tried this afternoon to build Scilab 5 under > Solaris X86. > All the code compiles fine under Solaris with the Sun compiler. I only > had to make a small change to link correctly with the fortran lib (I > will try to send it to you tomorrow) and add a path in the > LD_LIBRARY_PATH to use the Sun performance library for numerical > computing. > > After that, I haven't tested Scilab deeply under Solaris. You may find > many bugs. And we won't released an official version of Scilab 5.0 for > Solaris. Maybe 5.1. > > Sylvestre > > >> Hi all, is there any chance to get Scilab 5 working on Solaris(x86) or >> should I stop trying to built it now? >> >> Jonathan Blanchard >> BlanchardJ at ieee.org > > From sylvestre.ledru at scilab.org Wed Jul 9 00:17:39 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 09 Jul 2008 00:17:39 +0200 Subject: [scilab-Users] Scilab 5 on Solaris In-Reply-To: References: <1215554455.13508.19.camel@zlarin.inria.fr> Message-ID: <1215555459.13508.32.camel@zlarin.inria.fr> Le mardi 08 juillet 2008 ? 19:05 -0300, Jonathan Blanchard a ?crit : > Thank you about that information I look forward to hearing about that > fix. Also I assume you recommend compiling Scilab with Sun CC instead > of gcc? Niet, we are usually trying to use the compiler provided by the OS... It will probably work "better" with gcc because many people in the team is building Scilab under Linux with gcc. Sylvestre PS: this discussion could be switch to dev at lists.scilab.org ;) > Jonathan Blanchard > BlanchardJ at ieee.org > > > On Tue, Jul 8, 2008 at 7:00 PM, Sylvestre Ledru > wrote: > > Hello ?Jonathan, > > > > Funny coincidence, I just tried this afternoon to build Scilab 5 under > > Solaris X86. > > All the code compiles fine under Solaris with the Sun compiler. I only > > had to make a small change to link correctly with the fortran lib (I > > will try to send it to you tomorrow) and add a path in the > > LD_LIBRARY_PATH to use the Sun performance library for numerical > > computing. > > > > After that, I haven't tested Scilab deeply under Solaris. You may find > > many bugs. And we won't released an official version of Scilab 5.0 for > > Solaris. Maybe 5.1. > > > > Sylvestre > > > > > >> Hi all, is there any chance to get Scilab 5 working on Solaris(x86) or > >> should I stop trying to built it now? > >> > >> Jonathan Blanchard > >> BlanchardJ at ieee.org > > > > From jean-yves.baudais at insa-rennes.fr Wed Jul 9 11:42:10 2008 From: jean-yves.baudais at insa-rennes.fr (Jean-Yves Baudais) Date: Wed, 09 Jul 2008 11:42:10 +0200 Subject: xgrid and plot2d, Sci4.0 In-Reply-To: <81e7f11c0807060714p119b958ate63b3191e603842a@mail.gmail.com> References: <486CCD6A.2080809@insaminusrennesdotfr.spam> <81e7f11c0807060714p119b958ate63b3191e603842a@mail.gmail.com> Message-ID: <487487F2.2040009@insa-rennes.fr> Hi, From Edmanuel Torres: > It works fine for me too in Scilab 4.1.2, I can see a black plotted > curve on a pink square grid. Try changing the order of the > instructions: Grrrrr!! Is it a Scilab 4.0 behavior? > plot2d(0,0,rect=[0,0,10,10]) > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) > xgrid(31) It is the same, xgrid() is over the curve > Check whether you can see the the grid cause is pretty faded, or > trying changing the colour of the grid: > xgrid(11) Color 1 and 11 are very similar so the difference is not visible! I try a) sci> xdel() sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4) sci> xgrid() b) sci> xdel() sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1) sci> xgrid(4) and it is the same: the grid is over the curve. I try also c) sci> xdel() sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4) sci> xgrid() sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4,frameflag=0) d) sci> xdel() sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1) sci> xgrid(4) sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1,frameflag=0) but without success (the curve is dashed by the grid and I don't want that). Is the only solution to change Scilab version? -- Jyb From gnusci at gmail.com Wed Jul 9 13:53:58 2008 From: gnusci at gmail.com (Edmanuel Torres) Date: Wed, 9 Jul 2008 13:53:58 +0200 Subject: [scilab-Users] RE: xgrid and plot2d, Sci4.0 In-Reply-To: <487487F2.2040009@insa-rennes.fr> References: <486CCD6A.2080809@insaminusrennesdotfr.spam> <81e7f11c0807060714p119b958ate63b3191e603842a@mail.gmail.com> <487487F2.2040009@insa-rennes.fr> Message-ID: <81e7f11c0807090453p599e1486g54cb03891f576df2@mail.gmail.com> I highly recommend you to upgrade, cause can be a bug and you will stay forever trying to figure out the problem. On Wed, Jul 9, 2008 at 11:42 AM, Jean-Yves Baudais wrote: > Hi, > > From Edmanuel Torres: >> >> It works fine for me too in Scilab 4.1.2, I can see a black plotted >> curve on a pink square grid. Try changing the order of the >> instructions: > > Grrrrr!! Is it a Scilab 4.0 behavior? > >> plot2d(0,0,rect=[0,0,10,10]) >> plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0) >> xgrid(31) > > It is the same, xgrid() is over the curve > >> Check whether you can see the the grid cause is pretty faded, or >> trying changing the colour of the grid: >> xgrid(11) > > Color 1 and 11 are very similar so the difference is not visible! I try > > a) > sci> xdel() > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4) > sci> xgrid() > > b) > sci> xdel() > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1) > sci> xgrid(4) > > and it is the same: the grid is over the curve. I try also > > c) > sci> xdel() > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4) > sci> xgrid() > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=4,frameflag=0) > > d) > sci> xdel() > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1) > sci> xgrid(4) > sci> plot2d(1:10,matrix([1:5;1:5],1,-1),style=1,frameflag=0) > > but without success (the curve is dashed by the grid and I don't want that). > Is the only solution to change Scilab version? > > -- Jyb > -- --- Cheers, Gnusci From jean-yves.baudais at insa-rennes.fr Thu Jul 10 10:38:41 2008 From: jean-yves.baudais at insa-rennes.fr (Jean-Yves Baudais) Date: Thu, 10 Jul 2008 10:38:41 +0200 Subject: [scilab-Users] RE: xgrid and plot2d, Sci4.0 In-Reply-To: <81e7f11c0807090453p599e1486g54cb03891f576df2@mail.gmail.com> References: <486CCD6A.2080809@insaminusrennesdotfr.spam> <81e7f11c0807060714p119b958ate63b3191e603842a@mail.gmail.com> <487487F2.2040009@insa-rennes.fr> <81e7f11c0807090453p599e1486g54cb03891f576df2@mail.gmail.com> Message-ID: <4875CA91.3040907@insa-rennes.fr> Hi, From Edmanuel Torres: > I highly recommend you to upgrade, cause can be a bug and you will > stay forever trying to figure out the problem. I upgraded and there is no problem with scilab-4.1.2. So it's a scilab-4.0 feature! -- Jyb From sdr at durietz.se Thu Jul 10 15:40:44 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Thu, 10 Jul 2008 15:40:44 +0200 Subject: Delete a uicontrol In-Reply-To: <1215688166.26914.ezmlm@lists.scilab.org> References: <1215688166.26914.ezmlm@lists.scilab.org> Message-ID: <4876115C.7040402@durietz.se> Can anybody explain this? If I make a uicontrol in a GUI-figure: fig = figure(... ) h = uicontrol(fig, ... ) it appears OK. But when I then try to delete the new uicontrol, I get an error: delete(h) !--error 77 delete: wrong number of rhs arguments And why is the handle (h) not a graphics handle? -->type(h) ans = 1. I can use the handle with set(h,...) and get(h, ...). /Stefan From sdr at durietz.se Thu Jul 10 16:04:01 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Thu, 10 Jul 2008 16:04:01 +0200 Subject: [scilab-Users] Delete a uicontrol In-Reply-To: <4876115C.7040402@durietz.se> References: <1215688166.26914.ezmlm@lists.scilab.org> <4876115C.7040402@durietz.se> Message-ID: <487616D1.1050001@durietz.se> I found out myself how to delete it: close(h) I have searched the documentation but not found anything exhaustive about this or other differences between the two window formats... /Stefan On 2008-07-10 15:40, Stefan Du Rietz wrote: -------------------- > Can anybody explain this? If I make a uicontrol in a GUI-figure: > > fig = figure(... ) > h = uicontrol(fig, ... ) > > it appears OK. But when I then try to delete the new > uicontrol, I get an error: > > delete(h) > !--error 77 > delete: wrong number of rhs arguments > > And why is the handle (h) not a graphics handle? > > -->type(h) > ans = > 1. > > I can use the handle with set(h,...) and get(h, ...). > > /Stefan > From pierre.marechal at scilab.org Thu Jul 10 17:57:16 2008 From: pierre.marechal at scilab.org (Pierre MARECHAL) Date: Thu, 10 Jul 2008 17:57:16 +0200 Subject: Release of Scilab - Beta 3 Message-ID: <4876315C.6060008@scilab.org> Hello, We just released the third beta version of Scilab. Misc information about this version: http://www.scilab.org/download/index_download.php?page=5.0-beta-3 List of changes: http://www.scilab.org/download/index_download.php?page=CHANGES_5.0-beta-3 The release notes (short bug list... and of course not full): http://www.scilab.org/download/index_download.php?page=RELEASE_NOTES_5.0-beta-3 Pierre -- ============================================== Pierre MARECHAL INRIA - Unit? de Recherche de Rocquencourt Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex ============================================== Projet Scilab B?timent 1B - Bureau 008 Email : pierre.marechal at scilab.org ============================================== From rwkk at op.pl Fri Jul 11 16:23:45 2008 From: rwkk at op.pl (rwkk at op.pl) Date: Fri, 11 Jul 2008 16:23:45 +0200 Subject: SIP & others Message-ID: How can I install SIP toolbox under SCILAB 5? Will be planed native scilab image processing toolbox? kk -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alberto.Bagnasco at selex-comms.com Fri Jul 11 17:08:59 2008 From: Alberto.Bagnasco at selex-comms.com (Alberto.Bagnasco at selex-comms.com) Date: Fri, 11 Jul 2008 17:08:59 +0200 Subject: Error message Message-ID: Hi, I'm trying to use Scilab to perform some simulation about communication systems. After some runs I have the following message: !--error 66 No more logical units available! after that I have to exit and enter again the scilab. I have the same behavior on both scilab4.2 or scilab5-beta3 and seems to be more frequent on windows vista rather that windows xp, but I'm not sure. Can you help me, please ? Thank you Alberto Bagnasco From BlanchardJ at ieee.org Fri Jul 11 17:25:12 2008 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Fri, 11 Jul 2008 12:25:12 -0300 Subject: [scilab-Users] Error message In-Reply-To: References: Message-ID: Are you opening files in your simulation? I recall having the same problem if I opened to much files without closing them. Jonathan Blanchard On Fri, Jul 11, 2008 at 12:08 PM, wrote: > > Hi, > > I'm trying to use Scilab to perform some simulation about communication > systems. After some runs I have the following message: > > !--error 66 > No more logical units available! > > after that I have to exit and enter again the scilab. I have the same > behavior on both scilab4.2 or scilab5-beta3 and seems to be more frequent > on windows vista rather that windows xp, but I'm not sure. > Can you help me, please ? > > Thank you > Alberto Bagnasco > > From voronaam at yandex.ru Fri Jul 11 17:36:37 2008 From: voronaam at yandex.ru (Vorona Aleksey) Date: Fri, 11 Jul 2008 19:36:37 +0400 Subject: [Scilab-Dev] Release of Scilab - Beta 3 In-Reply-To: <4876315C.6060008@scilab.org> References: <4876315C.6060008@scilab.org> Message-ID: <48777E05.9010003@yandex.ru> Pierre MARECHAL wrote: > Hello, > We just released the third beta version of Scilab. > Misc information about this version: > http://www.scilab.org/download/index_download.php?page=5.0-beta-3 > List of changes: > http://www.scilab.org/download/index_download.php?page=CHANGES_5.0-beta-3 > The release notes (short bug list... and of course not full): > http://www.scilab.org/download/index_download.php?page=RELEASE_NOTES_5.0-beta-3 I tested beta 3 with Russian localisation and it looks good for me. I've prepared scilab-5.0-beta-3-ru based on binary Linux version from the site. It is available by URL http://voronaam.ru/scilab/scilab-5.0-beta-3-ru.tar.gz IMHO, Russian translation is ready to be included in Scilab's SVN. P.S. Thanks a lot to all Scilab team for the Scilab! -- WBR, Vorona Aleksey. From gnusci at gmail.com Sun Jul 13 16:16:38 2008 From: gnusci at gmail.com (Edmanuel Torres) Date: Sun, 13 Jul 2008 16:16:38 +0200 Subject: [scilab-Users] SIP & others In-Reply-To: References: Message-ID: <81e7f11c0807130716p4a76cde6reb8ee05649384a66@mail.gmail.com> Hi kk, SIP is a very out of date project, I used for a while in the past to do some image processing, unfortunately is completely unmaintained the last version is from 2006, another inconvenient is that SIP works fine for old versions of Scilab, so you will also need to install and old version like Scilab 3.0 if you want to use the last beta candidate of SIP, anyway I think was enough for my purposes. I recommend you to visit the official page: http://siptoolbox.sourceforge.net You can find the installation instructions inside the package, more precisely in the README.txt file. I have no idea whether will be a native IP toolbox in Scilab or not but I think this is a very important part that Scilab is lacking of. On Fri, Jul 11, 2008 at 4:23 PM, wrote: > How can I install SIP toolbox under SCILAB 5? > > Will be planed native scilab image processing toolbox? > > kk -- --- Cheers, Gnusci From sylvestre.ledru at scilab.org Sun Jul 13 22:06:29 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Sun, 13 Jul 2008 22:06:29 +0200 Subject: [scilab-Users] SIP & others In-Reply-To: <81e7f11c0807130716p4a76cde6reb8ee05649384a66@mail.gmail.com> References: <81e7f11c0807130716p4a76cde6reb8ee05649384a66@mail.gmail.com> Message-ID: <1215979589.4030.2.camel@zlarin.inria.fr> Hello, Have a look to SIVP: http://sivp.sourceforge.net/ and I heard that it is a great replacement of SIP. It is well maintained, we are in touch with the main dev of this toolbox and he is reading Scilab's mailing list ;) Sylvestre Le dimanche 13 juillet 2008 ? 16:16 +0200, Edmanuel Torres a ?crit : > Hi kk, > > SIP is a very out of date project, I used for a while in the past to > do some image processing, unfortunately is completely unmaintained the > last version is from 2006, another inconvenient is that SIP works fine > for old versions of Scilab, so you will also need to install and old > version like Scilab 3.0 if you want to use the last beta candidate of > SIP, anyway I think was enough for my purposes. > > I recommend you to visit the official page: > > http://siptoolbox.sourceforge.net > > You can find the installation instructions inside the package, more > precisely in the README.txt file. I have no idea whether will be a > native IP toolbox in Scilab or not but I think this is a very > important part that Scilab is lacking of. > > > > On Fri, Jul 11, 2008 at 4:23 PM, wrote: > > How can I install SIP toolbox under SCILAB 5? > > > > Will be planed native scilab image processing toolbox? > > > > kk > > > From edaslpn at yahoo.com Wed Jul 16 08:37:32 2008 From: edaslpn at yahoo.com (edas teub) Date: Tue, 15 Jul 2008 23:37:32 -0700 (PDT) Subject: help me Message-ID: <316654.85430.qm@web57808.mail.re3.yahoo.com> hello sir my name is effendi dodi arisandi. I am student in indonesia. now i will make pass examanation. i use scilab for my task. i hope you can help to solve my problem. my problem is i cannot interface scilab with serial rs232 communication. can you help me to solve it by giving me example how the scilab interface with serial rs232. thank you for your attention, effendi dodi a. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdr at durietz.se Wed Jul 16 17:08:01 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Wed, 16 Jul 2008 17:08:01 +0200 Subject: [scilab-Users] help me In-Reply-To: <316654.85430.qm@web57808.mail.re3.yahoo.com> References: <316654.85430.qm@web57808.mail.re3.yahoo.com> Message-ID: <487E0ED1.10805@durietz.se> I have used this with some success: Serial tool for Scilab reads RS232 directly into Scilab http://www.gds-sw.de/goodies.htm I have not tried this yet, though it seems more powerful: Serial Terminal: Controlling RealTerm from Scilab http://realterm.sourceforge.net/realterm_from_scilab.html Both are only working under Windows (I think) - does anybody know if there is a solution for Linux? /Stefan On 2008-07-16 08:37, edas teub wrote: -------------------- > hello sir > > my name is effendi dodi arisandi. I am student in indonesia. now i will > make pass examanation. i use scilab for my task. i hope you can help to > solve my problem. my problem is i cannot interface scilab with serial > rs232 communication. can you help me to solve it by giving me example > how the scilab interface with serial rs232. > > thank you for your attention, > > > effendi dodi a. > From khedvardsen at gmail.com Thu Jul 17 08:37:08 2008 From: khedvardsen at gmail.com (Kristin Edvardsen) Date: Thu, 17 Jul 2008 08:37:08 +0200 Subject: Error message at startup Message-ID: <1139b9140807162337y55b17146j3223091a9edd06da@mail.gmail.com> Hi. Can someone please help me with this start-up message that I get during startup of scilab in Linux. --------------------------------------------------- Startup execution: loading initial environment !--error 241 File /tmp/SD_21222_/mkdir.err does not exist or read access denied at line 83 of function mkdir called by : line 109 of function initial_scicos_tables called by : neVector ] = initial_scicos_tables( line 175 of exec file called by : exec('SCI/scilab.star',-1);; ------------------------------------------------------- It seems that the execution of scilab.star has failed. After getting this error-message I can writing for example "help plot" does not work any longer: -------------------------------------------------------- >help plot !--error 999 mopen: Could not open the file! at line 3 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 25 of function help called by : help plot -------------------------------------------------------- Thank you, Kristin Edvardsen -------------- next part -------------- An HTML attachment was scrubbed... URL: From galea at cyber-laser.com Thu Jul 17 08:48:23 2008 From: galea at cyber-laser.com (Antony Galea) Date: Thu, 17 Jul 2008 15:48:23 +0900 Subject: [scilab-Users] Error message at startup In-Reply-To: <1139b9140807162337y55b17146j3223091a9edd06da@mail.gmail.com> References: <1139b9140807162337y55b17146j3223091a9edd06da@mail.gmail.com> Message-ID: Hi. Make sure that the file exists, has the correct persmissions (it may need to be set executable - refer to the installation documents), is in the right place and that your path is set correctly. Try grepping PATH and scilab.star from README, INSTALL and other similiar documentation files for a quick start. Good luck, Antony Galea >Hi. >Can someone please help me with this start-up message that I get during >startup of scilab in Linux. > >--------------------------------------------------- >Startup execution: > loading initial environment > !--error 241 >File /tmp/SD_21222_/mkdir.err does not exist or read access denied >at line 83 of function mkdir called by : >line 109 of function initial_scicos_tables called by : >neVector ] = initial_scicos_tables( >line 175 of exec file called by : >exec('SCI/scilab.star',-1);; >------------------------------------------------------- >It seems that the execution of scilab.star has failed. > >After getting this error-message I can writing for example "help plot" does >not work any longer: >-------------------------------------------------------- >>help plot > !--error 999 >mopen: Could not open the file! >at line 3 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 25 of function help called by : >help plot >-------------------------------------------------------- > >Thank you, >Kristin Edvardsen From frank at photonita.com.br Fri Jul 18 16:19:36 2008 From: frank at photonita.com.br (Frank Hrebabetzky) Date: Fri, 18 Jul 2008 11:19:36 -0300 Subject: Suppress replotting of plot3d, param3d Message-ID: <4880A678.7070803@photonita.com.br> When I call plot3d, param3d or the like more than once (same window), the plot is redrawn each time and the viewpoint is lost, that is only the last viewpoint becomes effective. Is there a way to suppress this replotting? Kind of generating surfaces and lines with some graphics primitives and plot everything with just one command? Thanks, -- Frank Hrebabetzky Tel. (48) 3239 2258 Photonita Ltda. http://www.photonita.com.br Brazil From gnusci at gmail.com Mon Jul 21 06:21:52 2008 From: gnusci at gmail.com (Edmanuel Torres) Date: Sun, 20 Jul 2008 21:21:52 -0700 Subject: [scilab-Users] Suppress replotting of plot3d, param3d In-Reply-To: <4880A678.7070803@photonita.com.br> References: <4880A678.7070803@photonita.com.br> Message-ID: <81e7f11c0807202121s48a3ae07x7cd8113335f3d691@mail.gmail.com> Do you have a piece of code so I can reproduce the behaviour that you describe, if not I recommend you to do it. I am afraid I can not help you using the vague description to your problem! On Fri, Jul 18, 2008 at 7:19 AM, Frank Hrebabetzky wrote: > When I call plot3d, param3d or the like more than once (same window), the > plot is redrawn each time and the viewpoint is lost, that is only the last > viewpoint becomes effective. Is there a way to suppress this replotting? > Kind of generating surfaces and lines with some graphics primitives and plot > everything with just one command? > > Thanks, > -- > Frank Hrebabetzky Tel. (48) 3239 2258 > Photonita Ltda. http://www.photonita.com.br > Brazil > -- --- Cheers, Gnusci From Matthias.Zenker at erbe-med.de Mon Jul 21 08:37:00 2008 From: Matthias.Zenker at erbe-med.de (Zenker, Dr. Matthias) Date: Mon, 21 Jul 2008 08:37:00 +0200 Subject: Suppress replotting of plot3d, param3d References: <4880A678.7070803@photonita.com.br> Message-ID: drawlater() [plot and other graphics related commands, change graphics properties...] drawnow() will do the trick. Matthias > -----Original Message----- > From: Frank Hrebabetzky [mailto:frank at photonita.com.br] > Sent: Friday, July 18, 2008 4:20 PM > To: users at lists.scilab.org > Subject: Suppress replotting of plot3d, param3d > > When I call plot3d, param3d or the like more than once (same > window), the plot is redrawn each time and the viewpoint is > lost, that is only the last viewpoint becomes effective. Is > there a way to suppress this replotting? Kind of generating > surfaces and lines with some graphics primitives and plot > everything with just one command? > > Thanks, > -- > Frank Hrebabetzky Tel. (48) 3239 2258 > Photonita Ltda. http://www.photonita.com.br > Brazil > > _____________________________________________________________________ ERBE Elektromedizin GmbH Firmensitz: 72072 Tuebingen Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede Registergericht: Stuttgart HRB 380137 From Francis.Drossaert at pgs.com Mon Jul 21 10:46:27 2008 From: Francis.Drossaert at pgs.com (Francis Drossaert) Date: Mon, 21 Jul 2008 09:46:27 +0100 Subject: [scilab-Users] Suppress replotting of plot3d, param3d In-Reply-To: <81e7f11c0807202121s48a3ae07x7cd8113335f3d691@mail.gmail.com> References: <4880A678.7070803@photonita.com.br> <81e7f11c0807202121s48a3ae07x7cd8113335f3d691@mail.gmail.com> Message-ID: <6D1269A4C2D21240807B91421B187255068DF4C7@lonms21.onshore.pgs.com> Use the draw later and draw now command as someone mentioned to prevent redrawing. To set the viewpoint you can do directly in the plot3d command e.g. plot3d(x,y,z,40,50) where the 40 and 50 are viewpoint angles. Regards, Francis On Fri, Jul 18, 2008 at 7:19 AM, Frank Hrebabetzky wrote: > When I call plot3d, param3d or the like more than once (same window), > the plot is redrawn each time and the viewpoint is lost, that is only > the last viewpoint becomes effective. Is there a way to suppress this replotting? > Kind of generating surfaces and lines with some graphics primitives > and plot everything with just one command? > > Thanks, > -- > Frank Hrebabetzky Tel. (48) 3239 2258 > Photonita Ltda. http://www.photonita.com.br > Brazil > -- --- Cheers, Gnusci This email and any files contained therein is confidential and may contain privileged information. If you are not the named addressee(s) or you have otherwise received this in error, you should not distribute or copy this e-mail or use any of its content for any purpose. Please notify the sender immediately by e-mail if you have received this e-mail in error and delete it from your system From enrico.segre at weizmann.ac.il Mon Jul 21 11:16:54 2008 From: enrico.segre at weizmann.ac.il (Enrico Segre) Date: Mon, 21 Jul 2008 12:16:54 +0300 Subject: help me Message-ID: <1216631814.23374.1.camel@segre-pc2.weizmann.ac.il> > Both are only working under Windows (I think) - does anybody > know if there is a solution for Linux? http://www.weizmann.ac.il/home/fesegre/scistuff/Serial.tgz From frank at photonita.com.br Mon Jul 21 15:39:38 2008 From: frank at photonita.com.br (Frank Hrebabetzky) Date: Mon, 21 Jul 2008 10:39:38 -0300 Subject: [scilab-Users] Suppress replotting of plot3d, param3d In-Reply-To: <6D1269A4C2D21240807B91421B187255068DF4C7@lonms21.onshore.pgs.com> References: <4880A678.7070803@photonita.com.br> <81e7f11c0807202121s48a3ae07x7cd8113335f3d691@mail.gmail.com> <6D1269A4C2D21240807B91421B187255068DF4C7@lonms21.onshore.pgs.com> Message-ID: <4884919A.8060009@photonita.com.br> Thank you all, drawlater(), drawnow() do exactly what I wanted. -- Frank Hrebabetzky Tel. (48) 3239 2258 Photonita Ltda. http://www.photonita.com.br Brazil Francis Drossaert wrote: > Use the draw later and draw now command as someone mentioned to prevent > redrawing. > > To set the viewpoint you can do directly in the plot3d command e.g. > > plot3d(x,y,z,40,50) where the 40 and 50 are viewpoint angles. > > Regards, > > Francis > > > > On Fri, Jul 18, 2008 at 7:19 AM, Frank Hrebabetzky > wrote: >> When I call plot3d, param3d or the like more than once (same window), >> the plot is redrawn each time and the viewpoint is lost, that is only >> the last viewpoint becomes effective. Is there a way to suppress this > replotting? >> Kind of generating surfaces and lines with some graphics primitives >> and plot everything with just one command? >> >> Thanks, >> -- >> Frank Hrebabetzky Tel. (48) 3239 2258 >> Photonita Ltda. http://www.photonita.com.br >> Brazil >> > > > > -- > --- > Cheers, > > Gnusci > > This email and any files contained therein is confidential and may contain privileged information. If you are not the named addressee(s) or you have otherwise received this in error, you should not distribute or copy this e-mail or use any of its content for any purpose. Please notify the sender immediately by e-mail if you have received this e-mail in error and delete it from your system > From frank at photonita.com.br Mon Jul 21 17:33:25 2008 From: frank at photonita.com.br (Frank Hrebabetzky) Date: Mon, 21 Jul 2008 12:33:25 -0300 Subject: Derivative of function with pointwise operations Message-ID: <4884AC45.50302@photonita.com.br> I want to plot a 3D parametric surface. In order to apply eval3dp, it must accept vectors of equal size as arguments. The only way I found is using pointwise operations, e.g. ---------------------------------------------- function [x,y,z] = Cone (r, phi, alpha) x = r .* cos(phi) * sin(alpha) y = r .* sin(phi) * sin(alpha) z = r * cos(alpha) endfunction deg = %pi/180; function [x,y,z] = Cone30 (r, phi) [x,y,z] = Cone (r, phi, 30*deg) endfunction; ----------------------------------------------- Now I run into problems when I want to calculate derivatives: -->derivative(Cone30,[1;0]) !--error 9999 inconsistent element-wise operation at line 2 of function Cone called by : line 2 of function Cone30 called by : line 8 of function %R_ called by : line 12 of function %deriv1_ called by : line 59 of function derivative called by : derivative(Cone30,[1;0]) In fact, the debugger shows that Cone30 is called with 2 vectors of different size, which forbids pointwise operations. So how a function would look like, which can be called by 'eval3dp' and by 'derivative'? -- Frank Hrebabetzky Tel. (48) 3239 2258 Photonita Ltda. http://www.photonita.com.br Brazil From galea at cyber-laser.com Tue Jul 22 02:24:15 2008 From: galea at cyber-laser.com (Antony Galea) Date: Tue, 22 Jul 2008 09:24:15 +0900 Subject: [scilab-Users] RE: Suppress replotting of plot3d, param3d In-Reply-To: References: <4880A678.7070803@photonita.com.br> Message-ID: Similarly, is it possible to have separate colormaps for each plot of a subplot? Thanks, Antony Galea >drawlater() >[plot and other graphics related commands, change graphics >properties...] >drawnow() > >will do the trick. > >Matthias > >> -----Original Message----- >> From: Frank Hrebabetzky [mailto:frank at photonita.com.br] >> Sent: Friday, July 18, 2008 4:20 PM >> To: users at lists.scilab.org >> Subject: Suppress replotting of plot3d, param3d >> >> When I call plot3d, param3d or the like more than once (same >> window), the plot is redrawn each time and the viewpoint is >> lost, that is only the last viewpoint becomes effective. Is >> there a way to suppress this replotting? Kind of generating >> surfaces and lines with some graphics primitives and plot >> everything with just one command? >> >> Thanks, >> -- >> Frank Hrebabetzky Tel. (48) 3239 2258 >> Photonita Ltda. http://www.photonita.com.br >> Brazil >> >> > >_____________________________________________________________________ >ERBE Elektromedizin GmbH >Firmensitz: 72072 Tuebingen >Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede >Registergericht: Stuttgart HRB 380137 From sdr at durietz.se Tue Jul 22 22:00:12 2008 From: sdr at durietz.se (Stefan Du Rietz) Date: Tue, 22 Jul 2008 22:00:12 +0200 Subject: [scilab-Users] Suppress replotting of plot3d, param3d In-Reply-To: <4884919A.8060009@photonita.com.br> References: <4880A678.7070803@photonita.com.br> <81e7f11c0807202121s48a3ae07x7cd8113335f3d691@mail.gmail.com> <6D1269A4C2D21240807B91421B187255068DF4C7@lonms21.onshore.pgs.com> <4884919A.8060009@photonita.com.br> Message-ID: <48863C4C.8020204@durietz.se> From the Help of drawlater(): Warning : note that between drawlater and drawnow calls, the current figure may have changed. Therefore, this must be used carefully. Therefore, I use: f.immediate_drawing = "off"; and f.immediate_drawing = "on"; where f is the figure you want it to work on. /Stefan On 2008-07-21 15:39, Frank Hrebabetzky wrote: -------------------- > Thank you all, drawlater(), drawnow() do exactly what I wanted. > -- > Frank Hrebabetzky Tel. (48) 3239 2258 > Photonita Ltda. http://www.photonita.com.br > Brazil > > Francis Drossaert wrote: >> Use the draw later and draw now command as someone mentioned to prevent >> redrawing. >> >> To set the viewpoint you can do directly in the plot3d command e.g. >> >> plot3d(x,y,z,40,50) where the 40 and 50 are viewpoint angles. >> >> Regards, >> >> Francis >> >> >> >> On Fri, Jul 18, 2008 at 7:19 AM, Frank Hrebabetzky >> wrote: >>> When I call plot3d, param3d or the like more than once (same window), >>> the plot is redrawn each time and the viewpoint is lost, that is only >>> the last viewpoint becomes effective. Is there a way to suppress this >> replotting? >>> Kind of generating surfaces and lines with some graphics primitives >>> and plot everything with just one command? >>> >>> Thanks, >>> -- >>> Frank Hrebabetzky Tel. (48) 3239 2258 >>> Photonita Ltda. http://www.photonita.com.br >>> Brazil >>> >> >> >> >> -- >> --- >> Cheers, >> >> Gnusci >> >> This email and any files contained therein is confidential and may >> contain privileged information. If you are not the named addressee(s) >> or you have otherwise received this in error, you should not >> distribute or copy this e-mail or use any of its content for any >> purpose. Please notify the sender immediately by e-mail if you have >> received this e-mail in error and delete it from your system >> > From vaborg at gmail.com Fri Jul 25 10:50:26 2008 From: vaborg at gmail.com (Ivan Maximov) Date: Fri, 25 Jul 2008 10:50:26 +0200 Subject: remarks Message-ID: <20080725105026.bc551c51.vaborg@gmail.com> Dear developers, It's not a real question but just remark. I tried the two last beta version of Scilab 5 and every time got a fail. I clear what I mean. I used my old scilab scripts for 4.1.2, one of the simplest example is just plot 2D plot from data file. I didn't get any graphics - graph windows have been hung up. I can provide all these scripts for you if you need. And in general a work of Scilab becomes slower, I mean GUI opens inertly, examples from help recalculating slower etc etc etc. Maybe I missed something in a configuration or whatever? --------- best regards, Ivan From sylvestre.ledru at scilab.org Fri Jul 25 10:54:11 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 25 Jul 2008 10:54:11 +0200 Subject: [scilab-Users] remarks In-Reply-To: <20080725105026.bc551c51.vaborg@gmail.com> References: <20080725105026.bc551c51.vaborg@gmail.com> Message-ID: <1216976051.6062.132.camel@korcula.inria.fr> Le vendredi 25 juillet 2008 ? 10:50 +0200, Ivan Maximov a ?crit : > I used my old scilab scripts for 4.1.2, one of the simplest example is > just plot 2D plot from data file. I didn't get any graphics - graph > windows have been hung up. Hello, What is your operating system ? What is your graphic card ? Thanks, Sylvestre From galea at cyber-laser.com Fri Jul 25 10:58:43 2008 From: galea at cyber-laser.com (Antony Galea) Date: Fri, 25 Jul 2008 17:58:43 +0900 Subject: [scilab-Users] remarks In-Reply-To: <20080725105026.bc551c51.vaborg@gmail.com> References: <20080725105026.bc551c51.vaborg@gmail.com> Message-ID: <1DC8EE34A3F5C6galea@cyber-laser.com> Dear Ivan, I am not a developer, however a few suggestions: 1. what platform are you using windows/linux ... 2. what version XP SP3/vista 64 ... 3. have you tried the demos from the "?" menu 4. have you tried typing commands directly from the console with no arguments to try to identify the problem? e.g. plot3d Regards, Antony >Dear developers, >It's not a real question but just remark. >I tried the two last beta version of Scilab 5 and every time >got a fail. I clear what I mean. >I used my old scilab scripts for 4.1.2, one of the simplest example is >just plot 2D plot from data file. I didn't get any graphics - graph windows >have been hung up. I can provide all these scripts for you if you need. >And in general a work of Scilab becomes slower, I mean GUI opens inertly, >examples from help recalculating slower etc etc etc. >Maybe I missed something in a configuration or whatever? > > >--------- >best regards, >Ivan From sylvestre.ledru at scilab.org Fri Jul 25 11:00:52 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 25 Jul 2008 11:00:52 +0200 Subject: [scilab-Users] remarks In-Reply-To: <20080725105826.154c91f1.vaborg@gmail.com> References: <20080725105026.bc551c51.vaborg@gmail.com> <1216976051.6062.132.camel@korcula.inria.fr> <20080725105826.154c91f1.vaborg@gmail.com> Message-ID: <1216976452.6062.135.camel@korcula.inria.fr> Please reply on the mailing list ;) Le vendredi 25 juillet 2008 ? 10:58 +0200, Ivan Maximov a ?crit : > On Fri, 25 Jul 2008 10:54:11 +0200 > Sylvestre Ledru wrote: > > > Le vendredi 25 juillet 2008 ? 10:50 +0200, Ivan Maximov a ?crit : > > > I used my old scilab scripts for 4.1.2, one of the simplest example is > > > just plot 2D plot from data file. I didn't get any graphics - graph > > > windows have been hung up. > > Hello, > > > > What is your operating system ? What is your graphic card ? > > > > Thanks, > > Sylvestre > > > > Hi, > My OS is Linux FC8 , arch is i386. > graphics card is integrated intel on i810 chipset Intel's drivers are pretty bad under Linux. We are trying a workaround to make it work. Sylvestre From sylvestre.ledru at scilab.org Fri Jul 25 11:19:47 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 25 Jul 2008 11:19:47 +0200 Subject: [scilab-Users] remarks In-Reply-To: <20080725111559.6211ed33.vaborg@gmail.com> References: <20080725105026.bc551c51.vaborg@gmail.com> <1216976051.6062.132.camel@korcula.inria.fr> <20080725105826.154c91f1.vaborg@gmail.com> <1216976452.6062.135.camel@korcula.inria.fr> <20080725111559.6211ed33.vaborg@gmail.com> Message-ID: <1216977587.6062.148.camel@korcula.inria.fr> Le vendredi 25 juillet 2008 ? 11:15 +0200, Ivan Maximov a ?crit : > Ups, sorry :) > > You suppose that problem lies in the driver area? Yep :/ This also happens with ATI cards. > I'm affraid that isn't quite true. > Because I tried to use Scilab at home on laptop with nvidea card > with the same results but it was beta 3. We almost all use Nvidia cards here and we don't have this kind of problem (however, try to use a recent version of the Nvidia drivers) Sylvestre > But that to be sure I'll try it today after lunch. > > > Intel's drivers are pretty bad under Linux. > > We are trying a workaround to make it work. > > > > Sylvestre > > > > > > > --------- > best regards, > Ivan > From vaborg at gmail.com Fri Jul 25 11:15:59 2008 From: vaborg at gmail.com (Ivan Maximov) Date: Fri, 25 Jul 2008 11:15:59 +0200 Subject: [scilab-Users] remarks In-Reply-To: <1216976452.6062.135.camel@korcula.inria.fr> References: <20080725105026.bc551c51.vaborg@gmail.com> <1216976051.6062.132.camel@korcula.inria.fr> <20080725105826.154c91f1.vaborg@gmail.com> <1216976452.6062.135.camel@korcula.inria.fr> Message-ID: <20080725111559.6211ed33.vaborg@gmail.com> Ups, sorry :) You suppose that problem lies in the driver area? I'm affraid that isn't quite true. Because I tried to use Scilab at home on laptop with nvidea card with the same results but it was beta 3. But that to be sure I'll try it today after lunch. > Intel's drivers are pretty bad under Linux. > We are trying a workaround to make it work. > > Sylvestre > > --------- best regards, Ivan From vaborg at gmail.com Sun Jul 27 00:33:58 2008 From: vaborg at gmail.com (Ivan Maximov) Date: Sun, 27 Jul 2008 00:33:58 +0200 Subject: [scilab-Users] remarks In-Reply-To: <1216977587.6062.148.camel@korcula.inria.fr> References: <20080725105026.bc551c51.vaborg@gmail.com> <1216976051.6062.132.camel@korcula.inria.fr> <20080725105826.154c91f1.vaborg@gmail.com> <1216976452.6062.135.camel@korcula.inria.fr> <20080725111559.6211ed33.vaborg@gmail.com> <1216977587.6062.148.camel@korcula.inria.fr> Message-ID: <20080727003358.39ca40f9.vaborg@gmail.com> Yes, I checked it with nvidia card You're true - everything works without any problems. Are you going to fix it in release? --------- best regards, Ivan From sylvestre.ledru at scilab.org Mon Jul 28 11:29:38 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 28 Jul 2008 11:29:38 +0200 Subject: [scilab-Users] remarks In-Reply-To: <20080727003358.39ca40f9.vaborg@gmail.com> References: <20080725105026.bc551c51.vaborg@gmail.com> <1216976051.6062.132.camel@korcula.inria.fr> <20080725105826.154c91f1.vaborg@gmail.com> <1216976452.6062.135.camel@korcula.inria.fr> <20080725111559.6211ed33.vaborg@gmail.com> <1216977587.6062.148.camel@korcula.inria.fr> <20080727003358.39ca40f9.vaborg@gmail.com> Message-ID: <1217237378.6062.280.camel@korcula.inria.fr> Le dimanche 27 juillet 2008 ? 00:33 +0200, Ivan Maximov a ?crit : > Yes, I checked it with nvidia card > You're true - everything works without any problems. > > Are you going to fix it in release? We should be able to it. We have good leads on this issue. Sylvestre From kdl at ansto.gov.au Wed Jul 30 07:20:52 2008 From: kdl at ansto.gov.au (Klaus-Dieter Liss) Date: Wed, 30 Jul 2008 15:20:52 +1000 Subject: large binary files... [SEC=UNCLASSIFIED] Message-ID: <488FFA34.1060401@ansto.gov.au> Hello, I am trying to read parts of large binary files (more than 2 GB total file length) with mgeti. I want to seek in the file and then work through it part by part. however, it seems, mgeti does not like large files. any hints? cheers, klaus-dieter. -- Dr. Klaus-Dieter Liss Senior Research Fellow The Bragg Institute, ANSTO PMB 1, Menai, NSW 2234, Australia New Illawarra Road, Lucas Heights T: +61-2-9717+9479 F: +61-2-9717+3606 M: 0419 166 978 E: kdl at ansto.gov.au http://www.ansto.gov.au/bragg/science/scientific_projects/thermomecpro.html private: http://liss.freeshell.org/ From Paul_Martin at mksinst.com Wed Jul 30 10:01:41 2008 From: Paul_Martin at mksinst.com (Paul_Martin at mksinst.com) Date: Wed, 30 Jul 2008 04:01:41 -0400 Subject: Paul Martin/US/MKS is out of the office. Message-ID: I will be out of the office starting 07/30/2008 and will not return until 08/11/2008. I am currently out of the office. I do not have cell phone or email access. I will reply to your request upon my return.