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)").