comparison scripts/plot/scatter3.m @ 7245:d65670971cbc

[project @ 2007-12-04 03:03:54 by jwe]
author jwe
date Tue, 04 Dec 2007 03:03:55 +0000
parents dd88d61d443f
children 689652eb95d1 0b1d7174a12c
comparison
equal deleted inserted replaced
7244:5a9561046b89 7245:d65670971cbc
77 if (nargout > 0) 77 if (nargout > 0)
78 retval = tmp; 78 retval = tmp;
79 endif 79 endif
80 80
81 endfunction 81 endfunction
82
83 %!demo
84 %! [x, y, z] = peaks (20);
85 %! scatter3 (x(:), y(:), z(:), [], z(:));