cell array and each individual element in it

1 次查看(过去 30 天)
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

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2015-8-2
repmat({zeros(1,4)},6,6)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by