代码搜索:MatlAB

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

代码结果 10,000
www.eeworm.com/read/222288/14697991

m forwdif.m

function U=forwdif(f,c1,c2,a,b,c,n,m) %Input - f=u(x,0) % - 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 equa
www.eeworm.com/read/222288/14698027

m diffnew.m

function [A,df]=diffnew(X,Y) %Input - X is the 1xn abscissa vector % - Y is the 1xn ordinate vector %Output - A is the 1xn vector containing the coefficients of the Nth %
www.eeworm.com/read/122223/14713786

txt 使用说明.txt

使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 免费 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...
www.eeworm.com/read/221132/14757205

html matcom.html

www.eeworm.com/read/221024/14775411

html http:^^www.cs.wisc.edu^~olvi^uwmp^msmt.html

Date: Tue, 05 Nov 1996 20:59:49 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Thu, 06 Jul 1995 16:04:38 GMT Content-length: 9460 Multisurface Method Tree with MATLA
www.eeworm.com/read/221024/14775617

html http:^^www.cs.wisc.edu^~deboor^412^email.html

Date: Tue, 05 Nov 1996 20:52:10 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Fri, 01 Nov 1996 17:03:02 GMT Content-length: 1138 email messages concerning current
www.eeworm.com/read/220804/14788083

m 交流电路的稳态计算.m

%《MATLAB在电子信息课程中的应用》第五章例5.8程序q508 % 交流电路的稳态计算:简单电路 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 z1=3*j;z2=5;z3=-2j;uc=10*exp(30j*pi/180); % 输入参数 z23=z2*z3/(z2+z3);z=z1+z23; % 交流电路方程 I
www.eeworm.com/read/220804/14788100

m q617.m

%《MATLAB在电子信息课程中的应用》第六章例6.17程序q617 % 线性控制系统的模型描述和转换 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 % 由传递函数模型转为其他模型 format compact f=input('传递函数分子系数数组f= [f(1),..., f(nf)] = 书上取[2,-5,3]'); g=input('传递函数分
www.eeworm.com/read/220804/14788103

m q806.m

%《MATLAB在电子信息课程中的应用》第八章例8.6程序q806 % 阻尼系数对二阶连续系统和离散系统的脉冲响应的影响 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,clf wn=10;Ts=0.1 % 设定参数wn,Ts for zeta=[0.1:0.3:1] % 设定参数zeta [num,den]=ord2(10,z
www.eeworm.com/read/220804/14788115

m q807.m

%《MATLAB在电子信息课程中的应用》第八章例8.7程序q807 % 零点对二阶连续系统和离散系统的脉冲响应的影响 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,clf wn=1;Ts=0.5;zeta=0.4 % 设定参数wn,Ts,zeta for Tm=[0.5,1,2] % 设定参数 s=tf([Tm,1]*w