If you got this error near to double quotes (“”), then answer is you are using older version of matlab . hence change to single quote. example : readtable(“a.txt”) to readtable(‘a.txt’)
My favorite hobby
If you got this error near to double quotes (“”), then answer is you are using older version of matlab . hence change to single quote. example : readtable(“a.txt”) to readtable(‘a.txt’)