Print data in a compact text table format or latex tabular enviroment. Can print tables from numeric matrices, cell matrices with different data types or data in the table format. The second (cell) ...
// \brief Print matrices and vectors in nice MATLAB format. // \author fsm, from awf's MatOps code.