comparison scripts/plot/draw/isosurface.m @ 22231:01ba6ebc52e4

Add function "reducevolume" (patch #8856). * scripts/plot/draw/reducevolume.m: New function. * scripts/plot/draw/module.mk: Add to build system. * __unimplemented__.m: Remove "reducevolume" from list. * NEWS: Announce new function. * doc/interpreter/plot.txi: Add to documentation. * scripts/plot/draw/isosurface.m: Add "reducevolume" to @seealso.
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 18 Jul 2016 19:49:39 +0200
parents e50536734855
children a8fd02bc895b
comparison
equal deleted inserted replaced
22230:e43199618777 22231:01ba6ebc52e4
131 ## isonormals (x, y, z, val, p) 131 ## isonormals (x, y, z, val, p)
132 ## set (p, "FaceLighting", "gouraud"); 132 ## set (p, "FaceLighting", "gouraud");
133 ## light ("Position", [1 1 5]); 133 ## light ("Position", [1 1 5]);
134 ## @end smallexample 134 ## @end smallexample
135 ## 135 ##
136 ## @seealso{isonormals, isocolors, smooth3} 136 ## @seealso{isonormals, isocolors, smooth3, reducevolume}
137 ## @end deftypefn 137 ## @end deftypefn
138 138
139 ## Author: Martin Helm <martin@mhelm.de> 139 ## Author: Martin Helm <martin@mhelm.de>
140 140
141 ## FIXME: Add support for string input argument "verbose" 141 ## FIXME: Add support for string input argument "verbose"