Code covered by the BSD License  

Highlights from
f2matlab

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

dispback(str)
function dispback(str)
% DISPBACK - Displays a string then backspaces to the beginning of the string.
%   dispback(str)

fprintf(1,[str,repmat(char(8),1,length(str))])

Contact us