comparison scripts/general/quad2d.m @ 25579:07c2c42f457e stable

doc: Miscellaneous documentation fixes all over the manual (bug #54288). * embedded.cc, defaults.cc, error.cc, hex2num.cc, load-save.cc, integral2.m, integral3.m, quad2d.m, warning_ids.m, decic.m, lsqnonneg.m, pqpnonneg.m, bicg.m, betaincinv.m: Removal of duplicate words and redundant ')' and ';' characters. Added missing '"', ')' characters. Renamed variables to match other occurrences in docstring. Use '*' instead of 'x' for multiply. Surround variables with @var{}.
author Rik <rik@octave.org>
date Wed, 11 Jul 2018 08:40:07 -0700
parents 6652d3823428
children 00f796120a6d
comparison
equal deleted inserted replaced
25578:32ddc111ff49 25579:07c2c42f457e
91 ## @result{} @var{q} = 2 91 ## @result{} @var{q} = 2
92 ## @end group 92 ## @end group
93 ## @end example 93 ## @end example
94 ## 94 ##
95 ## The result is a volume, which for this constant-value integrand, is just 95 ## The result is a volume, which for this constant-value integrand, is just
96 ## @code{@var{Length} * @var{Width} x @var{Height}}. 96 ## @code{@var{Length} * @var{Width} * @var{Height}}.
97 ## 97 ##
98 ## Example 2 : integrate a triangular region in x-y plane 98 ## Example 2 : integrate a triangular region in x-y plane
99 ## 99 ##
100 ## @example 100 ## @example
101 ## @group 101 ## @group