How do I merge squares
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
abdullah al-dulaimi
il 30 Ott 2022
Risposto: Atsushi Ueno
il 30 Ott 2022
T=
1 2
3 4
5 6
Result =
[1,2]
[3,4]
[5,6]
I want to get the result,
result will be one coluom.
0 Commenti
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Matrices and Arrays in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!