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

Embedding Julia in the MATLAB process.

Results 6 Mex.jl issues
Sort by recently updated
recently updated
newest added

Sadly, Mex.jl doesn't seem to work with Julia 1.10.1. After some trial (by me) and error (by Matlab) yesterday I installed Julia's long term support version 1.6.7, installed MATLAB.jl and...

This package doesn't seem to load correctly in Julia 1.8. I think I might be able to access a useful stack trace if I were to try loading this package...

Hello, I cannot get Mex to run. In the beginning I had a problem that Mex could not build, but after adding the Mex path to ``` ENV["MATLABPATH"]="/home/user/.julia/packages/Mex/5WarT/mexjulia" ``` manually...

First thank you *very* much for this awesome package. I'm trying to run the stuff in `performance.m` and unfortunately, the first test fails. Could have to do with the JIT...

great that this project is still being updated! I just tried out with the newest release candidate for julia which again exports options, so the build script works. I tried...