Code covered by the BSD License  

Highlights from
f2matlab

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

f2mWarning(str,funstr,nLine,loc)
function  f2mWarning(str,funstr,nLine,loc)

disp(str)
disp(funstr{nLine})
disp([repmat(' ',1,loc-1),'^'])

Contact us