Lito Yap
Ansys Employee
From the guide. The path for Matlab 2019a would be:
"C:\Program Files\MATLAB\R2019a\bin\win64\libeng.dll"
To register Matlab: Open a Windows command prompt as Administrator and run the command:
"C:\Program Files\MATLAB\R2019a\bin\win64\matlab" /regserver
Then you can test "Lumerical to Matlab" integration by running a matlab plot script:
matlab("plot(1:10)");
For the "Matlab to Lumerical" integration route: Aside from adding the Lumerical install path into Matlab. Also add the Matlab install path and Lumerical install and API path into your system. See this post for details.
Then do the test for the Matlab to Lumerical integration as shown in the guide.
Hope this helps.