代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/467295/7009417
txt 0_read_me_first.txt
README file for the DIPUM Toolbox.
These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Hall, 20
www.eeworm.com/read/467077/7015359
install
In order to install this distribution of Rice Wavelet Tools version 2.4
released -
1. Properly set up your system to create MEX-files. Please refer to the
"Matlab Application Program
www.eeworm.com/read/467198/7019990
txt readme.txt
================= SOFT COMPUTING TOOLBOX =================
This is a package of MATLAB programs that complement the text:
"Neuro-Fuzzy and Soft Computing,"
by Jyh-Shing Roger Jang, Chuen-Tsai
www.eeworm.com/read/466801/7020900
txt 0_read_me_first.txt
README file for the DIPUM Toolbox.
These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Hall, 20
www.eeworm.com/read/466243/7041458
txt contents.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% DYNAMICAL SYSTEMS WITH APPLICATIONS USING MATLAB %
% COPYRIGHT BIRKHAUSER 2004 STEPHEN LYNCH %
% PUBLISHED June 2004
www.eeworm.com/read/203854/7117345
txt how to run.txt
1. Open MATLAB.
2. Open main.m.
3. Change the MATLAB working directory to the directory where main.m is.
4. Run main.m
The first sound that plays is the original recording. The second one is th
www.eeworm.com/read/464101/7169705
m m4.m
% M-file for Project 4 on linearized analysis in Chapter 6
% To be used in the same directory containing the SIMULINK
% file, s4eig, of an induction machine in the synchronous
% reference frame
www.eeworm.com/read/461983/7213379
m ode_example2_2b_1.m
%MATLAB Program2_2b
%ode_example2_2b.m
function sx=ode_example2_2b_1(t,x)
sx(1,1)=x(2)+1;
sx(2,1)=x(3);
sx(3,1)=-2*x(1)-4*x(2)-3*x(3)-1;
www.eeworm.com/read/461983/7213381
m ode_example2_2c_1.m
%MATLAB Program2_2b
%ode_example2_2b.m
function sx=ode_example2_2c_1(t,x)
sx(1,1)=x(2)+1;
sx(2,1)=x(3)+1;
sx(3,1)=-2*x(1)-4*x(2)-3*x(3);