cell array and each individual element in it

1 view (last 30 days)
I want to create a cell of size 6x6. within each element there should be 1 X 4 size array. i.e. suppose x is cell array x{1,1} should be of size 1 X 4 max

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 2 Aug 2015
repmat({zeros(1,4)},6,6)

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!