Can I create array which its elements also arrays ?

3 vues (au cours des 30 derniers jours)
mohammed elmenshawy
mohammed elmenshawy le 15 Août 2016
Modifié(e) : oussama souadka le 15 Août 2016
Can I create array which its elements also array ?

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 15 Août 2016
Use cell arrays
A={[1 2 3] [4 5 6]}

oussama souadka
oussama souadka le 15 Août 2016
Modifié(e) : oussama souadka le 15 Août 2016
your question was answered before , look at Is there any way to create array of arrays or matrix of matrices? es

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by