how to compare a string variable with a string?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
pricky
el 18 de Jun. de 2014
Comentada: pricky
el 18 de Jun. de 2014
Hi How to compare string variable with a string?
0 comentarios
Respuesta aceptada
Más respuestas (1)
SRI
el 18 de Jun. de 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
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!