function myprint(M,info) 

% MY_PRINT is a print routine for spatial regressions

% written by T.E.SMITH, 11/6/99

%INPUTS:    M = (r:c) numerical matrix to be printed
%        info = structure of format and labeling info
%               info.rnames = string vector of row names
%                 [ex: info.rnames = strvcat('ROWS','row1',row2')]
%               info.cnames = string vector of column names
%                 [ex: info.cnames = strvcat('col1','col2')]

