Writing Fast Matlab Code

Many who dabble in numerical computing and modeling have played with languages such as Matlab, Mathematica, and R. While they are great languages and toolkits for rapid prototyping, being interpreted languages, they can fall short in the speed/efficiency department (which is why many models are converted to faster languages such as C++/Java/C# after prototyping).

Here is an article about getting the most of your Matlab code.

  • Share/Bookmark

Leave a Reply