vector conversion from a vector of numbers to a vector cell of chars.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Voir également
Catégories
En savoir plus sur Characters and Strings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!