comparison scripts/plot/surfl.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 48cb466f1418 4d917a6a858b
children 5d3a684236b0
comparison
equal deleted inserted replaced
14333:6dd710b73150 14335:ce2b59a6d0e5
55 ## 55 ##
56 ## Example: 56 ## Example:
57 ## 57 ##
58 ## @example 58 ## @example
59 ## @group 59 ## @group
60 ## colormap (bone); 60 ## colormap (bone (64));
61 ## surfl (peaks); 61 ## surfl (peaks);
62 ## shading interp; 62 ## shading interp;
63 ## @end group 63 ## @end group
64 ## @end example 64 ## @end example
65 ## @seealso{surf, diffuse, specular, surface} 65 ## @seealso{surf, diffuse, specular, surface}