# New project

**URL:** https://discourse.julialang.org/t/new-project/37425
**Category:** New to Julia
**Created:** [April 11, 2020, 11:18pm UTC](https://discourse.julialang.org/t/new-project/37425 "2020-04-11T23:18:42Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Palli](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palli/32/3380_2.png) [@Palli](https://discourse.julialang.org/u/Palli)
#### Post date: [April 13, 2020, 2:20pm UTC](https://discourse.julialang.org/t/new-project/37425/5 "2020-04-13T14:20:30Z")

</div>

> [@Angshuman\_Podder](#):
>
> started with Julia after migrating from Matlab

I’ve been in your shoes and I’ve used the translator (it’s helpful but not perfect):

> **[MATLAB to Julia translator | MATLAB to Julia converter](https://lakras.github.io/matlab-to-julia/)**
>
> Convenient online tool automatically translates MATLAB source code into Julia, so you can move on to the more interesting task of parallelizing your code.

It might be helpful to know you can call from Julia to MATLAB to reuse code (but not to Octave? that would be useful): [GitHub - JuliaInterop/MATLAB.jl: Calling MATLAB in Julia through MATLAB Engine](https://github.com/JuliaInterop/MATLAB.jl)

While that package works for current Julia, this one doesn’t (you can still download and use older Julia to use with it or even better help upgrade that package):

> **[MatlabCompat.jl - MATLAB/Octave functions library for Julia](http://matlabcompat.github.io/)**
>
> MatlabCompat.jl - MATLAB/Octave functions library for Julia

> [@MATLAB to Julia wiki](https://discourse.julialang.org/t/matlab-to-julia-wiki/12381/14):
>
> IMO Julia requires a very different approach (small, modular functions, loops or broadcasting instead of vectorization, attention to type stability, etc), so while it is relatively easy to make a “literal translation” of simple Matlab scripts, the performance is often disappointing because of these gotchas. I have seen some people do this and conclude that Julia is super-slow. Also, while there are of course exceptions to this, many Matlab scripts that I have seen are just badly written from a…

[https://en.wikibooks.org/wiki/Julia\_for\_MATLAB\_Users](https://en.wikibooks.org/wiki/Julia_for_MATLAB_Users)

---

_[View the full topic](https://discourse.julialang.org/t/new-project/37425)._
