Home > freetb4matlab > general > cell2mat.m

cell2mat

PURPOSE ^

% Convert the cell array @var{c} into a matrix by concatenating all

SYNOPSIS ^

function m = cell2mat (c)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{m} =} cell2mat (@var{c})
% Convert the cell array @var{c} into a matrix by concatenating all
% elements of @var{c} into a hyperrectangle.  Elements of @var{c} must
% be numeric, logical or char, and @code{cat} must be able to
% concatenate them together.
% @seealso{mat2cell, num2cell}
% @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