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
Is it possible to restart the default matlab session in the REPL after it exited due to a fatal error without actually restarting the whole REPL?
When I try MATLAB.restart_default_msession() or MATLAB.close_default_msession() I only get MATLAB.MEngineError("failed to close MATLAB engine session (err = 1)").
The text was updated successfully, but these errors were encountered:
Is it possible to restart the default matlab session in the REPL after it exited due to a fatal error without actually restarting the whole REPL?
When I try
MATLAB.restart_default_msession()
orMATLAB.close_default_msession()
I only getMATLAB.MEngineError("failed to close MATLAB engine session (err = 1)")
.The text was updated successfully, but these errors were encountered: