mexjulia
mexjulia copied to clipboard
embedding Julia in the MATLAB process.
KO on windows 10, matlab R2018b, Julia 1.5.3, mexjulia (master 79ba8b1c) : ``` >> mex -setup c++ MEX configured to use 'MinGW64 Compiler (C++)' for C++ language compilation. >> jl.config...
I am trying to make this very useful tool work for the newest Julia version 1.1 but it appears that the mex is not compiling correctly. I am using a...
In trying to build on Windows 10, in Matlab R2017a, with the MinGW64 compiler I get the following error when running `jl.config` (after specifying location of julia executable): #### Error...
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
I am writing some simple mex interfaces that allow me to pass large amounts of data between the two with as little copying as possible. Much of this is inspired...
Hi, I'm very new to Julia. I'm trying to call functions from other Julia packages in Matlab. Is it possible to do that with mexjulia?
I am getting a crash after the first call returns, just doing `jl.eval('2+2')`. This is on CentOS with the COPR build. Build: ``` >> jl.config build_cflags: '-O -I"/usr/include/julia" -DJULIA_ENABLE_THREADING' build_ldflags:...
I'm using mexjulia to call a julia function "compute_LL.jl" from matlab which takes a dict as an input. I'm passing it a Matlab struct, which gets converted sensibly to a...
I get this quite particular bug. Basically, I can only run one script containing any call to julia, as the second I call crashes matlab itself. the strange thing is...
Hey, I might be a little in over my head, by I was challenged to integrate some Julia functions on top of MATLAB for an assignment, however a MATLAB license...