Extract string form cell for sprintf
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jamie Shelley
le 21 Juil 2016
Commenté : Jamie Shelley
le 21 Juil 2016
I have a string saved in a cell on excel, that I need to put onto my GUI using sprintf, but it says sprintf doesn't accept cell inputs, is there a way of extracting it from the cell and turning it into a string please? Thanks
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 21 Juil 2016
Modifié(e) : Azzi Abdelmalek
le 21 Juil 2016
Example
a={'abc'}
use
sprintf([a{1} '%d'],5)
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import from MATLAB 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!