Neural Network Toolbox Previous page   Next Page
seq2con

Convert sequential vectors to concurrent vectors

Syntax

b = seq2con(s)

Description

The Neural Network Toolbox represents batches of vectors with a matrix, and sequences of vectors with multiple columns of a cell array.

seq2con and con2seq allow concurrent vectors to be converted to sequential vectors, and back again.

seq2con(S) takes one input,

and returns,

Examples

Here three sequential values are converted to concurrent values.

Here two sequences of vectors over three time steps are converted to concurrent vectors.

See Also

con2seq, concur


Previous page  satlins setx Next page

© 1994-2005 The MathWorks, Inc.