代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/147096/12584817
m sb2slbnm.m
function nameout=sb2slbnm(namein);
% SB2SLBNM truncates valid characters from a user name.
% Copyright (c) 1990-93 by The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 1993/06/09 22:09:40 $
app_i
www.eeworm.com/read/147096/12586358
m chanicon.m
function [x,y] = chanicon
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:32:04 $
x = [05 15 10 10 05 10 18 14 13 7.5 13];
y = [70 70 70 85 92
www.eeworm.com/read/147096/12586547
m modicon2.m
function [x,y] = modicon2(fla)
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:40:04 $
if fla == 1
x=[0 0 2 2 0 1 1 1 0 1 2];
y=[2 0 0
www.eeworm.com/read/334076/12642627
hdr fis.hdr
/*
* 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.
*/
www.eeworm.com/read/334076/12643228
m ctrltbu1.m
function out = ctrltbu1(x)
% CTRLTBU1 controller for the truck backer-upper when distance is far.
% Roger Jang, 10-21-93, 1-16-94, 11-7-94
% Copyright (c) 1994-98 by The MathWorks, Inc.
%
www.eeworm.com/read/247527/12652828
m dejong1fcn.m
function scores = dejong1fcn(pop)
%DEJONG1FCN Compute DeJongs first function for GA.
% Copyright 2004 The MathWorks, Inc.
scores = zeros(size(pop,1),1);
for i = 1:size(pop,1)
p = pop(i
www.eeworm.com/read/247527/12652902
m lincontest2.m
function y = lincontest2(x)
%LINCONTEST2 objective function
% From example of LINPROG (Optim toolbox)
% Copyright 2004 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2004/01/16 16:52:35 $
www.eeworm.com/read/247527/12652912
m lincontest6.m
function y = lincontest6(x)
%From example of QUADPROG (Optim toolbox)
% Copyright 2003 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2003/08/04 13:49:17 $
p1=0.5;
p2=6.0;
y = p1*x(1)^2
www.eeworm.com/read/300776/13893817
htm loadfile.do.htm
MATLAB Central File Exchange - 2D Gabor Filter(Ver1,2,3)
www.eeworm.com/read/201792/15396385
m xnewrb.m
function xNewrb
% xNewrb.m
% 本程序用newrb()创建径向基网络,并用sim()对网络进行仿真
%
% Author: HUANG Huajiang
% Copyright 2002 UNILAB Research Center,
% East China University of Science and Technology, Shangh