-
macefacepro
Contents:
A.zip: code compatible with Matlab 2007a and older
B.zip: code compatible with Matlab 2007b and newer
data.zip: test data
instructions.pdf: this file
Instructions:
Unzip the selected file (A.zip or B.zip) in Matlab current directory (C:/.../Matlab/work is the default
one).
Type the name of main function on Matlab command window.
Now a simple and intuitive GUI should appear.
You can use images/data present in data.zip: just unzip them in Matlab current directory.
- 2012-04-11 13:11:01下载
- 积分:1
-
gatbx
本gatbx遗传算法工具箱是在原设菲尔德大学gatbx工具箱基础上的改进,扩展了原gabtx功能,将原始的基于命令式的mpga.m及sga.m文件封装成函数形式,使用更简单易懂,适合初学者或一些只要求用遗传算法解决实际问题而不需深究遗传算法本身的同学。(The gatbx genetic algorithm toolbox in the original design the Rumsfeld the University gatbx Toolbox based on the improvements, extended the original gabtx function, the functional form of the original package based the command-mpga.m sga.m file, more simple to use and easy to understand.suitable for beginners or some only require genetic algorithm to solve practical problems and do not need to get to the bottom of the genetic algorithm itself classmates.)
- 2013-03-25 13:17:20下载
- 积分:1
-
view3d
解决了三维数据可视化的问题;在三维网格点上数据绘制显示它的大小。
通过z轴坐标点更容易区分边缘颜色变化。可以通过设置线宽参数该选项设置为0。(This function solves the problem of visualization of 3 dimensional data in one plot(plot3).
Data is plotted on a 3 dimensional mesh with point size showing value of it.
Edge color changes via z axis to distinguish coordinate of points easier. That option can be turned off by setting the linewidth parameter to 0.
)
- 2014-11-19 23:13:56下载
- 积分:1
-
HATAMODEL
Hata pathloss model matlab implementation.
- 2015-02-19 10:00:13下载
- 积分:1
-
CSPSaQ-learningamatlab
基于强化学习的CSPS生产线优化设计,matlab源代码(Optimal design based on reinforcement learning the CSPS production line)
- 2021-03-06 08:09:30下载
- 积分:1
-
code
數學function的用法 這個使用的方法對於數學界很重要 提供function使得 很多人不用在自己寫的很痛苦(ceiling method)
- 2010-01-18 16:15:12下载
- 积分:1
-
mb
说明: MATLAB实验的使用模板,供初学者学习和使用
(MATLAB experimental use of templates for beginners to learn and use)
- 2008-11-14 20:36:44下载
- 积分:1
-
busybox-1.15.3.tar
this is a busybox -1.15.3.tar.gz(this is a busybox-1.15.3.tar.gz)
- 2014-08-27 11:50:53下载
- 积分:1
-
variation
原创的的matlab命令,能够处理化工过程中的偏差,是化工过程数据矫正的基础
(The original matlab command, it s able to solve variations in the chemical process, it is the basis of chemical process data correction)
- 2012-01-11 16:50:42下载
- 积分:1
-
GA
说明: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。(a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.)
- 2012-04-24 18:41:24下载
- 积分:1