代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/295456/8161028

txt readme.txt

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/295431/8164281

m q510.m

%《MATLAB及在电子信息课程中的应用》第五章例5.10程序q510 % 有受控源的交流电路:戴维南定理 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版 % clear, format compact Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数 a11=1/Z1+1/Z2;a12=-1/Z2;a13=
www.eeworm.com/read/295431/8164367

m q809.m

%《MATLAB及在电子信息课程中的应用》第八章例8.9程序q809 % 连续和离散系统的多种输出响应曲线 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版 % clear,clf [a,b,c,d]=rmodel(4); s1=ss(a,b,c,d);Ts=0.2; sd1=c2d(s1,Ts,'t') t=0:Ts:25; u=
www.eeworm.com/read/295431/8164424

m q511.m

%《MATLAB及在电子信息课程中的应用》第五章例5.11程序q511 % 有受控源的交流电路:戴维南定理 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版 % clear, format compact R1=4;R2=2;R3=2; % 设定元件参数 Xl1=10;Xl2=8;XM=4;Xc=8; Us=10;Is=10;
www.eeworm.com/read/195048/8175764

txt~ readme.txt~

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. This version was last updated on 18 January 2003. Installation ------------
www.eeworm.com/read/195048/8175802

txt readme.txt

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/294899/8194547

c sin1500matl.c

//Sin1500MATL.c Generates sine from table created with MATLAB #include "sin1500.h" //sin(1500) created with MATLAB short i=0; interrupt void c_int11() { output_sample(sin1500[i]); //o
www.eeworm.com/read/394710/8210752

c sjbh1_mex.c

/* * MATLAB Compiler: 3.0 * Date: Fri Sep 03 08:56:52 2004 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/394381/8227890

m rand.m

%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵 %RAND Uniformly distributed random numbers. % RAND(N) is an N-by-N matrix with random entries, chosen from % a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/294203/8246634

m ctranspose.m

function t = ctranspose(a) % ' Quaternion conjugate transpose. % (Quaternion overloading of standard Matlab function.) % Copyright