代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/161256/10431906
c circle_f_mex.c
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:26:00 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/161256/10432300
c exm1_mex.c
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:31:25 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/424613/10435828
dat bookinfo.dat
[General Information]
书名=从Matlab/Simulink模型到代码实现
作者=
页数=324
SS号=10896640
出版日期=
www.eeworm.com/read/424538/10440193
txt readme_ncutimage.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Image Segmentation Code %
% %
% Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/279381/10442716
readme
These codes were developed using matlab 6.0 under Linux. They have been
successfully run on all versions of matlab >6.0 and on all operating systems.
They can be quite memory intensive (and slow) i
www.eeworm.com/read/424063/10499108
txt readme.txt
为了便于下载,根目录下的 DSP_matlab.zip 是所有文档的压缩文件。 [violence]
====================================================================================
MATLAB files for
www.eeworm.com/read/424063/10499444
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
end
www.eeworm.com/read/424063/10500171
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);