<< Data management Data management centering >>

fact >> Data management > cdel

cdel

removes columns from a Div structure

Calling sequence

xc= cdel(x,index);

Arguments

x:

a matrix (n x q) or a Div structure

index:

an integer or a vector of integers corresponding to the columns to be removed

xc:

a Div structure; xc.d does no longer contain the columns corresponding to index

Examples

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

Authors


Report an issue
<< Data management Data management centering >>