how to compare a string variable with a string?
Afficher commentaires plus anciens
Hi How to compare string variable with a string?
Réponse acceptée
Plus de réponses (1)
SRI
le 18 Juin 2014
0 votes
for example
inputData = 'Example';
outputData = strcmp(inputData,'Example');
If outputData = 1 means both the data are equal if 0 means it is not equal
Catégories
En savoir plus sur String Parsing 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!