MATDaemon.jl
MATDaemon.jl copied to clipboard
I'm running julia version 1.10.0 on fedora core 38. After running the example code `>> jlcall('sort', {rand(2,5)}, struct('dims', int64(2)))` I obtain the following ```bash Installing MATDaemon environment... /home/maikel/.juliaup/bin/julia --project=/home/maikel/Documents/Papers/PNDDE/Demos/.jlcall --threads=auto...
I get an error when trying to run the example jlcall('sort', {rand(2,5)}, struct('dims', int64(2))) function from the readme. I have tried adding Julia to the PATH in multiple ways (along...
I modified 'infile' and 'outfile' so these would be unique to the calling process, but I still get lots of errors. Am I using this module in an unintended way?
I've encountered an issue on MATLAB 2023b while running jlcall for the first time to install MATDaemon.jl - Julia segfaults. The issue arises from environment variables that MATLAB sets before...
This pull request changes the compat entry for the `MAT` package from `0.10` to `0.10, 0.11`. This keeps the compat entries for earlier versions. Note: I have not tested your...