代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/412618/11190452
doc matlab模糊控制.doc
www.eeworm.com/read/267142/11191697
doc matlab 作日历.doc
www.eeworm.com/read/412415/11200487
pdf matlab1.pdf
www.eeworm.com/read/412415/11200488
pdf matlab3.pdf
www.eeworm.com/read/412415/11200489
pdf matlab2.pdf
www.eeworm.com/read/266742/11213597
pdf matlab 图像处理.pdf
www.eeworm.com/read/336010/12481485
doc matlab基本语法.doc
www.eeworm.com/read/249625/12484544
ppt matlab文件操作.ppt
www.eeworm.com/read/249622/12484616
m matlab_5.m
%Single Neural Net PID Controller based on RBF Identification
clear all;close all;
Jp=0.0030;bp=0.067;
ts=0.001;
Gp=tf([1],[Jp,bp,0]);
Gpz=c2d(Gp,ts,'z');
[num,den]=tfdata(Gpz,'v');
h=zer