Can I create array which its elements also arrays ?

조회 수: 1 (최근 30일)
mohammed elmenshawy
mohammed elmenshawy 2016년 8월 15일
편집: oussama souadka 2016년 8월 15일
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에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by