Word search algorithm using an m.file
问题 I have already implemented my algorithm using cells of multiple strings on Matlab, but I can't seem to do it through reading a file. On Matlab, I create cells of strings for each line, let's call them line. So I get line= 'string1' 'string2' etc line= 'string 5' 'string7'... line=... and so on. I have over 100s of lines to read. What I'm trying to do is compare the words from to the first line to itself. Then combine the first and second line, and compare the words in the second line to the