代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/359900/10116944

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/359724/10127764

m amp101.m

%MATLAB PROGRAM 1-1 num=[1 2]; den=[1 1 10]; sys=tf(num,den)
www.eeworm.com/read/163924/10139846

repository

vgg_matlab/vgg_multiview/private
www.eeworm.com/read/163430/10162274

txt readme.txt

This software pertains to an IEEE 802.11a system. Unzip the winzip file and store the files in the current directory. The file is "IEEE80211a.mdl" file to be opened using simulink. The model is self-
www.eeworm.com/read/359090/10166500

txt 代码简介.txt

      HHT MATLAB program The current MATLAB program of HHT includes the following modules: 1) eemd.m. The module that performs EMD/EEMD; 2) ifndq.m. The module that
www.eeworm.com/read/163197/10171341

m example5_1.m

%MATLAB PROGRAM example5_1.m % num=[3 1]; den=[2 5 11]; h=tf(num,den)
www.eeworm.com/read/163197/10171552

m example5_12.m

%MATLAB PROGRAM example5_12.m % A=[0 1 -1;-6 -11 6;-6 -11 5]; B=[0 0;0 1;1 0]; C=[1 0 0;0 1 0]; D=[2 0;0 2]; [z,p,k]=ss2zp(A,B,C,D,1) [z,p,k]=ss2zp(A,B,C,D,2)
www.eeworm.com/read/358640/10182984

pl mex.pl

####################################################################### # Begin perl code ####################################################################### # # MEX builds MEX-files. # # Co
www.eeworm.com/read/358640/10183047

bat mex.bat

@echo off rem MEX.BAT rem rem Compile and link script used for building MEX-files with rem rem rem rem rem ------------------------------------------------------------------- rem MATLAB
www.eeworm.com/read/358640/10183172

bat mbuild.bat

@echo off rem MBUILD.BAT rem rem Compile and link script used for building math library rem standalone files. rem rem rem rem rem ------------------------------------------------------