vector conversion from a vector of numbers to a vector cell of chars.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
In MATLAB I have this vector: Y=[0 4 6] and I need to convert it to this format X={'0' '4' '6'}.
Not sure how to do it.
Thank you
6 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Characters and Strings 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!