JuliaInterop / MATLAB.jl

Calling MATLAB in Julia through MATLAB Engine
MIT License
273 stars 64 forks source link

Calling nested functions #134

Open donaldRwilliams opened 6 years ago

donaldRwilliams commented 6 years ago

Hello: I can use Matlab function in Julia, but only if the function does not call other functions. In contrast, when calling from Julia from R, I am able to run many functions so long as all are on the same .jl file.

any suggestions would be appreciated

musm commented 6 years ago

Can you provide an example of what you mean?