代码搜索:MathWorks

找到约 4,523 项符合「MathWorks」的源代码

代码结果 4,523
www.eeworm.com/read/310212/13654583

m eq.m

function ans = eq(obj1,obj2) %EQ '==' method for fdmeas / fdspec objects % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ s1 = struct(obj1); s2 =
www.eeworm.com/read/310212/13654592

m eq.m

function ans = eq(obj1,obj2) %EQ '==' method for fdmeas / fdspec objects % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ s1 = struct(obj1); s2 =
www.eeworm.com/read/310212/13654640

m eq.m

function ans = eq(obj1,obj2) %EQ '==' method for fdmeas / fdspec objects % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ s1 = struct(obj1); s2 =
www.eeworm.com/read/310212/13654687

m eq.m

function ans = eq(obj1,obj2) %EQ '==' method for fdmeas / fdspec objects % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ s1 = struct(obj1); s2 =
www.eeworm.com/read/310212/13654792

m local_max.m

function k = local_max(x) % k = local_max(x) % finds location of local maxima % % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.5 $ s = size(x); x = [x(:)].'; N = length(x)
www.eeworm.com/read/310212/13654847

m fdmodp.m

function moduleList = fdmodp(moduleList); %FDMODP Filtdes module registry. % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ moduleList = {modul
www.eeworm.com/read/310212/13655082

m imhistc.m

function y = imhistc(a,n,isGray) %IMHISTC Image histogram. % COUNTS = IMHISTC(A, N, ISSCALED, TOP) computes the N-bin % histogram for A. ISSCALED is 1 if we shouldn't compute the % 256-bin h
www.eeworm.com/read/310212/13655104

m iptregistry.m

function varargout = iptregistry(varargin) %IPTREGISTRY Store information in persistent memory. % IPTREGISTRY(A) stores A in persistent memory. % A = IPTREGISTRY returns the value currently sto
www.eeworm.com/read/303101/13821750

m sldemo_absdata_digest.m

%ABSDATA Data for the ABS braking model % ABSDATA script which places abs model parameters in the MATLAB workspace % when typed at the command line % % See also RUNABS % Author(s): L. M
www.eeworm.com/read/147529/5728614

m inv.m

%求逆矩阵 %用法 B=inv(A) 其中A为数值或符号方阵,B返回A的逆 %例如 % inv([1 2;3 4]) %数值 % syms a b c d;inv([[a,b;c,d]) %符号 % %INV Matrix inverse. % INV(X) is the inverse of the square