Caught "std::exception" Exception message is: Error open a file stream for write.
Afficher commentaires plus anciens
I'm receiving this error with Matlab 2021b installed on a physical server, the same version of matlab on a different server is working fine. A way to consistently reproduce the issue is deleting directly a large amount of files without recycling them. I've already tried to uninstall, clean the Roaming directory and install back the Matlab.
2 commentaires
Image Analyst
le 12 Fév 2022
Why are you calling fwrite()? What did you do? Just call the delete() function with "recycle off"? Do you have permisson on that server to do the deleting?
Giuseppe Galeone
le 12 Fév 2022
Réponses (1)
Image Analyst
le 12 Fév 2022
Maybe try putting in
pause(0.2);
in case it's a timing issue.
1 commentaire
Giuseppe Galeone
le 14 Fév 2022
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!