Re: [Scilab-users] What's the difference between Scilab mailinglist and Scilab Forum?

2012-10-02 Thread bkpsusmitaa
Dear Dr.Warriar, Thank you. You have answered my query exhaustively. Regards -- View this message in context: http://mailinglists.scilab.org/What-s-the-difference-between-Scilab-mailinglist-and-Scilab-Forum-tp4024923p4024957.html Sent from the Scilab users - Mailing Lists Archives mailing list

Re: [Scilab-users] Function to remove rows or colums with missing values

2012-10-02 Thread Samuel Enibe
Thank you so much, Samuel. Your example worked very well, and I have incorporated it in my work using the following function: function m = removenan(m, direction)//remove any row or column with missing values if (direction(1)=="r") then m(:,or(isnan(m),'r')) = [];//delete all columns with %n

[Scilab-users] Awkward redesign of 5.4.0 for Mac

2012-10-02 Thread Harold Dessau
All, I will require a significant redesign of my 5.3.3 code to run under 5.4.0 under Mac OS 10.8. Scilab 5.4.0 has evidently redesigned the directory so as to be backwards incompatible with the previous versions. First it installs in my Users/ my name/ directory and will not see my hard drive

Re: [Scilab-users] Function to remove rows or colums with missing values

2012-10-02 Thread Samuel Gougeon
Hello, Le 02/10/2012 19:33, samuel.en...@unn.edu.ng a écrit : Dear sir, Is there an existing function in SCILAB to remove all rows or columns with with one or more missing values from a matrix such as X. I want to avoid the alternative of using the scipts such as K = find(isnan(X)) And then

[Scilab-users] How to pause the script with a control panel

2012-10-02 Thread Orbeman
Hello, I begin with graphics interface and I envisage to add some control panels in my program. I would like to pause the program until I don't have click the pushbutton to validate the parameters. The following function is encapsulated in an other function. Could anyone explain how to do ? Thank

Re: [Scilab-users] What's the difference between Scilab mailinglist and Scilab Forum?

2012-10-02 Thread Rakhi Warriar
Hello scilab.in is maintained by Indian Institute of Technology Bombay. It is funded by the Ministry of Human Resource Development, Govt. Of India. Our group also has lots of amazing things going on as part of popularising Scilab in India. The forum is a part of this effort. We have close to 120

[Scilab-users] Function to remove rows or colums with missing values

2012-10-02 Thread samuel.en...@unn.edu.ng
Dear sir, Is there an existing function in SCILAB to remove all rows or columns with with one or more missing values from a matrix such as X. I want to avoid the alternative of using the scipts such as K = find(isnan(X)) And then converting the K to row,column format before deleting the rows o

Re: [Scilab-users] Bug I of the demos using Scilab 5.4.0 on Ubuntu 12.04

2012-10-02 Thread Sylvestre Ledru
On 01/10/2012 22:16, Uwe Fechner wrote: > Hello, > > I like Scilab 5.4.0, but there are some regressions with respect to > scilab 5.3.3. > > If I start Scilab 5.4.0, click: > - Demos -> Graphics -> 2D and 3D plots -> plot2d I get the following > message > in the console: > > Starte Ausführung: >

[Scilab-users] scilab 5.4.0 stops

2012-10-02 Thread haasejos
hallo, if I try to run the little program below, scilab 5.4.0 stops without any further message. In scilab 5.3.3 it works fine. clc xdel() t = linspace (0 , 2*%pi , 100); x = sin (2*t); y = cos (t); plot ( x , y , '*' ) best regards Josef -- View this message in context: http://mailinglists.s