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

Convert vectors to indices

Syntax

Description

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

vec2ind(vec) takes one argument,

and returns the indices of the 1's.

Examples

Here four vectors (containing only one 1 each) are defined and the indices of the 1's are found.

See Also



[ Previous | Help Desk ]