Jonathan Doucette
PhD candidate studying MRI physics at the University of British Columbia.
Session
07-28
16:40
10min
Calling Julia from MATLAB using MATDaemon.jl
Jonathan Doucette
MATLAB is a proprietary programming language popular for scientific computing. Calling MATLAB code from Julia via the C API has been supported for many years via MATLAB.jl. The reverse direction is more complex. One approach is to compile Julia via the C++ MEX API as in Mex.jl. In MATDaemon.jl (https://bit.ly/3JxTFFU), we instead communicate by writing data to .mat files. This method is robust across Julia and MATLAB versions, and easy to use: just download jlcall.m from the GitHub repository.
JuliaCon
Red