how to compare a string variable with a string?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi How to compare string variable with a string?
0 Commenti
Risposta accettata
Più risposte (1)
SRI
il 18 Giu 2014
for example
inputData = 'Example';
outputData = strcmp(inputData,'Example');
If outputData = 1 means both the data are equal if 0 means it is not equal
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!