You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that calls export_fig dozens of time and export_fig seems to randomly hang matlab (spinning ball of death on Mac). The current calling parameters are export_fig(filename,'-png','-pdf','-r512','-transparent'), but other parameters also randomly cause Matlab to hang.
Others I work with see a similar behavior. I am currently on an Intel Mac and have seen this on Matlab 2023B and 2024A
Any ideas?
Thanks,
Mitch
The text was updated successfully, but these errors were encountered:
When this happens, click Ctrl-C to stop the running function and see where exactly it hangs.
You can try to add short pause() calls between your multiple calls to export_fig, maybe this will help.
Thanks, but Ctrl-C isn't responsive as matlab has the spinning beach ball. I had tried the pause() and just tried it again with a 1 second delay before and after the call to export_fig, but he problem still persists.
I have a script that calls export_fig dozens of time and export_fig seems to randomly hang matlab (spinning ball of death on Mac). The current calling parameters are export_fig(filename,'-png','-pdf','-r512','-transparent'), but other parameters also randomly cause Matlab to hang.
Others I work with see a similar behavior. I am currently on an Intel Mac and have seen this on Matlab 2023B and 2024A
Any ideas?
Thanks,
Mitch
The text was updated successfully, but these errors were encountered: