how concatenate arraycell in this strange way
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
c = {1 4}
d = {3 6}
it's possibile to do it?
{1 3} {4 6}
1 Commento
Dyuman Joshi
il 3 Set 2023
What exactly is supposed to be the output you want?
The above mentioned expression is not clear -
{1 3} {4 6}
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!