代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/267412/6957982

m step2trsfun.m

function G=step2trsfun(x0,yter,t1,t2,td) % Input: % x0-The value of Step input; % yter-The stable value of step response; % t1-The time at of value 0.4 of unitary step response; % t2-
www.eeworm.com/read/456783/7339754

m poiss.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=-1;b=1;c=-1;d=1; n=6;m=5;TOL=1e-10; ITMAX=500; %f=inline('x*exp(y)','x','y'); %ga=inline('0','x
www.eeworm.com/read/456783/7339765

m poisson.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=0;b=2;c=0;d=1; n=6;m=5;TOL=1e-10; ITMAX=200; f=inline('x*exp(y)','x','y'); ga=inline('0','x','y
www.eeworm.com/read/229945/14311029

m poiss.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=-1;b=1;c=-1;d=1; n=6;m=5;TOL=1e-10; ITMAX=500; %f=inline('x*exp(y)','x','y'); %ga=inline('0','x
www.eeworm.com/read/229945/14311050

m poisson.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=0;b=2;c=0;d=1; n=6;m=5;TOL=1e-10; ITMAX=200; f=inline('x*exp(y)','x','y'); ga=inline('0','x','y
www.eeworm.com/read/367545/9743101

m poiss.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=-1;b=1;c=-1;d=1; n=6;m=5;TOL=1e-10; ITMAX=500; %f=inline('x*exp(y)','x','y'); %ga=inline('0','x
www.eeworm.com/read/367545/9743129

m poisson.m

close all; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%具体实例%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% a=0;b=2;c=0;d=1; n=6;m=5;TOL=1e-10; ITMAX=200; f=inline('x*exp(y)','x','y'); ga=inline('0','x','y
www.eeworm.com/read/309538/13669288

url www.matlab8.com【matlab中文社区】.url

[InternetShortcut] URL=http://www.matlab8.com/
www.eeworm.com/read/184069/9123155

m hotqch.m

clear all close all a=0;b=1;m=10;T=0.5;N=1000;af=1; f=inline('sin(pi*x)','x'); h=(b-a)/m; k=T/N; lmd=af^2*k/h^2; %注意lmd一定要小于0.5,只有这样差分法才稳定 x=linspace(a,b,m+1); u(1,1:N+1)=0; u(m+1,1:N+1)=0;