diff arrows/@vplotter/tostring.m @ 0:672052bd81f8

Initial partial import.
author samer
date Wed, 19 Dec 2012 22:38:28 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/arrows/@vplotter/tostring.m	Wed Dec 19 22:38:28 2012 +0000
@@ -0,0 +1,2 @@
+function s=tostring(a)
+	s=sprintf('vplotter<%s>',tostring(a.agraph));