-
GAmatlab
基于英国舍费尔德大学开发的遗传算法工具箱函数,遗传算法的简单一元函数优化实例(Developed at the University of British Shefeierde based genetic algorithm toolbox function, genetic algorithm optimization of simple examples unary function)
- 2013-08-03 16:49:56下载
- 积分:1
-
MATLAB读取OFF文件
基于MATLAB的读取OFF文件程序!!!
function I=offread1(filename)
fid = fopen(filename, "r");
title = textscan(fid, "%s", 1);
number=textscan(fid, "%d %d %d", 1);
points=textscan(fid, "%f %f %f", number{1});
faces=textscan(fid, "%d %d %d %d", number{2});
for i = 1 : number{2}
faces{2}(i, 1) = faces{2}(i, 1) + 1;
faces{3}(i, 1) = faces{3}(i, 1) + 1;
faces{4}(i, 1) = faces{4}(i, 1) + 1;
- 2022-02-25 16:05:43下载
- 积分:1
-
MathematikInformatiker2
Gerald Teschl s matlab files for german book: "Mathematik für Informatiker 2: Analysis und Statistik" ISBN "9783540724513"
- 2010-08-26 19:42:55下载
- 积分:1
-
自适应滤波程序
内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!(m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!)
- 2005-04-27 12:49:50下载
- 积分:1
-
DA-hoan-chinh
Simulate Inverted Pendulum in Simulink
- 2011-04-12 16:39:45下载
- 积分:1
-
PCA
基于PCA的人脸识别历程,包含PCA的算法,用MATLAB实现的。(face recognition based on PCA)
- 2017-04-20 18:15:52下载
- 积分:1
-
采用改进的Euler方法求解数值解,给出了仿真源代码
说明: 采用改进的Euler方法求解数值解,给出了仿真源代码。(The improved Euler method is used to solve the numerical solution, and the simulation source code is given.)
- 2020-06-23 20:00:01下载
- 积分:1
-
将MATLAB生成的邻接矩阵转化为Gephi CSV边文件
个软件也可以读取它输出的csv格式的文件,也就是那个邻接表,不过里边有汉字的第一行要删除。也就是说,读者如果想用Gephi软件读取自己的一个有邻接矩阵的网络,应该先把邻接矩阵转换成邻接表,然后把邻接表粘贴到csv格式的文件中,然后用Gephi打开就行了。最下面是邻接矩阵转邻接表的matlab代码(特别简单,自己也可以写)。
3.大家可以百度Gephi软件教程,有很多。
4.如果博文里边有错误,请大家指正。对于可能的错误先道个歉。
邻接矩阵转邻接表matlab代码:
- 2023-04-08 10:30:04下载
- 积分:1
-
PCA_CODE
PCA及其改进算法MPCA进行人脸识别MATLAB源程序(PCA&&MPCA face recognition MATLAB code)
- 2010-11-02 13:17:07下载
- 积分:1
-
morp
形态滤波,各种算法。可修改后实现各种组合。(morphological filtering, algorithms. Can be modified to achieve various combinations.)
- 2006-10-05 02:01:59下载
- 积分:1