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

samuel.enibe at unn.edu.ng samuel.enibe at unn.edu.ng
Tue Oct 2 19:33:26 CEST 2012


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 or columns with missing values.

Samuel Enibe
University of Nigeria, Nsukka, Nigeria 

Sent from my Nokia phone



More information about the users mailing list