MATLAB.jl
MATLAB.jl copied to clipboard
Restart Matlab Session after fatal error exit
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)")
.