# Convert Matlab Code to Julia 1.0

**URL:** https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529
**Category:** General Usage
**Tags:** faq, matlab
**Created:** [March 6, 2019, 9:48am UTC](https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529 "2019-03-06T09:48:54Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![Aquaman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aquaman/32/6586_2.png) [@Aquaman](https://discourse.julialang.org/u/Aquaman)
#### Post date: [March 29, 2019, 11:58pm UTC](https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529/21 "2019-03-29T23:58:31Z")

</div>

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](https://www.sandia.gov/~tgkolda/TensorToolbox/index-1.0.html)

---

<div class="post-metadata">

### Author: ![aharoun](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aharoun/32/6887_2.png) [@aharoun](https://discourse.julialang.org/u/aharoun)
#### Post date: [March 30, 2019, 12:54am UTC](https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529/22 "2019-03-30T00:54:28Z")

</div>

You can check out [MATLAB.jl](https://github.com/JuliaInterop/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](https://github.com/KristofferC/Tensors.jl) and [TensorOperations.jl](https://github.com/Jutho/TensorOperations.jl).

---

<div class="post-metadata">

### Author: ![Boris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/boris/32/3306_2.png) [@Boris](https://discourse.julialang.org/u/Boris)
#### Post date: [April 8, 2019, 9:35am UTC](https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529/23 "2019-04-08T09:35:26Z")

</div>

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.

[Previous page](https://discourse.julialang.org/t/convert-matlab-code-to-julia-1-0/21529.md?page=1)
