代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/154209/11983089
m subsref.m
function ans = subsref(obj,s)
%SUBSREF Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if strcmp(s(1).type,'()')
obj
www.eeworm.com/read/154209/11983090
m subsasgn.m
function obj = subsasgn(obj,s,rhs);
%SUBSASGN Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if isa(rhs,'fdspec') & strc
www.eeworm.com/read/154209/11983093
m get.m
function ans = get(obj,prop)
%GET Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.4 $
obj = struct(obj);
if nargin == 1
www.eeworm.com/read/154209/11983100
m userchange.m
function UserChange(obj)
%UserChange Method for FD spec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
objud = get(obj
www.eeworm.com/read/154209/11983218
m subsref.m
function ans = subsref(obj,s)
%SUBSREF Method for fdmeas object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if strcmp(s(1).type,'()')
obj
www.eeworm.com/read/154209/11983222
m subsasgn.m
function obj = subsasgn(obj,s,rhs);
%SUBSASGN Method for fdmeas object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
if isa(rhs,'fdmeas') & strc
www.eeworm.com/read/154209/11983226
m get.m
function ans = get(obj,prop)
%GET Method for fdmeas object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
www.eeworm.com/read/154209/11983241
m userchange.m
function UserChange(obj)
%UserChange Method for FD meas object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
objud = get(obj
www.eeworm.com/read/154209/11983435
m cztdemo.m
function cztdemo(action,s);
%CZTDEMO Demonstrates the FFT and CZT in the Signal Processing Toolbox.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.17 $ $Date: 1997/12/02 18:37
www.eeworm.com/read/254512/12133270
m crosshair.m
% Modified from Darren Weber's crosshair
% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=
% 1038&objectType=FILE
function [Xpoint,Ypoint] = crosshair(action,Val)
% R