I keep getting an error when trying to run the following command from the MATLAB Fundamentals class (pg 6-11 in course notes). Doesn't writetable overwrite a file if it already exists?
Show older comments
writetable(standings,'EPLstandings.xlsx')
Error using writetable (line 121) Unable to save the workbook to file 'C:\EPLstandings.xlsx'. Check that write permissions are available, there is sufficient disk space, and the file can be written to or created.
1 Comment
Alexander Guillen
on 17 Mar 2020
I was having the same error. In the section in your matlab window, I selected desktop and it automatically create the folder!
Accepted Answer
More Answers (0)
Categories
Find more on Programming 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!