Skip to content

Custom MATLAB function for converting input cell array, of any size, to a matrix; designed to address the limitations of MATLAB's built-in 'cell2mat()' function.

License

domattioli/NDcell2mat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NDcell2mat

Convert cell arrays, itself composed of numeric arrays of any size, into a larger matrix with filler values to accomodate incongruent sizes, which MATLAB's built-in 'cell2mat()' function does not accomodate. Note: the function reshapes the numeric arrays into vectors along the first scalar dimension of the cell array.

View NDcell2mat on File Exchange

About

Custom MATLAB function for converting input cell array, of any size, to a matrix; designed to address the limitations of MATLAB's built-in 'cell2mat()' function.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages