How can I write data repeatedly to an Excel file on a network drive from MATLAB R2024a?
I have a MATLAB script where I am using repeated calls to "writematrix" to write data to an Excel file on a network drive. The script will sometimes run successfully, but sometimes it fails at various lines with the following error.
Unable to write to file ‘…’ You might not have write permissions or the file might be open by another application.
I am looking for a consistent approach to write all of my data to this Excel file.I have a MATLAB script where I am using repeated calls to "writematrix" to write data to an Excel file on a network drive. The script will sometimes run successfully, but sometimes it fails at various lines with the following error.
Unable to write to file ‘…’ You might not have write permissions or the file might be open by another application.
I am looking for a consistent approach to write all of my data to this Excel file. I have a MATLAB script where I am using repeated calls to "writematrix" to write data to an Excel file on a network drive. The script will sometimes run successfully, but sometimes it fails at various lines with the following error.
Unable to write to file ‘…’ You might not have write permissions or the file might be open by another application.
I am looking for a consistent approach to write all of my data to this Excel file. writematrix MATLAB Answers — New Questions