cell array and each individual element in it
显示 更早的评论
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
2015-8-2
repmat({zeros(1,4)},6,6)
类别
在 帮助中心 和 File Exchange 中查找有关 Cell Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!