comparison scripts/plot/plot3.m @ 6560:03ff4e32c895

[project @ 2007-04-23 15:57:05 by jwe]
author jwe
date Mon, 23 Apr 2007 15:57:05 +0000
parents 5dc550e1f419
children 76e3d985ae56
comparison
equal deleted inserted replaced
6559:2eee82833c9e 6560:03ff4e32c895
92 92
93 ## Author: Paul Kienzle 93 ## Author: Paul Kienzle
94 ## (modified from __plt__.m) 94 ## (modified from __plt__.m)
95 95
96 function retval = plot3 (varargin) 96 function retval = plot3 (varargin)
97
98 newplot ();
97 99
98 x_set = 0; 100 x_set = 0;
99 y_set = 0; 101 y_set = 0;
100 z_set = 0; 102 z_set = 0;
101 property_set = 0; 103 property_set = 0;