Code covered by the BSD License  

Highlights from
f2matlab

from f2matlab by Ben Barrowes
Converts basic fortran90 source code to MATLAB source code.

funwords=getfunwordsonlyML
function funwords=getfunwordsonlyML
funwords=cell(7,1);
funwords{1}='abs';
funwords{2}='conj';
funwords{3}='fix';
funwords{4}='size';
funwords{5}='deblank';
funwords{6}='upper';
funwords{7}='lower';
funwords{length(funwords)+1}='imag';
funwords{length(funwords)+1}='ans';

Contact us at files@mathworks.com