Can I create array which its elements also arrays ?

1 次查看(过去 30 天)
Can I create array which its elements also array ?

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2016-8-15
Use cell arrays
A={[1 2 3] [4 5 6]}

oussama souadka
oussama souadka 2016-8-15
编辑:oussama souadka 2016-8-15
your question was answered before , look at Is there any way to create array of arrays or matrix of matrices? es

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by