RE: [Algorithm Trading #3] MATLAB 101

You are viewing a single comment's thread from:

[Algorithm Trading #3] MATLAB 101

in trading •  7 years ago 

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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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