Merge vector and array into one array
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hey
I want to merge a cell array with a vector. In the cell array I have text and the vector contains numbers. So what I want is to merge them like this:
Q = (Blabla1, blabla2, blabla3, ...)
T = (1.52, 1.78, 1.67 ...)
QT ="row 1" Blabla1, blabla2, blabla3, ...
"row 2" 1.52, 1.78, 1.67 ...
Thanks in advance!
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Operators and Elementary Operations 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!