Can I create array which its elements also arrays ?
古いコメントを表示
Can I create array which its elements also array ?
回答 (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!