代码搜索:nonlinear
找到约 2,099 项符合「nonlinear」的源代码
代码结果 2,099
www.eeworm.com/read/136697/13365377
m pi_siyi.m
function unT = pi_siyi(e,x,T)
% unT = PI_SIYI(e,x,T)
%
% Fuzzy-PI-Controller discribed in H.Ying, W.Siler, J.Buckley : Fuzzy Control:
% A Nonlinear Case. Automatica Vol.26, No.3, pp. 513-520 1990.
%
www.eeworm.com/read/402283/11539695
m mm3805.m
% testfitfun2
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4
www.eeworm.com/read/402283/11539789
m testfitfun1.m
% testfitfun1
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4
www.eeworm.com/read/402283/11539816
m testfitfun3.m
% testfitfun3
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
p1 = 10;
p2 = -4;
p3 = -6;
tdata = linspace(0,4,30)';
ydata = p1+p2
www.eeworm.com/read/402283/11539831
m testfitfun2.m
% testfitfun2
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4
www.eeworm.com/read/255577/12072187
asv f_rbfv.asv
function [w,V,e] = f_rbfv (f,N,a,b,m,n,d,mu,ic,w,V)
% F_RBFW: Identify a nonlinear system using zeroth order RBF network
%
% Usage: [w,e] = f_rbfw (f,N,a,b,m,n,d,mu,draw,w,V)
%
% Entry: f = st
www.eeworm.com/read/255577/12073048
m f_rbfv.m
function [w,V,e] = f_rbfv (f,N,a,b,m,n,d,mu,ic,w,V)
% F_RBFW: Identify a nonlinear system using first order RBF network
%
% Usage: [w,V,e] = f_rbfw (f,N,a,b,m,n,d,mu,ic,w,V)
%
% Inputs:
%
www.eeworm.com/read/287317/4024433
m dlt.m
function [pos,foc,u0,v0,b1,b2]=dlt(sys,data)
%DLT Direct linear transform, which calculates the initial camera
%parameters for nonlinear optimization.
%
%Usage:
% [pos,foc,u0,v0,b1,b2] = d
www.eeworm.com/read/202224/15389097
m mm3805.m
% testfitfun2
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4
www.eeworm.com/read/202224/15389191
m testfitfun1.m
% testfitfun1
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4