You are viewing a single comment's thread from:
RE: [Algorithm Trading #3] MATLAB 101
Just curious, whats your opinion of MATLAB compared to more common programming languages? I've written algo systems in C# and JS but have never even touched MATLAB.
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