代码搜索:matlab、人工免疫

找到约 10,000 项符合「matlab、人工免疫」的源代码

代码结果 10,000
www.eeworm.com/read/151608/12187956

m exm1273_1.m

%exm1273_1.m !md d:\mywork cd d:\mywork ss=char(which('engexam.c','-all')); dos(['copy ',ss,' d:\mywork']); mex -f h:\matlab\bin\bccengmatopts.bat engexam.c !engexam !del engexam.c
www.eeworm.com/read/151608/12188146

c my_yprime.c

/*================================================================= * * YPRIME.C Sample .MEX file corresponding to YPRIME.M * Solves simple 3 body orbit problem * * The calling synt
www.eeworm.com/read/151561/12200764

m a34.m

t=0:0.2:10; y1=sin(t); y2=cos(t); plot(t,y1,'g-.*',t,y2,'m:o') xlabel('X轴(0~10)') ylabel('Y轴') title('正弦和余弦曲线图') text(0,-0.7,['绘图日期:',date]) text(0,-0.9,['MATLAB版本:',version]) legend('Sin Wav
www.eeworm.com/read/151561/12201108

m a26.m

t=0:0.5:10; y1=sin(t); y2=cos(t); plot(t,y1,'b:o',t,y2,'m-.*') xlabel('X轴(0~10)') ylabel('Y轴') title('正余弦曲线图') text(pi,0,['\leftarrowsin(\pi)=','0']) text(3*pi/2,0,['\leftarrowcos(3*\pi/2)=','
www.eeworm.com/read/151556/12201307

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/151556/12201322

m taylor.m

function T4=taylor(df,a,b,ya,M) %Input - df=[y' y'' y''' y'''']entered as a string 'df' % where y'=f(t,y) % - a and b are the left and right endpoints % - ya is the initial c
www.eeworm.com/read/151556/12201325

m gauss.m

function quad=gauss(f,a,b,A,W) %Input - f is the integrand input as a string 'f' % - a and b upper and lower limits of integration % - A is the 1 x N vector of abscissas from Table 7.
www.eeworm.com/read/151556/12201340

m ls.m

function L=ls(F1,F2,a,b,alpha,beta,M) %Input - F1 and F2 are the systems of first-order equations % representing the I.V.P.'s (9) and (10), respectively % - a and b are the endpoin
www.eeworm.com/read/151556/12201345

m linsht.m

function L=linsht(F1,F2,a,b,alpha,beta,M) %Input - F1 and F2 are the systems of first-order equations % representing the I.V.P.'s (9) and (10), respectively; % input as strings '
www.eeworm.com/read/151556/12201361

m crnich.m

function U=crnich(f,c1,c2,a,b,c,n,m) %Input - f=u(x,0) as a string 'f' % - c1=u(0,t) and c2=u(a,t) % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the heat equatio