代码搜索:nonlinear

找到约 2,099 项符合「nonlinear」的源代码

代码结果 2,099
www.eeworm.com/read/147096/12584928

m fsolve.m

function [x,OPTIONS] = fsolve(FUN,x,OPTIONS,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %FSOLVE Solves nonlinear equations by a least squares method. % % FSOLVE solves equations of the form: %
www.eeworm.com/read/101557/15826878

m fsolve.m

function [x,OPTIONS] = fsolve(FUN,x,OPTIONS,GRADFUN,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10) %FSOLVE Solves nonlinear equations by a least squares method. % % FSOLVE solves equations of the form: %
www.eeworm.com/read/432495/8601758

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/388422/8610626

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/283824/8986805

m warpnonlin.m

% nonlinear Warp clear; im = double(imread('lady.gif')); [ydim,xdim] = size( im ); % im1 = im1 - min(im1(:)); % im1 = im1 / max(im1(:)); % im2 = im2 - min(im2(:)); % im2 = im2 / max(im2(:)); %
www.eeworm.com/read/377814/9261933

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/179061/9375479

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/178344/9407179

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/371917/9531035

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0
www.eeworm.com/read/362593/9989849

m chap7_5.m

%Nonlinear PID Control for a servo system clear all; close all; ts=0.001; J=1/133; q=25/133; sys=tf(1,[J,q,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); r_1=0;r_2=0; u_1=0;u_2=0