Can I create array which its elements also arrays ?
显示 更早的评论
回答(2 个)
Azzi Abdelmalek
2016-8-15
Use cell arrays
A={[1 2 3] [4 5 6]}
oussama souadka
2016-8-15
编辑:oussama souadka
2016-8-15
0 个投票
your question was answered before , look at Is there any way to create array of arrays or matrix of matrices? es
类别
在 帮助中心 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!