Re: [Scilab-users] Scilab function with variable input and output arguments

2012-09-10 Thread Rafael Guerra
Serge, Thank you very much for your reply, your suggested solution worked like a charm. Best regards Rafael -Original Message- From: users-boun...@lists.scilab.org [mailto:users-boun...@lists.scilab.org] On Behalf Of Serge Steer Sent: Monday, September 10, 2012 3:44 AM To: users@lists.sc

Re: [Scilab-users] Time out on Scilab 5.4.0 Beta 2

2012-09-10 Thread Sylvestre Ledru
Hello, Le 10/09/2012 18:09, Ralph Reinhold a écrit : > Hi > Scilab times out, if I'm not using it, after a few minutes. Is this a > bug? If not, how do I change the time it takes. I need much more time. You are probably hit by the bug: http://bugzilla.scilab.org/show_bug.cgi?id=11846 We are work

[Scilab-users] Time out on Scilab 5.4.0 Beta 2

2012-09-10 Thread Ralph Reinhold
Hi Scilab times out, if I'm not using it, after a few minutes. Is this a bug? If not, how do I change the time it takes. I need much more time. Ralph -- Ralph Reinhold, DSc Director of Science and Innovation Kaliber Imaging, Inc. www.kaliberimaging.com 77

[Scilab-users] gift

2012-09-10 Thread hi
cher monsieur ou mademoiselleLe jour de Noël est à venirc'est une meilleure cfhance pour acheter cadeau pour votre familleiphone, appareil photo, ordinateur portable, télévision, téléphone ..le prix est très bon iphone 4s only 248euro www.  jueyeae.com   how are you ♀ __

Re: [Scilab-users] How to let scilab do what matlab can do?

2012-09-10 Thread Mathieu Dubois
Hello, On 2012-09-10 15:22, 黄斌 wrote: Hi I am learning matlab, but I can’t afford it, so I am using scilab as a substitute of matlab. But I have found some function that can be used in matlab can’t be used in scilab, like “rectpulse()” ,”factor()”. Could you help me finding a solution? Scilab

Re: [Scilab-users] How to let scilab do what matlab can do?

2012-09-10 Thread sgougeon
Hello, >.../... >But I have found some function that can be used in matlab can’t be used in >scilab, like “rectpulse()” recpulse(x,n) // can be done with x.*.ones(n,1) // Example: -->x=grand(3,2,'uin',0,20) x = 2. 15. 18.3. 20.7. -->x.*.ones(4,1) ans =

[Scilab-users] How to let scilab do what matlab can do?

2012-09-10 Thread 黄斌
Hi I am learning matlab, but I can’t afford it, so I am using scilab as a substitute of matlab. But I have found some function that can be used in matlab can’t be used in scilab, like “rectpulse()” ,”factor()”. Could you help me finding a solution? Thanks! ___