代码搜索:Variables

找到约 10,000 项符合「Variables」的源代码

代码结果 10,000
www.eeworm.com/read/473219/6849208

m tril.m

function Y=tril(X,r) %TRIL (overloaded) % Author Johan L鰂berg % $Id: tril.m,v 1.4 2005/02/23 17:44:48 johanl Exp $ if nargin==1 r = 0; end Y = X; x_lmi_variables = X.lmi_variable
www.eeworm.com/read/294076/8255102

asv chuacc.asv

function TimeSeries = chua(L,R0,C2,G,Ga,Gb,C1,E,x0,y0,z0,dataset_size,step_size) 0.00945,7.5,2e-007,0.00105,0,-0.00121,1.5e-008,1.76e-005,0,-0.1,0.1,2500,5e-6 % Syntax: TimeSeries=chua(L
www.eeworm.com/read/392007/8368501

m acconstr.m

function [x,u] = acconstr(vtrim,ctrim,rolltype,turntype,gammatype) %---------------------------------------------------------------- % The FDC toolbox - ACCONSTR. % =========================== % A
www.eeworm.com/read/192103/8404196

htm ch09_05.htm

The Match Variables (Learning Perl, 3rd Edition)
www.eeworm.com/read/192030/8410768

m iszero.m

function yesno = iszero(S) % ISZERO -- checks whether a symbolic matrix contains only zeros % % yesno = iszero(S) % % If the symbolic matrix S contains only entries which can be % converted to
www.eeworm.com/read/189063/8493047

m plspred.m

function ypred = plspred(x,b,p,q,w,lv) [mx,nx] = size(x); [mq,nq] = size(q); [mw,nw] = size(w); that = zeros(mx,lv); ypred = zeros(mx,mq); if lv > nw s = sprintf('Maximum number of latent
www.eeworm.com/read/290224/8495208

readme

These are simple tests for Lua. Some of them contain useful code. They are meant to be run to make sure Lua is built correctly and also to be read, to see how Lua programs look. Here is a one-line s
www.eeworm.com/read/389692/8507154

m evalfis.m

function [output,IRR,ORR,ARR] = evalfis(input, fis, numofpoints); % EVALFIS Perform fuzzy inference calculations. % % Y = EVALFIS(U,FIS) simulates the Fuzzy Inference System FIS for the %
www.eeworm.com/read/188133/8569909

html svdpc.fit.html

R: Principal Component Regression
www.eeworm.com/read/188133/8569939

html simpls.fit.html

R: Sijmen de Jong's SIMPLS