Merging Arrays in a Struct and Sorting them
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris Dan
am 26 Dez. 2019
Bearbeitet: Stephen23
am 26 Dez. 2019
Hello, I have a struct like this:
I want to join its two arrays into one array and then sort them in ascending order, I am trying this code, but it is not giving me results:
c = [v(1) v(2)]
sort_c = sort(c);
0 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!