diff general/tostring.m @ 8:f0a3d7d7a0e3

Renamed cat_sep function to catsep
author samer
date Mon, 14 Jan 2013 14:54:10 +0000
parents 47cb292350f3
children ae596261e75f
line wrap: on
line diff
--- a/general/tostring.m	Mon Jan 14 14:52:38 2013 +0000
+++ b/general/tostring.m	Mon Jan 14 14:54:10 2013 +0000
@@ -6,7 +6,7 @@
 % etc.
 %
 % Multiple inputs are converted to comma-separated string.
-	s=cat_sep(',',map(@tostr,varargin));
+	s=catsep(',',map(@tostr,varargin));
 end
 						
 function s=tostr(x)