convert a matrix to column vector
Mostra commenti meno recenti
I woule like to convert a matrix [31,6000] to a cloumn vector
31 rows and 6000 column
to one column vector
please advice
2 Commenti
Budoor Salem
il 21 Feb 2021
Modificato: Budoor Salem
il 21 Feb 2021
Walter Roberson
il 21 Feb 2021
temp = repmat(x(:), 200,1);
x6 = temp(1:6000);
Risposta accettata
Più risposte (1)
Categorie
Scopri di più su Data Types 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!