代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/222288/14697969
m crnich.m
function U=crnich(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 eq
www.eeworm.com/read/221410/14741793
m aaexponentialpdf.m
function[x,m,sd]=aaexponentialpdf(b,N)
%function[x,m,sd]=aaexponentialpdf(b,N)
for i=1:N
x(i)=-b*log(rand);%log is MATLAB function that gives
end; %the natural algorithm;
m
www.eeworm.com/read/221024/14774014
html http:^^www.cs.cornell.edu^info^courses^current^cs100a^syllabus.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Sunday, 24-Nov-96 22:35:10 GMT
Content-Type: text/html
Content-Length: 3719
Last-Modified: Tuesday, 10-Sep-96 03:21:09 GMT
CS 100
www.eeworm.com/read/220804/14788149
m 有受控源的交流电路1.m
%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
R1=4;R2=2;R3=2; % 设定元件参数
Xl1=10;Xl2=8;XM=4;Xc=8;
Us=10;Is=10; % 设定信号源参数
Y1
www.eeworm.com/read/220804/14788219
m 有受控源的交流电路.m
%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数
a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/220804/14788230
m q808.m
%《MATLAB在电子信息课程中的应用》第八章例8.8程序q808
% 零点对二阶连续系统和离散系统的脉冲响应的影响
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,clf,
wn=1; zeta=0.4; % 设定参数wn, zeta
for Tp=[0.2,1,5] % 设定参数Tp
den=conv([Tp,1],[1,2*z
www.eeworm.com/read/220804/14788394
m q813.m
%《MATLAB在电子信息课程中的应用》第八章例8.13程序q813
% 二阶连续和采样系统bode图
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,wn=10;
for zeta=[0.1:0.3:1,]
[n,d]=ord2(wn,zeta);
s1=tf(n*wn^2,d); % 生成二阶连续系统
sd1=c2
www.eeworm.com/read/219106/14894243
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/218361/14925635
txt readme_ncutimage.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Image Segmentation Code %
% %
% Timothee Cour (UPENN), Stella Yu