Can I create array which its elements also arrays ?
Mostra commenti meno recenti
Can I create array which its elements also array ?
Risposte (2)
Azzi Abdelmalek
il 15 Ago 2016
Use cell arrays
A={[1 2 3] [4 5 6]}
oussama souadka
il 15 Ago 2016
Modificato: oussama souadka
il 15 Ago 2016
0 voti
your question was answered before , look at Is there any way to create array of arrays or matrix of matrices? es
Categorie
Scopri di più su Resizing and Reshaping Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!