diff struct2string.m @ 34:2b4f1d3e5630

Imporved error handling in saveeps. Fixed bug with vector fields in struct2string.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Oct 2015 09:47:30 +0200
parents 8add0564ad6a
children 54d3ab296ba0
line wrap: on
line diff
--- a/struct2string.m	Tue Oct 06 09:46:18 2015 +0200
+++ b/struct2string.m	Tue Oct 06 09:47:30 2015 +0200
@@ -20,6 +20,6 @@
     if ischar(value)
         str = ['''' value ''''];
     else
-        str = num2str(value);
+        str = mat2str(value);
     end
 end
\ No newline at end of file