代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/154209/11982965

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/154209/11983103

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/154209/11983244

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/154209/11983544

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/154209/11983691

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/151708/12179790

m regread2hex.m

function resp = regread2hex(cc,regname,represent,timeout) %REGREAD2HEX Returns the data value in the specified DSP register in % hexadecimal format. % % See also REGREAD. % Copyright 2002 T
www.eeworm.com/read/151708/12179832

m dir.m

function resp = dir(cc) %DIR List files in the Code Composer Studio(tm) working directory. % DIR(CC) prints a list of files in Code Composer's current % working directory. % % See also OPE
www.eeworm.com/read/151708/12179906

m mmregread.m

function resp = mmregread(cc,mmr,represent,timeout) % Private. % Reads the contents of a TMS320C54x memory-mapped register specified by MMR. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6
www.eeworm.com/read/151708/12179910

m mmregwrite.m

function resp = mmregwrite(cc,mmr,data,represent,timeout) % Private. % Writes DATA into the TMS320C54x memory-mapped register MMR % Copyright 2002 The MathWorks, Inc. % $Revision: 1.6 $ $Date:
www.eeworm.com/read/337307/12377325

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