Mercurial > hg > octave-lyh
comparison scripts/plot/contourc.m @ 14335:ce2b59a6d0e5
maint: periodic merge of stable to default.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 05 Feb 2012 15:32:24 -0800 |
parents | 4d917a6a858b |
children | f3d52523cde1 |
comparison
equal
deleted
inserted
replaced
14333:6dd710b73150 | 14335:ce2b59a6d0e5 |
---|---|
48 ## @group | 48 ## @group |
49 ## x = 0:2; | 49 ## x = 0:2; |
50 ## y = x; | 50 ## y = x; |
51 ## z = x' * y; | 51 ## z = x' * y; |
52 ## contourc (x, y, z, 2:3) | 52 ## contourc (x, y, z, 2:3) |
53 ## @result{} 2.0000 2.0000 1.0000 3.0000 1.5000 2.0000 | 53 ## @result{} 2.0000 2.0000 1.0000 3.0000 1.5000 2.0000 |
54 ## 2.0000 1.0000 2.0000 2.0000 2.0000 1.5000 | 54 ## 2.0000 1.0000 2.0000 2.0000 2.0000 1.5000 |
55 ## | |
56 ## @end group | 55 ## @end group |
57 ## @end example | 56 ## @end example |
58 ## @seealso{contour} | 57 ## @seealso{contour} |
59 ## @end deftypefn | 58 ## @end deftypefn |
60 | 59 |