代码搜索:M

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

代码结果 10,000
www.eeworm.com/read/346459/11743171

m at.m

function I = at(x,t) % AT Return element index corresponding to a time value. % % I = AT(X,T) Return element index I at time location t in signal % object X. % $Id: at.m 119 2006-09-26 12:28:25Z ma
www.eeworm.com/read/346391/11751485

m as.m

% AS.m %This program solves Quadratic Programming by using Active Set algorithm. %n=input('Enter the dimension number of the variable: n= ') %ME=input('Enter the number of the equality constrain
www.eeworm.com/read/156400/11806042

m 识别.m

p1=[-1 1 1 1 1 -1 1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 1 -1 1 1 1 1 -1]' p2=[-1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 1 1 1 1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1]' p3=[1 -1 -1 -1 -1 -1 1 -1 -
www.eeworm.com/read/344812/11858437

m a.m

function n=mian(x); global a b c; a=x(1); b=x(2); c=x(3); if (a==b==c) n=0; else n=1; end
www.eeworm.com/read/155627/11859937

m a.m

sum2=0; for i=1:60 sum2=sum2+bb(xx(i),xx(i+1)); end
www.eeworm.com/read/155109/11898384

m or.m

function z = or(x1,x2) % Fuzzy OR % % function z = or(a,b) % % a Fuzzy set (vector) % b Fuzzy set (vector) % z Union % Jantzen 943003 z = max(x1,x2) ; % z = a + b - a.*b ;
www.eeworm.com/read/155109/11898469

m is.m

function Mu = is(X,Args) % function z = is(X,Args) % % Evaluates membership of X in set defined by Args. % % Args break points defining fuzzy set % X running point on universe % Mu m
www.eeworm.com/read/155109/11898560

m not.m

function z = not(x) % Fuzzy NOT % % function z = not(x) % % x value from universe % z negated value % % Vector input produces vector output. % Jantzen 940330 z = 1 - x ;
www.eeworm.com/read/154930/11918186

m a.m

echo off n=[0:10]; in=sin(0.2*pi*n); out1=compand(in, 87.6, 1, 'A/compressor'); %A律压缩 [out_,code]=u_pcm(out1, 64); %线性编码 out2=compand(out_, 87.6, 1, 'A/expander'); %A律解压 subplot(2, 1, 1); plo
www.eeworm.com/read/153930/11999543

m a.m

function varargout = a(varargin) % A M-file for a.fig % A, by itself, creates a new A or raises the existing % singleton*. % % H = A returns the handle to a new A or the handle to