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

Break matrix up into a cell array of matrices

Syntax

mat2cell(M,R,C);

Description

mat2cell(M,R,C) takes three arguments,

and returns a cell array of matrices, found using R and C.

Examples

See Also

cell2mat



[ Previous | Help Desk | Next ]