comparison scripts/plot/contourc.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 8899e24ae362
children 93c65f2a5668
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
106 if (size (y, 2) == 1) 106 if (size (y, 2) == 1)
107 y = y'; 107 y = y';
108 endif 108 endif
109 109
110 ## Now call __contourc__ for the real work... 110 ## Now call __contourc__ for the real work...
111 c=__contourc__(x,y,z,vv); 111 c = __contourc__ (x, y, z, vv);
112 if nargout==2, 112 if (nargout == 2)
113 lev = vv; 113 lev = vv;
114 endif 114 endif
115 115
116 endfunction 116 endfunction