Install MATLAB-Engine for Julia on Apple Silicon M-series chip
· 阅读需 2 分钟
Install the new MATLAB Engine with MATLAB R2023b
MATLAB has released the new native version of MATLAB R2023b, which can smoothly work on Apple Silicon. You can download from the below link:
Note: Remember to select the apply silicon version.
The MATLAB.jl has also updated, you can add the package from Julia by using Pkg; Pkg.add(”MATLAB”)
. Once the installation and precompile finished, you can use the MATLAB engine in Julia.