Combining the data
Ältere Kommentare anzeigen
F = 3 5 6 15 17 21 35 45 46 51 56 57 66 70 71
please tell how to combine as
3 5
5 6
6 15
15 17
17 21 as on
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 9 Jan. 2012
reshape(F, 2, []).'
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!