readtable error after r2014a –> r2022b upgrade
I have a script coded in MATLAB R2014a, running correctly. After intalling R2022b or later this line
t = readtable(‘test.txt’, ‘Delimiter’,’;’);
results in error:
Delimiter must be a string array, character vector, or cell array of character vectors.
Why?I have a script coded in MATLAB R2014a, running correctly. After intalling R2022b or later this line
t = readtable(‘test.txt’, ‘Delimiter’,’;’);
results in error:
Delimiter must be a string array, character vector, or cell array of character vectors.
Why? I have a script coded in MATLAB R2014a, running correctly. After intalling R2022b or later this line
t = readtable(‘test.txt’, ‘Delimiter’,’;’);
results in error:
Delimiter must be a string array, character vector, or cell array of character vectors.
Why? readtable, delimiter, error, r2022b MATLAB Answers — New Questions