代码搜索结果

找到约 10,000 项符合 3 的代码

ex3_3.m

A=[1 2 3; 4 5 6; 7 8 0]; B=[2 3 4; 5 6 7; 8 9 0]; A*B A.*B A.^A

program_3_3.m

% Program 3_3 % Illustration of IDFT Computation % % Read in the length K of the DFT and the desired % length N of the IDFT K = input('Type in the length of the DFT = '); N = input('Type in th

program3_3.m

t=-6:0.01:6; w1=2*pi/5; T=5;tao=2; f=u(t+T+tao/2)-u(t+T-tao/2)+u(t+tao/2)-u(t-tao/2)+u(t-T+tao/2)-u(t-T-tao/2); f1=0; for n=-50:50; f1=f1+2*((sin(n*w1*tao/2)+eps)/(n*w1*tao/2+eps)*exp(j*n*w1

exa3_3.m

% exa3-3_casfilter.m, for example 3-3 % to test casfilter.m and to obtain the step response. clear; x=ones(1,100); t=1:100; b=[0.00183,0.00734,0.01101,0.00737,0.00183]; a=[1,-3.054,3.829,-2.2

例3-3.m

[u,v]=dsolve('Du=6*u+3*v','Dv=3*u+9*v') [u,v]=dsolve('Du=6*u+3*v','Dv=3*u+9*v','u(0)=0','v(0)=1')

chap3_3.m

%Fuzzy Controller clear all; close all; a=newfis('fuzzf'); f1=1; a=addvar(a,'input','e',[-3*f1,3*f1]); %Parameter e a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]); a=addmf(a,'inpu

chap3_3.m

%Fuzzy Controller clear all; close all; a=newfis('fuzzf'); f1=1; a=addvar(a,'input','e',[-3*f1,3*f1]); %Parameter e a=addmf(a,'input',1,'NB','zmf',[-3*f1,-1*f1]); a=addmf(a,'inpu