How to put these values into one array ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohamed Ahmed
am 16 Mär. 2022
Kommentiert: Mohamed Ahmed
am 16 Mär. 2022
I have this vector X which is equal to
X =
Columns 1 through 8
1 2 3 4 5 6 7 8
I want to convert it into this format
X =
1, 2, 3, 4, 5, 6, 7, 8
How can I achieve this ?
2 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion 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!