Neural Network Toolbox
  Go to function:
    Search    Help Desk 
ind2vec    Examples   See Also

Convert indices to vectors

Syntax

vec = ind2vec(ind)

Description

ind2vec and vec2ind allow indices to either be represented by themselves, or as vectors containing a 1 in the row of the index they represent.

ind2vec(ind) takes one argument,

and returns a sparse matrix of vectors, with one 1 in each column, as indicated by ind.

Examples

Here four indices are defined and converted to vector representation.

See Also

vec2ind



[ Previous | Help Desk | Next ]