代码搜索:Matlab仿真

找到约 10,000 项符合「Matlab仿真」的源代码

代码结果 10,000
www.eeworm.com/read/143419/12878053

txt enginedemo.txt

mex -f G:\MATLAB6p5\bin\win32\mexopts\lccengmatopts.bat engdemo.c
www.eeworm.com/read/244076/12892357

m fil.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % % Updated to use MATLAB's built in filter rou
www.eeworm.com/read/142525/12941223

dat bookinfo.dat

[General Information] 书名=小波变换及其MATLAB工具的应用 作者= 页数=156 SS号=10505158 出版日期=
www.eeworm.com/read/243410/12943068

txt readme.txt

基于matlab的简易OCR程序。 具体可参加该文件夹内的CS585 Fall 1998 Project One.....
www.eeworm.com/read/142353/12950635

m expinit.m

% ------------------------------> EXPINIT.M
www.eeworm.com/read/142353/12950660

npc

--------------------------------------------------------- OVERVIEW OF FILES ASSOCIATED WITH SIMULATE NEURAL NETWORK BASED
www.eeworm.com/read/142353/12950754

feedforw

--------------------------------------------------------------- OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF PID-CONTROLLERS OPTIMIZED WITH
www.eeworm.com/read/142353/12950797

m expinit.m

% ------------------------------> EXPINIT.M
www.eeworm.com/read/243168/12957489

c sin1500matl.c

//Sin1500MATL.c Generates sine from table created with MATLAB #include "sin1500.h" //sin(1500) created with MATLAB short i=0; interrupt void c_int11() { output_sample(sin1500[i]); //o
www.eeworm.com/read/329331/12960601

m rand.m

%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵 %RAND Uniformly distributed random numbers. % RAND(N) is an N-by-N matrix with random entries, chosen from % a uniform distribution on the interval (0.0,1.0