How to…optimise Matlab
February 5, 2010 – 3:27 pmMatlab is a language that’s used a lot in science and for good reason. It’s quick to code in, plus there are loads of built-in functions and packages available for many of the tasks that Programmer-Scientists might find themselves involved in. The main issue that a language like Matlab faces is that it’s slower than languages like C++ and FORTRAN, which can be inconvenient when dealing with resource-intensive tasks like data analysis, statistical modelling or numerical simulation. But fear not! We proudly present our guide to how to optimise your Matlab code.
Read the rest of this entry »







