JuliaInterop / MATLAB.jl

Calling MATLAB in Julia through MATLAB Engine
MIT License
270 stars 63 forks source link

Restart Matlab Session after fatal error exit #204

Open Naikless opened 1 year ago

Naikless commented 1 year ago

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