-
untitled
num=[2 1.4 -0.9 -0.158 0.4104 0.0294 -0.0668]
den=[1]
figure(1)
zplane(num,den)
num1=[1 2.7 -12.61 -24.757 66.301 62.072 -126.786]
den1=[1]
figure(2)
zplane(num1,den1)
num2=[0.2 -0.26 1.934 10.413 1.934 -0.26 0.2]
den2=[1]
figure(3)
zplane(num2,den2)
num3=[1.25 0.5 -2.1 -2.1 0.5 1.25]
den3=[1]
figure(4)
zplane(num3,den3)
num4=[1.1 3.12 -2.5 0.6 0.5 0.006 1]
den4=[1]
figure(5)
zplane(num4,den4) (good)
- 2010-11-03 09:48:25下载
- 积分:1
-
Dynamics-Analysis-by-Numercial-Integration
matlab progrmas for FEM
- 2012-06-04 22:30:58下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
matlabcar-band-positioning
matlaba车牌定位程序,方便开发者对其学习应用(MATLABcarbandcode positoning)
- 2014-11-05 22:04:29下载
- 积分:1
-
PSO_DG_Optimization
说明: 利用改进的粒子群算法实现了分布式电源的优化配置!有详细的中文注释!(The improved particle swarm optimization algorithm is used to optimize the configuration of distributed power supply. Detailed Chinese notes!)
- 2021-03-30 22:29:10下载
- 积分:1
-
GA122
说明: 这是一个用遗传算法GA处理实际问题的实例(This is a use of genetic algorithms to deal with the actual examples of problems)
- 2006-03-26 15:32:22下载
- 积分:1
-
kfcm
说明: 基于核的FCM,可以用于聚类或者图像分割,但运行速度不是很快 自己不知道如何优化(Kernel-based FCM, can be used for clustering or image segmentation, but the speed is not fast they do not know how to optimize)
- 2010-05-05 08:36:35下载
- 积分:1
-
LFMxinhao
使用该程序生成LFM宽带信号,用于雷达阵列(generate LFM signal for radar array)
- 2012-11-21 19:45:45下载
- 积分:1
-
matlab
matlab file mainly uses for learning matlab
- 2012-10-09 06:10:40下载
- 积分:1
-
GA
说明: Genetic Algorithm matlab code for reconstruction gene regulatory networks
- 2013-04-16 04:18:30下载
- 积分:1