comparison scripts/plot/ribbon.m @ 7269:3fade00a6ac7

[project @ 2007-12-07 19:26:20 by jwe]
author jwe
date Fri, 07 Dec 2007 19:26:21 +0000
parents 4e7e5d51db86
children 5e90111a28b3
comparison
equal deleted inserted replaced
7268:47e4ebac1bfa 7269:3fade00a6ac7
82 if (nargout > 0) 82 if (nargout > 0)
83 h = tmp; 83 h = tmp;
84 endif 84 endif
85 85
86 endfunction 86 endfunction
87
88 %!demo
89 %! [x, y, z] = sombrero ();
90 %! [x, y] = meshgrid (x, y);
91 %! ribbon (y, z);