powered by
Create cell array.
cell(...)
Returns list consisting of empty matrices. Defaults to square if dimension argument resolves to a single value.
numeric dimensions for the result
P. Roebuck proebuck1701@gmail.com
ones, zeros
ones
zeros
cell(3) cell(c(3, 3)) # same thing cell(3, 3) # same thing cell(size(matrix(NA, 3, 3))) # same thing
Run the code above in your browser using DataLab