代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
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/469655/6972931
m status.m
Comments on test results
------------------------
These functions were tested by running MATLAB 4.2c with
1) the MATLAB Optimization Toolbox (on a 486 PC)
2) the shareware UMSOLVE package develope
www.eeworm.com/read/265028/6997243
m spath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
www.eeworm.com/read/467029/7014153
dat error.dat
0000:*** ERROR.DAT = Fehlertextdatei fuer PRODAVE S7 ***
00E1:zu viele offene Kan鋖e
00E9:sin_serv.exe nicht gestartet
00CE:Baugruppe nicht gefunden
00CF:Treiber nicht geladen
00CA:keine Resourcen
www.eeworm.com/read/466518/7026218
m pathdef.m
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/466591/7029509
m stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
www.eeworm.com/read/466243/7041425
m program_1a.m
% Chapter 1 - Linear Discrete Dynamical Systems.
% Program 1a - Solving Recurrence Relations.
% Symbolic Math toolbox required.
% Copyright Birkhauser 2004. Stephen Lynch.
% Solving a first orde
www.eeworm.com/read/274556/7127078
m e0638.m
figure
[X,cmap]=imread('C:\MATLAB7\toolbox\images\imdemos\trees.tif');
%图像文件trees.tif读入工作空间变量X中
image(X); colormap(cmap); %显示数据存放矩阵X的图像
imwrite(X,'ff.jpg','Quality',100) ; %