Home > freetb4matlab > nnet > ind2vec.m

ind2vec

PURPOSE ^

% @code{vec2ind} convert indices to vector

SYNOPSIS ^

function [vector]=ind2vec(ind)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{vec}} = ind2vec (@var{ind})
% @code{vec2ind} convert indices to vector
%
%
% @example
% EXAMPLE 1
% vec = [1 2 3; 4 5 6; 7 8 9];
%
% ind = vec2ind(vec)
% The prompt output will be:
% ans = 
%    1 2 3 1 2 3 1 2 3
% @end example
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003