代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/123143/14645510
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/123143/14645794
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/219442/14881584
m fxgoup.m
function fxgoup(currentfileName)
%FXGOUP Go one level up and open fxdownloads index page.
% Copyright 1984-2006 The MathWorks, Inc.
% Author : Santosh Kasula
newfilePath = fileparts(curre
www.eeworm.com/read/217397/14966555
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/217397/14966742
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/293183/8310840
m learnlm.m
function j = learnlm(p,d)
%LEARNLM Levenberg-Marquardt learning rule.
%
% LEARNLM(P,D)
% P - RxQ matrix of input (column) vectors.
% D - SxQ matrix of delta (column) vectors.
% Returns:
% Par