Code covered by the BSD License  

Highlights from
f2matlab

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

out=isnameletter(str)
function out=isnameletter(str)
out=((isletter(str))|(str=='_'));

Contact us at files@mathworks.com