代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/249620/12485128
m matlab_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/249619/12485135
m matlab_3.m
%BP based PID Control
clear all;
close all;
xite=0.20;
alfa=0.05;
S=2; %Signal type
IN=4;H=5;Out=3; %NN Structure
if S==1 %Step Signal
wi=[-0.6394 -0.2696 -0.3756 -0.7023;
-
www.eeworm.com/read/249615/12485207
m matlab_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/249612/12485218
m matlab_1.m
%Single Neural Adaptive PID Controller
clear all;
close all;
x=[0,0,0]';
xiteP=0.40;
xiteI=0.35;
xiteD=0.40;
%Initilizing kp,ki and kd
wkp_1=0.10;
wki_1=0.10;
wkd_1=0.10;
%wkp_1=rand;
www.eeworm.com/read/335797/12498116
pdf matlab7.0.pdf
www.eeworm.com/read/335687/12507325
pdf sfam&matlab.pdf
www.eeworm.com/read/249386/12507776
txt tsp_matlab.txt
for i=1:ngpool,
cost(i)=sum(diag(distance(gpool(i,:)',rshift(gpool(i,:))')));
end
% record current best solution
[costmin,idx]=min(cost);
tourmin=gpool(idx,:);
%=========
www.eeworm.com/read/147733/12534215
ppt matlab_walkthrough.ppt
www.eeworm.com/read/147584/12545062
dat output_matlab.dat
253.906250
1394.910156
3400.899369
5451.189211
7461.879024
8509.488592
5519.537707
-1306.039745
-6936.575354
-8920.200002
-8397.397895
-4821.647412
1507.253965
6689.519912
8738.028980
8
www.eeworm.com/read/334187/12619169