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
I have the following error when trying to import variables values from Matlab. I have version 0.7.3 for the MATLAB package.
julia> using MATLAB
julia> s = MSession();
julia> mat"x=2";
julia> get_mvariable(s,:x)
Error using save
Variable 'x' not found.
ERROR: MATLAB.MEngineError("failed to get variable x from MATLAB session")
Stacktrace:
[1] get_mvariable(::MSession, ::Symbol) at /home/magron/.julia/packages/MATLAB/cVrxc/src/engine.jl:164
[2] top-level scope at none:0
Could you help me to figure this out?
Best regards,
Victor
The text was updated successfully, but these errors were encountered:
Dear musm,
I have the following error when trying to import variables values from Matlab. I have version 0.7.3 for the MATLAB package.
julia> using MATLAB
julia> s = MSession();
julia> mat"x=2";
julia> get_mvariable(s,:x)
Error using save
Variable 'x' not found.
ERROR: MATLAB.MEngineError("failed to get variable x from MATLAB session")
Stacktrace:
[1] get_mvariable(::MSession, ::Symbol) at /home/magron/.julia/packages/MATLAB/cVrxc/src/engine.jl:164
[2] top-level scope at none:0
Could you help me to figure this out?
Best regards,
Victor
The text was updated successfully, but these errors were encountered: