how I can know if a string is empty or not!?
Afficher commentaires plus anciens
please help me with a code ! thank you !
Réponse acceptée
Plus de réponses (1)
Weird Rando
le 15 Mai 2016
Modifié(e) : Weird Rando
le 15 Mai 2016
You can use the length()
a = '';
stringlen = length(a) % stringlen = 0
1 commentaire
Imen Mani
le 15 Mai 2016
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!