comparison scripts/plot/surfl.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents dbd0c77e575e
children 2884758e265b
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
48 ## object to illuminate the surface is not implemented (yet). 48 ## object to illuminate the surface is not implemented (yet).
49 ## 49 ##
50 ## Example: 50 ## Example:
51 ## 51 ##
52 ## @example 52 ## @example
53 ## @group
53 ## colormap(bone); 54 ## colormap(bone);
54 ## surfl(peaks); 55 ## surfl(peaks);
55 ## shading interp; 56 ## shading interp;
57 ## @end group
56 ## @end example 58 ## @end example
57 ## @seealso{surf, diffuse, specular, surface} 59 ## @seealso{surf, diffuse, specular, surface}
58 ## @end deftypefn 60 ## @end deftypefn
59 61
60 ## Author: Kai Habel <kai.habel@gmx.de> 62 ## Author: Kai Habel <kai.habel@gmx.de>