JuliaInterop / MATLAB.jl

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

Connecting to named MATLAB session #173

Open jonniedie opened 3 years ago

jonniedie commented 3 years ago

It would be really nice to be able to connect to an open MATLAB session the way you can with Python. Or, in the very least, start a full MATLAB GUI session when starting MATLAB up from Julia.

musm commented 3 years ago

Yeah, problem is we are using the C api and it's severely limited compared to the C++ api