Why do I receive an 'Unrecognized String Header' error when using the XLSREAD function in MATLAB 6.5 (R13)?
Show older comments
I am trying to import the data in my excel file, into the MATLAB workspace using the following command:
[nu na] = xlsread('badfile.xls');
However, I receive an error regarding an 'Unrecognized String Header' error:
XLS File contains unrecognized string header - skipping remaining text - (872:0x63 65528).
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!