Sort:  

Fast prototyping in mathematical modelling is the strong feature of matlab. So you could define vectors and matricies and apply mathematical operation on them.
In common language like C# and Java those kinds of mathematical operations are hard to implement. Instead they have a strong feature on defining class.

Check out julia programming language https://julialang.org/ it's many times faster then matlab