what syntax to use in comparing two text files in matlab, if in one number in the first text file, there are multiple possible words to be compared in the other text file?

1 visualización (últimos 30 días)
First text file Second text file
1. Technology 1. Technology
2. Medicine 2. Medicine or medicinal

Respuestas (1)

Walter Roberson
Walter Roberson el 20 de Nov. de 2016
There is no built-in text comparison tool for that purpose. You will need to build one, probably using lower() and ismember(), or using strcmpi()

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by