-
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
-
gpsins
GPSINS组合定位的MATLAB程序,GPS/INS组合的MATLAB程序,国外的.(GPSINS the MATLAB program portfolio positioning, GPS/INS combinations MATLAB procedures abroad.)
- 2009-05-12 16:17:37下载
- 积分:1
-
check_elliptic
用elliptic 函数 来求解系统频率,通过matlab(elliptical function to disolve the frequency of system with matlab)
- 2011-12-10 15:41:09下载
- 积分:1
-
JIQISHIJUE
利用matlab软件实现对图像HSV参数轮廓提取,边缘检测提取(Using matlab software for image HSV parameters contour extraction, edge detection to extract)
- 2014-01-21 16:57:08下载
- 积分:1
-
EMD,EEMD和onlineEMD最强版本
说明: 该压缩包为经验模态分解包系列,包括:EMD-master、EEMD-Project-master和onlineEMD-master,希望对大家有帮助~(The compression package is an empirical mode decomposition package series, including: emd-master, eemd-project-master, and onlineemd-master, and it is expected to help YOU)
- 2020-06-17 10:40:02下载
- 积分:1
-
Archive
OFDM中物理层仿真,卷积编码,fft,ifft,插入导频,插入循环前缀等,包括matlab详细源代码(OFDM physical layer simulation, convolution coding, fft, ifft, inserting pilot, insert the cyclic prefix,Including detailed matlab source code)
- 2012-05-07 22:05:36下载
- 积分:1
-
Face-Recognition-From-Dynamic-Video
动态图像中的面部识别,基于matlab。可以通过特征识别找出ID(Dynamic image of facial recognition, based on matlab. You can find the feature recognition by ID)
- 2015-02-09 10:00:14下载
- 积分:1
-
matlab
自己学习matlab是的总结,有matlab中的自定义函数与调用,matlab中随机信号的产生,matlab中图形的产生、MATLAB编程-自定义函数等(Matlab is a summary of their own learning, there matlab custom functions and calls to generate random signal in matlab, matlab graphics generation, MATLAB Programming- Custom functions etc.)
- 2014-12-06 09:18:52下载
- 积分:1
-
Dynamics-of-Multibody-Systems-master
说明: 基于matlab平台实现机器人的运动学分析,并给出相关结果。(The kinematics analysis of the robot is realized based on MATLAB platform, and the relevant results are given.)
- 2020-04-27 17:37:29下载
- 积分:1
-
11
说明: 实验一 模糊聚类的图像分割 MATLAB(MATLAB )
- 2010-06-06 21:18:49下载
- 积分:1