<< num2str Data management reorder >>

fact >> Data management > rdel

rdel

removes lines

Calling sequence

xc = rdel(x,index);

Arguments

x:

a matrix (n x q) or a Div structure

index:

an integer or a vector of integers giving the numbers of the lines to remove

xc:

a Div structure; xc.d does not contain the lines of x corresponding to index

Examples

[x2]=rdel(x,[1;5;32])

Authors


Report an issue
<< num2str Data management reorder >>