-
crc-a-guide-to-matlab-object-oriented-programming
crc a guide to matlab object oriented programming e book with complete reference
- 2012-07-17 13:23:06下载
- 积分:1
-
MATLAB-SOURE
《详解MATLAB在科学计算中的应用》配书光盘中的源代码。欢迎下载(Detailed MATLAB scientific computing with CD-ROM source code. Welcome to download)
- 2013-03-09 16:44:53下载
- 积分:1
-
SURF
SIFT算法的改进加速版本SURF算法,matlab源代码,有测试图片(SIFT algorithm to improve the accelerated version of SURF algorithm, matlab source code, test picture)
- 2015-05-07 14:15:51下载
- 积分:1
-
chaoliujisuan
说明: 电力系统中matlab潮流计算所需要的节点注入功率母线数据等等30、69节点(Node injection power bus data for power flow calculation of MATLAB in power system and so on)
- 2019-05-06 16:16:05下载
- 积分:1
-
模仿Windows任务栏
说明: 一个rar包,主要是模式windows的任务栏的功能,(a rar packs, the main mode of windows is the task bar functions,)
- 2005-09-14 11:40:12下载
- 积分:1
-
数据挖掘常用算法
说明: 数据挖掘常用的算法,包括id3,k均值,FCM,SVM,CART五个常用的算法,是用matlab编写的。(commonly used data mining algorithms, including id3, k mean, FCM, the SVM, CART five commonly used algorithm is the use of Matlab prepared.)
- 2005-11-30 16:26:32下载
- 积分:1
-
C_Classical-algorithm
经典算法 虽然小,但是经常用到。尤其是有的时候面试(Classical algorithm may be small, but often used. Sometimes the interview, especially)
- 2011-05-18 11:23:09下载
- 积分: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
-
[David_G
computer manual for Matlab in pattern classification
- 2015-01-15 18:02:22下载
- 积分:1
-
rlspara
说明: 最小二乘法辨识电池参数,适合参考,希望对电池研究人员有帮助(Identification of battery parameters by least square method)
- 2019-12-13 15:20:56下载
- 积分:1