Neural Network Toolbox | ![]() ![]() |
Convert sequential vectors to concurrent vectors
Syntax
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.
S - N
x TS
cell array of matrices with M
columns.
B - N
x 1
cell array of matrices with M*TS
columns.
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
![]() | satlins | setx | ![]() |