diff utilities/UTIL_printTabTable.m @ 38:c2204b18f4a2 tip

End nov big change
author Ray Meddis <rmeddis@essex.ac.uk>
date Mon, 28 Nov 2011 13:34:28 +0000
parents f233164f4c86
children
line wrap: on
line diff
--- a/utilities/UTIL_printTabTable.m	Thu Oct 06 15:43:20 2011 +0100
+++ b/utilities/UTIL_printTabTable.m	Mon Nov 28 13:34:28 2011 +0000
@@ -2,7 +2,7 @@
 % printTabTable prints a matrix as a table with tabs
 %headers are optional
 %headers=strvcat('firstname', 'secondname')
-%  printTabTable([1 2; 3 4],strvcat('a1','a2'));
+%  UTIL_printTabTable([1 2; 3 4],strvcat('a1','a2'));
 
 if nargin<3
     format='%g';