Mercurial > hg > octave-nkf
comparison scripts/plot/contour.m @ 6046:34f96dd5441b
[project @ 2006-10-10 16:10:25 by jwe]
author | jwe |
---|---|
date | Tue, 10 Oct 2006 16:10:31 +0000 |
parents | 01556febbaaf |
children | 1a6d826e92b5 |
comparison
equal
deleted
inserted
replaced
6045:421d8a903df7 | 6046:34f96dd5441b |
---|---|
131 end_unwind_protect | 131 end_unwind_protect |
132 else | 132 else |
133 error ("contour: x and y must be vectors and z must be a matrix"); | 133 error ("contour: x and y must be vectors and z must be a matrix"); |
134 endif | 134 endif |
135 else | 135 else |
136 usage ("contour (x, y, z, levels) or contour (z, levels)"); | 136 print_usage (); |
137 endif | 137 endif |
138 | 138 |
139 endfunction | 139 endfunction |