代码搜索:MathWorks

找到约 4,523 项符合「MathWorks」的源代码

代码结果 4,523
www.eeworm.com/read/343753/6963600

m ttr3.m

function [w1,b1,w2,b2,w3,b3,tr,rq] = ttr3(w1,b1,f1,w2,b2,f2,w3,b3,f3,... xc,P,T,VA,VAT,TE,TET,TP) %TTR3 Trains a feed-forward network with one hidden layer %using the Gauss-Newton method on a Ti
www.eeworm.com/read/343753/6963601

m ttr2.m

function [w1,b1,w2,b2,tr,rq] = ttr2(w1,b1,f1,w2,b2,f2,... xc,P,T,VA,VAT,TE,TET,TP) %TTR2 Trains a feed-forward network with one hidden layer %using the Gauss-Newton method on a Tikhonov regulari
www.eeworm.com/read/343753/6963604

m lttr3.m

function [w1,b1,w2,b2,w3,b3,tr,rq] = lttr3(w1,b1,f1,w2,b2,f2,w3,b3,f3,... xc,P,T,VA,VAT,TE,TET,TP) %LTTR3 Trains a large feed-forward network with one hidden layer %using a truncated Gauss-Newto
www.eeworm.com/read/343753/6963608

m lttr2.m

function [w1,b1,w2,b2,tr,rq] = lttr2(w1,b1,f1,w2,b2,f2,... xc,P,T,VA,VAT,TE,TET,TP) % %LTTR2 Trains a large feed-forward network with one hidden layer %using a truncated Gauss-Newton method on a
www.eeworm.com/read/466875/7022570

txt sga__suspension what'snew.txt

Re-wrapped the simulation for the 2 in 1 out FLC , which, 1) Std 2 in 1 out Fuzzy Controller , 2) 1/4 semi-active suspension 'SGA__FLC_suspension ' is a Fuzzy Logic Control simulation for 1
www.eeworm.com/read/466518/7026220

m isscalar.m

function ecode = isscalar(Vec) % ISSCALAR returns 1 for scalar inputs. % Copyright 1996-2001 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2001/04/05 04:47:25 $ if(ndims(Vec) == 2) if(
www.eeworm.com/read/466518/7026221

m isvector.m

function ecode = isvector(Vec) % ISVECTOR returns 1 for vector inputs. % Copyright 1996-2001 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2001/04/05 04:47:26 $ if(ndims(Vec) == 2) if(
www.eeworm.com/read/465911/7048810

m bt_demo.m

function h=bt_demo % BT_DEMO % % Demonstrate how a binary tree is being used to produce a sorted % list of words. A graph of the resulting tree is shown. % Copyright (c) MathWorks Inc. 1998-2
www.eeworm.com/read/465911/7048848

m sl_demo.m

function sl_demo % SL_DEMO % % Demonstrate the singly linked list routines (sl_*). % Copyright (c) MathWorks Inc. 1998-2001. All rights reserved. h=sl_new; fid=fopen('contents.m','r'); w
www.eeworm.com/read/460712/7105710

m grpbnds.m

function bds = grpbnds(bd1,bd2,bd3,bd4,bd5,bd6,bd7,bd8,bd9) % GRPBNDS Group QFT bounds. % GRPBNDS(BD1,BD2,...,BD9) creates a single bound matrix containing % all the passed bounds.