vector conversion from a vector of numbers to a vector cell of chars.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!