How can I read in dates stored as strings from an Excel sheet into MATLAB 7.0 (R14)?
Show older comments
The release notes mention using a cell array to read in dates which are stored as strings from an Excel sheet. But I cannot find this specific date-reading syntax. The documentation on XLSREAD does not mention how to read in string date information from an Excel file.
I have an Excel file called Book1.xls which has a date value in cell A1 as a string. I use the following syntax but it only returns an empty matrix:
a = XLSREAD('Book1.xls','Sheet1');
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!