is there a way to flip an array
Mostra commenti meno recenti
i exported some data and need it to go from 27x1 to1x27 is there any way to do that without rewriting all the data
Risposte (1)
the cyclist
il 20 Nov 2019
Modificato: the cyclist
il 20 Nov 2019
xt = x.';
% or
xt = transpose(x);
Categorie
Scopri di più su Structures 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!