代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/386253/8759970
m alg045.m
% GAUSSIAN DOUBLE INTEGRAL ALGORITHM 4.5
%
% To approximate I = double integral (( f(x, y) dy dx )) with limits
% of integration from a to b for x and from c(x) to d(x) for y:
%
% INPUT:
www.eeworm.com/read/386253/8760062
m alg044.m
% DOUBLE INTEGAL ALGORITHM 4.4
%
% To approximate I = double integral ( ( f(x,y) dy dx ) ) with limits
% of integration from a to b for x and from c(x) to d(x) for y:
%
% INPUT: endpoint
www.eeworm.com/read/386253/8760159
m alg045.m
% GAUSSIAN DOUBLE INTEGRAL ALGORITHM 4.5
%
% To approximate I = double integral (( f(x, y) dy dx )) with limits
% of integration from a to b for x and from c(x) to d(x) for y:
%
% INPUT:
www.eeworm.com/read/365779/9848670
m gquad2d6.m
function vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%usage: vol = gquad6(fun,xlow,xhigh,ylow,yhigh)
%
% ==== Six Point by Six Point Double Integral Gauss Formula ====
%
% This function determines the
www.eeworm.com/read/365779/9848673
m gquad6.m
% ==== Six Point Composite Gauss Formula ====
% ==== With Weight Factors Included ====
function area = gquad6(fun,xlow,xhigh,mparts)
% area = gquad6(fun,xlow,xhigh,mparts)
% This function
www.eeworm.com/read/365779/9848686
m gquad.m
function area = gquad (fun,xlow,xhigh,mparts,bp,wf,y)
% area = gquad (fun,xlow,xhigh,mparts,bp,wf)
% or
% area = gquad (fun,xlow,xhigh,mparts,nquad)
% or
% area = gquad (fun,xlow,xhigh,mparts
www.eeworm.com/read/168118/9938331
m blint.m
function gout=blint(g,t,flow,fhigh,delflow,delfhigh)
% gout=blint(g,t,flow,fhigh,delflow,delfhigh)
%
% BLINT performs band limited integration in the frequency domain.
% This is done by spectral div