Why do I get the error "Check that write permissions are available" using the command writetable?

161 views (last 30 days)
Hi everyone!
Running the command writetable I got some issue:
writetable(Z,'Model.xlsx','Sheet',1)
Matlab says that some error occurs:
Error
Unable to save the workbook to file 'D:\Documents\MATLAB\Project\Model.xlsx'.
Check that write permissions are available, there is sufficient disk space, and the file can be written to or created.
Have you ever had the same problem? I'm a beginner with Matlab.

Accepted Answer

Cris LaPierre
Cris LaPierre on 31 Jan 2021
Edited: Cris LaPierre on 31 Jan 2021
The error suggests that MATLAB does not have write permission to the specified location.
You could try running MATLAB as an administrator. If that doesn't help, see this answer.
  4 Comments
Cris LaPierre
Cris LaPierre on 14 Jan 2022
Outside of MATLAB, can you copy a file, say from your desktop, and paste it to the same location you are wanting to write your table to?
Ismaeel
Ismaeel on 14 Jan 2022
I have solved my problem following the note from Zeynab Mousavikhamene in the link:
I was trying to save my table inside a GUI that was built by App Designer using the 'writetable' function to (C:\Program Files\New Folder) and it did not work. I changed to C:\New_Folder (with no space) and it worked just fine.
Thanks

Sign in to comment.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!