代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/147096/12585389
m comupdt.m
function comupdt(com_fig, ctr)
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:55:16 $
handle = get(com_fig, 'UserData');
if ~isempty(han
www.eeworm.com/read/147096/12585821
m complot2.m
function complot2(bt_flag)
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:54:24 $
if nargin < 1
error('There must be two input varib
www.eeworm.com/read/334076/12642713
c fis.c
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright (c) 1995 by The MathWorks, Inc.
*/
#ifndef __FIS__
#def
www.eeworm.com/read/334076/12643022
c fis.c
/* $Revision: 1.19 $ */
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright (c) 1994-98 by The MathWorks, Inc.
www.eeworm.com/read/237777/13931154
eps ex0205b.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: ex0205b.eps
%%CreationDate: 08/27/97 11:38:05
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yello
www.eeworm.com/read/237777/13931522
eps me0510b.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: me0510b.eps
%%CreationDate: 07/29/97 18:02:38
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yello
www.eeworm.com/read/134656/13978149
m amortsched_cb.m
function amortsched_cb(action)
%AMORTSCHED_CB Callback routines for AMORTSCHED.
% $Revision: 1.2 $ $Date: 2000/06/23 14:36:35 $
% Copyright 1984-2000 The MathWorks, Inc.
switch action
case
www.eeworm.com/read/134656/13978159
m datagrid_cb.m
function datagrid_cb(action)
%DATAGRID_CB Callback routines for DATAGRID.
% $Revision: 1.2 $ $Date: 2000/06/23 14:36:36 $
% Copyright 1984-2000 The MathWorks, Inc.
switch(action)
case
www.eeworm.com/read/133875/14019201
c my_ex1.c
/*
* ex1.c
*
* Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved.
*/
/* $Revision: 1.6 $ */
#include
#include /* used for EXIT_SUCCESS */
#i