diff scripts/plot/contourc.m @ 7245:d65670971cbc

[project @ 2007-12-04 03:03:54 by jwe]
author jwe
date Tue, 04 Dec 2007 03:03:55 +0000
parents a1dbe9d80eee
children 9af6f0a214ee
line wrap: on
line diff
--- a/scripts/plot/contourc.m	Tue Dec 04 02:27:27 2007 +0000
+++ b/scripts/plot/contourc.m	Tue Dec 04 03:03:55 2007 +0000
@@ -113,3 +113,9 @@
   endif
 
 endfunction
+
+%!demo
+%! x = 0:2;
+%! y = x;
+%! z = x' * y;
+%! contourc (x, y, z, 2:3)