Mark 22 of the NAG toolbox for MATLAB released

August 11th, 2009 | Categories: matlab, NAG Library, programming | Tags:

The latest version of NAG’s toolbox for MATAB has been released for Linux users (Windows versions will follow at a later date) and is available for download over at NAG’s website.

This release syncs the MATLAB toolbox up with Mark 22 of the NAG Fortran library and there is a lot of interesting new functionality including:

  • Global Optimisation
  • Wavelets
  • ProMax rotations
  • Improved Sobol quasi random number generator (good for up to 50000 dimensions)
  • Option Pricing Formulae
  • Lambert’s W function
  • A fast quantile routine
  • Matrix exponentials

I really like the NAG toolbox for MATLAB for the following reasons (among others):

  • It has saved my employer, The University of Manchester, a lot of money since we don’t need as many licenses for toolboxes such as Statistics, Optimisation, Curve Fitting and Splines.
  • It can speed up MATLAB calculations – see my article on MATLAB’s interp1 function for example
  • It has some functionality that can’t be found in MATLAB.
  • Their support team is superb.

Although written for the previous version of the NAG Toolbox for MATLAB, the following articles will be useful for anyone who wants to get started with the toolbox.

Previous articles written by me about the NAG toolbox for MATLAB include

No comments yet.