I don't know the performance of matlab, compared with fortran or c (of cause it is slower), but I did some performance tests between c and fotran. The result was interesting: When complex data types are involved (as for MOM), fortran(95) is much faster than c. when only real numers are involved...