代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/313956/13578004
m com_clos.m
function com_clos
%function to close all of communication blocks in the window.
% Wes Wang 1/5/94
% Copyright (c) 1994-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:33
www.eeworm.com/read/313956/13578350
m comtmpo.m
%scrip file for commgui
% Wes Wang 12/29/95
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:55:08 $
handle_com_tmp = get(gcf, 'UserDat
www.eeworm.com/read/302727/13828194
m structord.m
function y = structord(x)
%STRUCTORD - Sort structure fieldnames alphabetically
%
%Syntax: y = structord(x);
%
%See also: SORTSTRUCT
%Author: Nabeel, The Mathworks
%Newsgroup post:
www.eeworm.com/read/151704/12180302
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 2002/03/21 20:39:38 $
fprintf('\nPOINTER Object\n')
disp_numeric(mm);
disp_memoryob
www.eeworm.com/read/151704/12180358
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 2002/03/21 20:39:48 $
fprintf('\nENUM Object\n');
disp_numeric(mm);
disp_memoryobj(
www.eeworm.com/read/151704/12180858
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 22:50:02 $
fprintf('\nRSTRING Object :\n');
disp_rnumeric(mm);
disp_regi
www.eeworm.com/read/151704/12181205
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 22:49:58 $
fprintf('\nSTRING Object :\n');
disp_numeric(mm);
disp_memory
www.eeworm.com/read/151704/12181240
m disp.m
function dummy = disp(mm)
%DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 2002/03/21 20:39:35 $
fprintf('\nRPOINTER Object\n');
disp_rnumeric(mm);
disp_regis
www.eeworm.com/read/151704/12181283
m disp.m
function dummy = disp(mm)
% DISP Display.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 13:44:09 $
fprintf('\nRENUM Object :\n');
disp_rnumeric(mm);
disp_reg
www.eeworm.com/read/123143/14645800
m ctrltbu2.m
function out = ctrltbu2(x)
% CTRLTBU2 controller for the truck backer-upper when distance is near.
% Roger Jang, 10-21-93, 1-16-94, 11-7-94
% Copyright (c) 1994-98 by The MathWorks, Inc.
%