代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/489229/6476944
m gquad2d.m
function vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,b1,b2,w1)
%usage: vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy)
% or
% vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,nquadx,nquady)
% This f
www.eeworm.com/read/489229/6476946
m quadgold.m
function int = quadg(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%usage: int = quadg('Fun',xlow,xhigh)
%or
% int = quadg('Fun',xlow,xhigh,tol)
%or
% int = quadg('Fun',xlow,xhig
www.eeworm.com/read/489229/6476954
m quad2dg.m
function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%usage: [int tol] = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%or
% [int tol] = quad2dg('Fun',xlow,xhig
www.eeworm.com/read/487652/6506963
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/479659/6689966
m tabint.m
%---------------------------------------------------------------------
% PURPOSE - NUMERICAL INTEGRATION OF A TABULATED COMPLEX
% FUNCTION USING A TAYLOR'S EXPANSION OF
www.eeworm.com/read/479659/6690004
m tabint.m
%---------------------------------------------------------------------
% PURPOSE - NUMERICAL INTEGRATION OF A TABULATED COMPLEX
% FUNCTION USING A TAYLOR'S EXPANSION OF
www.eeworm.com/read/479659/6690040
m tabint.m
%---------------------------------------------------------------------
% PURPOSE - NUMERICAL INTEGRATION OF A TABULATED COMPLEX
% FUNCTION USING A TAYLOR'S EXPANSION OF
www.eeworm.com/read/263879/11338096
m quad2dg.m
function [int, tol1,k] = quad2dg(fun,xlow,xhigh,ylow,yhigh,tol,p1,p2,p3,p4,p5,p6,p7,p8,p9)
%矩形区域GAUSS积分法
%用法: int = quad2dg('Fun',xlow,xhigh,ylow,yhigh)
%
% int -- 积分值
% Fun
www.eeworm.com/read/402283/11539773
m mm2103.m
%mm2103.m
x = (0:.1:1)*2*pi;
y = sin(x); % create rough data
pp = spline(x,y); % pp-form fitting rough data
ppi = mmppint(pp,0); % pp-form of integral
xi = linspace(0,2*pi); % finer points for interp