-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
SAR-signal-processing-with-matlab-
这里包括synthetic aperture radar signal processing with matlab algorithms 英文书以及附带源代码,书是全英文的,作者是Mehrdad Soumekh,书中有详细的雷达信号处理方法,附带程序中的成像算法包括一维距离像、条带式、聚束式等多种模式的SAR成像。可以作为有一定SAR基础的同行的编程参考。 (The files include the book of synthetic aperture radar signal processing with matlab algorithms English books and its source code, book is in English, the author is Mehrdad Soumekh. The imaging algorithm includes a one-dimensional range profile, band type, spotlight SAR imaging a variety of modes. SAR can be used as the basis of a certain peer programming reference.)
- 2021-04-22 16:38:48下载
- 积分:1
-
lpyiqun33sj
该程序,应用了蚁群方法完成了对配电网故障恢复功能,得出可操作开关集(The application of ant colony algorithm procedures, the completion of the distribution network fault recovery function, which can be operated switch set
)
- 2012-04-16 16:48:13下载
- 积分:1
-
Gold
黄金分割法 可以解决 单峰函数 的极值问题
比较的准确和快速(Golden section method can solve the single-peak function of the extremum problem of accurate and rapid)
- 2008-05-18 02:23:10下载
- 积分:1
-
mosaic
tuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuantuxiangchuli chengyuan
- 2013-09-13 17:15:50下载
- 积分:1
-
Mycodes
Matlab program to uate pdf of guassian distribution
- 2015-12-23 02:10:31下载
- 积分:1
-
quadraticinterpolationalgorithm
利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别(Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition)
- 2009-12-28 17:32:31下载
- 积分:1
-
scientific-calculator
科学计算器的设计与编程,方便大家进行学习。(Design and programming of the scientific calculator, to facilitate learning.)
- 2012-06-03 09:43:10下载
- 积分:1
-
DWT
通过它把信号从时间域变换到频率域,进而研究信号的频谱结构和变化规律(discrete Fourier transform)
- 2017-08-02 10:43:34下载
- 积分:1
-
matlab-cagd
cagd examples and algorithms for matlab(examples and algorithms)
- 2009-10-27 19:01:29下载
- 积分:1