代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/123143/14645634
h sr.h
/* ANFIS for MATLAB MEX file
* J.-S. Roger Jang, 1994.
* Copyright (c) 1995 by The MathWorks, Inc.
*/
#include
#include
#include
#include
/*****
www.eeworm.com/read/217397/14966126
cmm grt_unix.cmm
# Copyright (c) 1994-96, The MathWorks, Inc.
# All Rights Reserved.
# $Revision: 1.1 $ $Date: 1996/04/01 18:31:36 $
#
# Edited for DSP Blockset, v1.0.
#
# File : grt_unix.dsp
#
# Abstrac
www.eeworm.com/read/217397/14966890
m hdsldata.m
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:39:31 $
chim = [
-1.0606213e-003
1.7146051e-004
-1.2990640e-003
4.2249152e-004
-1.90404
www.eeworm.com/read/12442/241191
c fis.c
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fismain.c)
* J.-S. Roger Jang, 1994.
* Copyright 1994-2001 The MathWorks, Inc.
*/
/*
* Copyright 1994-2005 Th
www.eeworm.com/read/12442/241192
c fismain.c
/*
* Stand-alone codes for fuzzy inference systems.
* J.-S. Roger Jang, 1994.
* Copyright 1994-2002 The MathWorks, Inc.
* $Revision: 1.12 $ $Date: 2002/06/17 12:47:24 $
*/
/* This part is for M
www.eeworm.com/read/480270/1319650
m active.m
function y=active(x)
%ACTIVE Returns number of structures in cell array.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $
y = 0;
for i=1:size(x,1)
for
www.eeworm.com/read/480270/1319657
m isbool.m
function f=isbool(v,r,c)
%ISBOOL True for properly sized boolean matrices.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.8 $
if islogical(v)
f = all(siz
www.eeworm.com/read/480270/1319664
m istf.m
function f=istf(s)
%ISTF True of input is name of transfer function.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $
f = 1;
if ~isa(s,'char') | ~any(exi