Can I create array which its elements also arrays ?
Mostrar comentarios más antiguos
Can I create array which its elements also array ?
Respuestas (2)
Azzi Abdelmalek
el 15 de Ag. de 2016
Use cell arrays
A={[1 2 3] [4 5 6]}
oussama souadka
el 15 de Ag. de 2016
Editada: oussama souadka
el 15 de Ag. de 2016
0 votos
your question was answered before , look at Is there any way to create array of arrays or matrix of matrices? es
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!