代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/425643/10342436
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
www.eeworm.com/read/424063/10501314
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/424063/10503614
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/424063/10503810
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/275365/10822365
htm loadfile.do.htm
MATLAB Central File Exchange - How to use FFT2
www.eeworm.com/read/418695/10935644
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