代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/255827/12054023

c fdtd.c

/* FTDT - calculater - main program*/ #include #include #include #include #include #include #include "engine.h" #define BUFSIZE 256 /
www.eeworm.com/read/152112/12139000

m euler.m

function E=euler(f,a,b,ya,M) %Input - f is the function entered as a string 'f' % - a and b are the left and right endpoints % - ya is the initial condition y(a) % - M is the n
www.eeworm.com/read/152112/12139042

m trisys.m

function X=trisys (A,D,C,B) %Input - A is the sub diagonal of the coefficient matrix % - D is the main diagonal of the coefficient matrix % - C is the super diagonal of the coefficient matr
www.eeworm.com/read/152112/12139103

m difflim.m

function [L,n]=difflim(f,x,toler) %Input - f is the function input as a string 'f' % - x is the differentiation point % - toler is the desired tolerance %Output - L=[H' D' E']: H is the
www.eeworm.com/read/152112/12139105

m cheby.m

function [C,X,Y]=cheby(fun,n,a,b) %Input - fun is the string function to be approximated % - N is the degree of the Chebyshev interpolating polynomial % - a is the left endpoint %
www.eeworm.com/read/152112/12139127

m finedif.m

function U = finedif(f,g,a,b,c,n,m) %Input - f=u(x,0) as a string 'f' % - g=ut(x,0) as a string 'g' % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the wave equati
www.eeworm.com/read/152112/12139131

m abm.m

function A=abm(f,T,Y) %Input - f is the function entered as a string 'f' % - T is the vector of abscissas % - Y is the vector of ordinates %Remark. The first four coordinates of T an
www.eeworm.com/read/152112/12139137

m lagran.m

function [C,L]=lagran(X,Y) %Input - X is a vector that contains a list of abscissas % - Y is a vector that contains a list of ordinates %Output - C is a matrix that contains the coefficents of
www.eeworm.com/read/151975/12154084

dat bookinfo.dat

[General Information] 书名=Matlab图像处理与应用 作者= 页数=282 SS号=11202092 出版日期=
www.eeworm.com/read/340406/12162779

txt 新建 文本文档.txt

Title: Ambiguity function plot Author: Vladimir Kyovtorov Summary: This program plots the ambiguity function of any input signal. MATLAB Release: R13 Description: This program est