MATLAB cell function
Create cell array.
cell(...)
... |
numeric dimensions for the result |
Returns list consisting of empty matrices. Defaults to square if dimension argument resolves to a single value.
P. Roebuck proebuck@mdanderson.org
cell(3) cell(c(3, 3)) # same thing cell(3, 3) # same thing cell(size(matrix(NA, 3, 3))) # same thing
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.