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!