UndefRefError on windows
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\\.
I think the path needs to be modified
MATLAB_HOME should point to C:\\R2019b\\bin\\win64 if I'm not mistaken
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.
Sorry for the late reply, did you ever manage to fix this?