Ron Ueberschaer
Ron Ueberschaer
Calling `close_default_msession()` seems to work, but it doesn't accomplish anything. If I then call `mat"whos"`, I **still** see all the variables I had in the previous session! The same thing...
I just tested MATLAB.jl in a simple Julia REPL session. Similarly, `close_default_msession()` seems to be a no-op. However, when I quit the REPL (Ctrl-D), it **does** shut down the engine...
Without explicitly calling `MSession`, can you just do mat"ver" to see if Julia will connect to the Matlab engine?