comparison scripts/general/triplequad.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 16cca721117b
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
28 ## If defined, @var{tol} defines the absolute tolerance to which to 28 ## If defined, @var{tol} defines the absolute tolerance to which to
29 ## which to integrate each sub-integral. 29 ## which to integrate each sub-integral.
30 ## 30 ##
31 ## Additional arguments, are passed directly to @var{f}. To use the default 31 ## Additional arguments, are passed directly to @var{f}. To use the default
32 ## value for @var{tol} one may pass an empty matrix. 32 ## value for @var{tol} one may pass an empty matrix.
33 ## @seealso{dblquad,quad,quadv,quadl,quadgk,quadcc,trapz} 33 ## @seealso{dblquad, quad, quadv, quadl, quadgk, quadcc, trapz}
34 ## @end deftypefn 34 ## @end deftypefn
35 35
36 function Q = triplequad(f, xa, xb, ya, yb, za, zb, tol, quadf, varargin) 36 function Q = triplequad(f, xa, xb, ya, yb, za, zb, tol, quadf, varargin)
37 if (nargin < 7) 37 if (nargin < 7)
38 print_usage (); 38 print_usage ();