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

Calling MATLAB in Julia through MATLAB Engine

Results 50 MATLAB.jl issues
Sort by recently updated
recently updated
newest added

Unable to start the engine due to an instantaneous segfault when attempting to launch the engine.

Environment: Windows 10 Julia 1.6.2 MATLAB 2022a academic I have been unable to run any code in julia that uses matlab successfully. Running the following code will open the matlab...

UPDATE: This was already (partially) answered in Issue #195: --- When I try running a Matlab command in Julia (e.g. mat"x=1"), I am getting ERROR: MATLAB.MEngineError("invalid engine session (err =...

Hi: When I try to use this package, it keeps reminding me UndefRefError. I have set ENV["MATLAB_HOME"]="/Applications/MATLAB_R2021b.app" in Julia and build MATLAB, but it didn't work. Do you have any...

I have tried several different methods to shut down the Matlab engine, before logging out of a Jupyter notebook running a Julia 1.3 kernel in Firefox on a Windows-10 box....

Currently adjoint vectors from Julia are converted to structs in MATBAL instead of a row-vector (which would make more sense). Version: Julia 1.7.1 Package Version: MATLAB.jl v0.8.2 ## Minimum Example...

I am trying to use a custom matlab function in julia but I am getting an error. I tried to do the following: mat""" function [result] = run(x_pos, y_pos) result...

First shot at a version of a custom REPL prompt that allows Julia variable interpolation but still prints outputs based on #175. Using `do_mat_str` for this, so had to add...

Hi, Thanks the guys for making the package. When I access the function from MATLAB.jl on Windows, it raises the error ``ERROR: UndefRefError: access to undefined reference``. The Matlab version...

In one of the packages I use there is a struct that gets partially initialized. This makes it so mxarray fails because of : mxarray.jl:488 ` set_field(mx, names_str[i], mxarray(getfield(d, names[i])))...