Taking the first element of each matrix
Mostra commenti meno recenti
Hi all,
I have 128 1x5000 and 128 1x10000 matrices. I want to take the first element of each matrix and write it down to a new output file with the matrix name next to it.
For instance,
A=[1,2,6......] B=[2,2,4,8,...] . . . Z=[3,8,9......]
Output=[A,1;B,2;....;Z,3]
Many thanks !
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Aerospace Blockset 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!