comparison scripts/plot/ezcontourf.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 c4fa5e0b6193 4d917a6a858b
children 78f57b14535c
comparison
equal deleted inserted replaced
14333:6dd710b73150 14335:ce2b59a6d0e5
37 ## 37 ##
38 ## The optional return value @var{h} is a graphics handle to the created plot. 38 ## The optional return value @var{h} is a graphics handle to the created plot.
39 ## 39 ##
40 ## @example 40 ## @example
41 ## @group 41 ## @group
42 ## f = @@(x,y) sqrt(abs(x .* y)) ./ (1 + x.^2 + y.^2); 42 ## f = @@(x,y) sqrt (abs (x .* y)) ./ (1 + x.^2 + y.^2);
43 ## ezcontourf (f, [-3, 3]); 43 ## ezcontourf (f, [-3, 3]);
44 ## @end group 44 ## @end group
45 ## @end example 45 ## @end example
46 ## 46 ##
47 ## @seealso{ezplot, ezcontour, ezsurfc, ezmeshc} 47 ## @seealso{ezplot, ezcontour, ezsurfc, ezmeshc}