代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/251851/12314860
m install.m
function install(root)
% Install CheckMate by adding CheckMate's m-files to MATLAB's path.
%
% Syntax:
% "install(root)"
%
% Description:
% CheckMate can be installed by calling "install(root)" w
www.eeworm.com/read/336459/12442551
m midpointc.m
function Imp=midpointc(a,b,M,f)
%MIDPOINTC Composite midpoint numerical integration.
% IMP = MIDPOINTC(A,B,M,FUN) computes an approximation of the integral
% of the function FUN via the midpoint
www.eeworm.com/read/217557/14958552
m install.m
function install(root)
% Install CheckMate by adding CheckMate's m-files to MATLAB's path.
%
% Syntax:
% "install(root)"
%
% Description:
% CheckMate can be installed by calling "install(
www.eeworm.com/read/216389/15015264
txt 06-21.txt
例6-21 使用diff函数求数值微分。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> h = .002;
>> x = 0:h:pi;
>> diff(sin(x.^2))/h; %is an approximation to 2*cos(x.^2).*x
>> diff((1:10).^2)
ans =
3 5 7
www.eeworm.com/read/212791/15149594
vtb3_3
function vtb3_3(N)
%VTB3_3 Fourier Series approximation to a triangle wave.
% VTB3_3(N) displays the N term Fourier approximation to a
% triangular input. The approximation is plotted versus time
www.eeworm.com/read/474986/6798898
m mboxtest.m
function [MBox] = MBoxtest(X,alpha)
% Multivariate Statistical Testing for the Homogeneity of Covariance Matrices by the Box's M.
%
% Syntax: function [MBox] = MBoxtest(X,alpha)
%
%
www.eeworm.com/read/474986/6798900
m t2hot1.m
function [T2Hot1] = T2Hot1(X,alpha)
%Hotelling's T-Squared test for one multivariate sample.
%
% Syntax: function [T2Hot1] = T2Hot1(X,alpha)
%
% Inputs:
% X - multivariate d
www.eeworm.com/read/471742/6888637
m pend2.m
%pend2.m
%program to plot the solutions of the harmonic oscillator using the simple, the
%nonlinear approximation, and the full sin(theta) term solution
clear;
cf=2*pi/360; %conversion factor from
www.eeworm.com/read/471742/6888642
m pend0.m
%pend0.m
%This program shows the relationship between A1 and the initial angle, for the
%non-linear approximation of the pendulum's sin(theta) term
clear;
w0=1;
a3=w0^2/6;
imax=10;
tol=1.e-5;
www.eeworm.com/read/471460/6894011
m chp6ex3.m
chp6fig4 % Graphical display for Example 6.3
dx=1; % Change in variable is set to a high value
x=2; % Initial est