<< jstr Data management num2str >>

fact >> Data management > nandel

nandel

removing of lines or columns containing missing values (NaN)

Calling sequence

xc= nandel(x,row_or_col);

Arguments

x:

a matrix (n x q) or a Div structure

row_or_col:

removing lines = 'r', removing columns = 'c'; by default the choice is optimized in order to keep as information as possible

xc:

a Div structure; xc.d does not contain any missing value

Examples

[x2]=nandel(x,'r')

Authors


Report an issue
<< jstr Data management num2str >>