代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/313956/13578203

m commgui.m

function commgui(name, fileload) %COMMGUI communication GUI top level file. % % Wes Wang 1996. % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/0
www.eeworm.com/read/313956/13578383

cmm drt_watg.cmm

# Copyright (C) 1994-96, The MathWorks, Inc. # All Rights Reserved. # $Revision: 1.2 $ $Date: 1996/04/05 13:58:31 $ # # Edited for use with CommunicationToolbox, v1.0. # # File :
www.eeworm.com/read/313956/13578428

cmm dos_watg.cmm

# Copyright (c) 1994-96, The MathWorks, Inc. # All Rights Reserved. # $Revision: 1.2 $ $Date: 1996/04/05 13:58:01 $ # # Edited for use with CommunicationToolbox, v1.0. # # File :
www.eeworm.com/read/310212/13654577

m subsref.m

function ans = subsref(obj,s) %SUBSREF Method for fdax 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/310212/13654578

m setpos.m

function setpos(obj,fig) %SETPOS Set positions of axes objects % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.2 $ ud = get(fig,'userdata'); % compu
www.eeworm.com/read/310212/13654579

m subsasgn.m

function obj = subsasgn(obj,s,rhs); %SUBSASGN Method for fdax object % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ if (isa(rhs,'fdax') & strcmp(
www.eeworm.com/read/310212/13654580

m get.m

function ans = get(obj,prop) %GET Method for fdax 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/310212/13654587

m subsref.m

function ans = subsref(obj,s) %SUBSREF Method for fdline 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/310212/13654588

m subsasgn.m

function obj = subsasgn(obj,s,rhs); %SUBSASGN Method for fdline object % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ if (isa(rhs,'fdline') & str
www.eeworm.com/read/310212/13654589

m get.m

function ans = get(obj,prop) %GET Method for fdline object % Author: T. Krauss % Copyright (c) 1988-98 by The MathWorks, Inc. % $Revision: 1.3 $ obj = struct(obj); if ~iscell(prop)