MATLAB.jl icon indicating copy to clipboard operation
MATLAB.jl copied to clipboard

UndefRefError on windows

Open PaulisBeetle opened this issue 5 years ago • 3 comments

Hi, Thanks the guys for making the package.

When I access the function from MATLAB.jl on Windows, it raises the error ERROR: UndefRefError: access to undefined reference. The Matlab version is R2019b and Matlab.jl version is v0.8.0. The variable MATLAB_HOME is set as D:\\R2019b\\.

PaulisBeetle avatar Feb 19 '21 07:02 PaulisBeetle

I think the path needs to be modified

MATLAB_HOME should point to C:\\R2019b\\bin\\win64 if I'm not mistaken

musm avatar Feb 19 '21 18:02 musm

Sorry for the late reply. The installation path of my Matlab is D:\\R2019b. Thus I changeMATLAB_HOME as D:\\R2019b\\bin\\win64. Now it raises the error The MATLAB path in invalid. Set the MATLAB_HOME evironmental variable to the MATLAB root.

PaulisBeetle avatar Feb 22 '21 10:02 PaulisBeetle

Sorry for the late reply, did you ever manage to fix this?

musm avatar Apr 29 '21 03:04 musm