Convert Matlab Code to Julia 1.0

Hi Boris,

is it possible that we can connect a Matlab based third part package with Julia 1.1.0?

For example:The MATLAB tensor toolbox ( Sandia National Laboratories)
https://www.sandia.gov/~tgkolda/TensorToolbox/index-1.0.html

You can check out MATLAB.jl but it has some limitations and I am not sure if it works with Julia 1.1.

In any case, I would suggest to look for some native Julia packages that may provide the functionality you need. There are packages out there like Tensor.jl and TensorOperations.jl.

1 Like

Not that I am aware of. I think that Matlab.jl, as pointed by @aharoun is your best bet but I have not used it.