代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/145495/12717804
m basics.m
% Appendix F: MATLAB Basics, Section F.2, p. 818-823.
%
% The MATLAB input/output described in Section F.2, including
% Figures F.1 - F.11 are shown here. After each subtopic, a
% pause is
www.eeworm.com/read/145339/12735028
txt installation instructions.txt
Installation instructions (UNIX version)
----------------------------------------
1. Uncompress and extract the archive in the matlab program directory,
using the following commands:
g
www.eeworm.com/read/331961/12793925
txt readme.txt
The Finite Element Method Using MATLAB, 2nd Edition
System requirements:
Windows 95, 98, or NT 4.0
Minimum - 640x480 256 color display
Recommended - 800x600 16-bit or higher color display
12
www.eeworm.com/read/331940/12795969
txt 说明.txt
本例演示了如何用matlab进行图像识别,适合对matlab和图像处理有一定基础的爱好者学习。
将文件放于matlab目录下work文件夹中运行
www.eeworm.com/read/144351/12801102
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/144351/12801238
m q510.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/144351/12801260
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/144351/12801308
m q511.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/144013/12823695
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/331444/12827940
-macreadme
MacReadMe
How to compile a MEX file for Macintosh
(Based on a similar note written by David Brainard and Denis Pelli to accompany the Psychophysics Toolbox.)
A MEX file (short for "MATLAB extension")