Re: [Scilab-users] Iterator in XCOS?

2014-07-07 Thread Clément David
Hello, The Iterator palette has been removed because it was hard to use for new comers however the interface functions and simulation functions are and will be provided with Scilab. You can create your own Xcos "Iterator" palette using the "xcosPal API". -- Clément Le mercredi 02 juillet 2014

Re: [Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Dang, Christophe
> De Antoine Monmayrant > Envoyé : lundi 7 juillet 2014 15:00 > > Calixte reported a bug faster than light: He's got no more soccer team to support ;-) Thanks Clixte -- Christophe Dang Ngoc Chan Mechanical calculation engineer __

Re: [Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Antoine Monmayrant
On 07/07/2014 02:44 PM, Dang, Christophe wrote: xarrows([0 ; 1], [0 ; 0], [0 ; 0]) Argh, it's a good bug: for me it's segfault/core dumped! Calixte reported a bug faster than light: http://bugzilla.scilab.org/show_bug.cgi?id=13503 Antoine -- +

Re: [Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Calixte Denizet
I reported a bug: https://codereview.scilab.org/#/c/14815/ and proposed a patch: https://codereview.scilab.org/#/c/14815/ Best regards Calixte On 07/07/2014 14:53, Calixte Denizet wrote: Hi Christophe, it is a bug... I'm fixing it. Thanks Calixte On 07/07/2014 14:51, Dang, Christophe wrot

Re: [Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Calixte Denizet
Hi Christophe, it is a bug... I'm fixing it. Thanks Calixte On 07/07/2014 14:51, Dang, Christophe wrote: Hello again, xarrows([0 ; 1], [0 ; 0], [0 ; 0]) I tried the example provided in the help page (spiral of arrows). It works fine, except if I remove the [,arsize, color] parameters, i.e

Re: [Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Dang, Christophe
Hello again, > xarrows([0 ; 1], [0 ; 0], [0 ; 0]) I tried the example provided in the help page (spiral of arrows). It works fine, except if I remove the [,arsize, color] parameters, i.e. if I type xarrows([xi;xf],[yi;yf],[zi;zf]) HTH -- Christophe Dang Ngoc Chan Mechanical calculation engi

[Scilab-users] Problem with xarrows() 3d (or with me...)

2014-07-07 Thread Dang, Christophe
Hello, I'm trying to draw 3d arrows. I've made a complete and minimal example: according to http://help.scilab.org/docs/5.5.0/en_US/xarrows.html the following code should draw the first vector of the usual base, i.e. from (0, 0, 0) to (1, 0, 0) xarrows([0 ; 1], [0 ; 0], [0 ; 0]) Instead, I get

Re: [Scilab-users] Queries about vector and complex numbers

2014-07-07 Thread Dang, Christophe
Hello, > De abhi24394 > Envoyé : vendredi 4 juillet 2014 23:23 > > i am just asking about the simple problems these are listed below... > 1.A=2ax+ay+2az and B=ax+2ay+az then Vector A*B=? [...] Do you mean you want symbolic calculation, and not numerical? If it's ust numerical, then define your

Re: [Scilab-users] Multiple files of functions with the same name

2014-07-07 Thread Stefan Du Rietz
Hello, Why not ordinary function files? exec("fun1.sci") exec("fun2.sci") And then rename them when needed: f = fun1; ... f= fun2; ... Regards Stefan On 2014-07-07 00:16, Alain LAMY wrote: Hi, Here's another suggestion, in case: Say that function f(x) is defined in t

Re: [Scilab-users] question about f_div

2014-07-07 Thread Clément David
Hello Li, freq_div is built using a Modulo_Count and a IFTHEL_f block. You can directly create you own superblock using IFTHEL_f and more complex Xcos logic. Regards, -- Clément Le samedi 05 juillet 2014 à 12:50 +, Li Wei a écrit : > Dear sir, > > I am a new user of scilab. > > I need a d

Re: [Scilab-users] SciLab installation to HP Z400

2014-07-07 Thread Antoine Monmayrant
On 07/06/2014 05:24 AM, Akira Umeda wrote: Dear members of Scilab members I have tried to install SciLab 5.5.0 to HP Z 400 workstation with 4GB memory 32bit Windows 7 and Display adapter ATI FirePro V3800. Installation is over without difficutlies. But Scilab does not start. Something like a con