Too many digit numbers in MATLAB strings?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Steven
le 6 Fév 2014
Commenté : Walter Roberson
le 6 Fév 2014
Hi
I am using strings in a format like:
sprintf('image-%f-%d.jpeg'),i,j)
but it writes the files for me in long digits, for the first one! I mean the output is:
image-14.000000-2
How can I fix this? I just want something like: image-14-2
and why does it so?
Thanks so much
Steven
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur String dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!