Code covered by the BSD License  

Highlights from
matlab2fmex

image thumbnail
from matlab2fmex by Ben Barrowes
matlab2fmex.m is a small translator which aims to convert numerical M-files to Fortran90 mex.

showall(funstr,indented)
function showall(funstr,indented)
if nargin==0
 for i=1:size(funstr,1)
  disp(funstr{i})
 end
else
 for i=1:size(funstr,1)
  disp(['  ',funstr{i}])
 end
end

Contact us at files@mathworks.com