-
libsvm-mat-2.91-1
说明: 支持向量机的C++源代码包,用机器学习的方法处理优化问题,可以作为matlab的工具箱。(C++ code for proceeding SVM problems!)
- 2011-04-07 11:54:48下载
- 积分:1
-
phasean
对一维线相控阵和二维平面相控阵天线用matlab仿真出来,展示相控阵的方向改变能力和多波束形成能力。(One dimensional linear phased array and two-dimensional phased array antenna with matlab simulation, show the change of direction of the phased array and multi-beam forming ability.)
- 2021-05-14 02:30:02下载
- 积分:1
-
60-recurit-management-system
This application based REcruitment based project
- 2014-01-21 11:44:20下载
- 积分:1
-
binary-ga
binary genetic algorithm in matlab
- 2012-05-03 22:47:55下载
- 积分:1
-
xibiechaxun
可以实现一些学校的学生查询系别,通过其学号查询,对做系别查询系统的同学有帮助!(Some schools inquiries Department, through academic inquiry, the Department do not query students!)
- 2012-05-07 13:06:16下载
- 积分:1
-
MPERPSD
c语言环境下用Welch平均法对信号 作功率谱估计(c language environment with Welch averaging method for power spectrum estimation of signals)
- 2010-12-07 11:19:19下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
daiweinan
根据戴维南定理原理,用matlab语言编程实现其计算,使更运算方便(According to the principle of Thevenin theorem, using matlab language programming to achieve its calculation, which is more convenient operation)
- 2014-10-24 10:15:18下载
- 积分:1
-
储能优化
用于对配网中的储能配置进行优化,目标是成本最小。(It is used to optimize the energy storage configuration in the distribution network, with the goal of minimizing the cost.)
- 2021-03-31 19:29:08下载
- 积分:1
-
xihao_yu_xitong
《信号与系统》计算机练习·《信号与系统》计算机练习:利用MATLAB_7.0()
- 2008-05-12 20:49:15下载
- 积分:1