代码搜索:Matlab仿真

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

代码结果 10,000
www.eeworm.com/read/391151/8418710

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/291193/8436780

m area_svm_10.m

%%%%%%%%%%%%%%%%%用BP神经网络建模%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc clear close all tic %%%%%%%%%%%%%%%训练数据集%%%%%%%%%%%%%%%%%%%%%% %使用点数折算120幅图片的面积,分别作为训练数据和检验数据 %%%%%%%%%%%%输入%%%%%%%%%%%
www.eeworm.com/read/291193/8436783

m area_svm_11.m

%%%%%%%%%%%%%%%%%用BP神经网络建模%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc clear close all tic %%%%%%%%%%%%%%%训练数据集%%%%%%%%%%%%%%%%%%%%%% %使用点数折算120幅图片的面积,分别作为训练数据和检验数据 %%%%%%%%%%%%输入%%%%%%%%%%%
www.eeworm.com/read/390194/8477630

txt 08-06.txt

%例8-6 给MATLAB 7的图形添加标题。 >> x = 0:.1:2; >>y1=sin(x); >>y2 = sin(x-0.25); >>y3 = sin(x-0.5); >> plot(x,y1,'-.b', x,y2,'--r*', x,y3,'-.gh') >> title('There three lines') >>
www.eeworm.com/read/390194/8478219

txt 10-41.txt

%例10-41 运行错误的处理。 %编制M文件如下。 function d=yunxingcuowu(a,b,c) d=a/b; if isinf(d) %对可能产生的inf值做出判断 sprintf('b should not be 0') return else d=d*c; end %为了检验该程序,
www.eeworm.com/read/189063/8493037

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/389832/8496530

txt readme.txt

======================== System Requirements: 1) 1 MB of HD space available. 2) MATLAB version 5.3 (or higher) installed. ======================== Installation: 1) Create a new MATLAB to
www.eeworm.com/read/389832/8496596

m sn2sg.m

% MATLAB function sn2sg.m deals with mismatching % effects at the Q terminals of a multi-port network. % Function sn2sg.m needs as its inputs the % normalizing impedance matrix Z0 (denoted Z0, % d
www.eeworm.com/read/389451/8519363

m exa090702.m

% ------------------------------------------------------------------- % exa090702.m, for example 9.7.2 and fig 9.7.2 % 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。 % 本程序给出的是连续小波变换的灰度图表示。 %--------------------
www.eeworm.com/read/389321/8533490

i resampc.i

/* Resampling along the column (Type 1 and 2) * * Created by: Minh N. Do, March 2000 */ /* * @(#)mex.h generated by: makeheader 4.21 Tue Jul 26 22:40:19 2005