资源列表
powernetwork1_gui
- 通过MATLAB编程实现自动输出A矩阵,输出图的一棵树,输出图的所有的树-Through MATLAB programming for automatic output A matrix, the output of a tree diagram, the output map all the trees
work
- MATLAB在数学建模中的应用,其中很多源代码都是可以反复使用和论证的-MATLAB in Mathematical Modeling, many of them the source code can be re-use and verification of
GMM_Skin_Detector
- Matlab skin detector。运用高斯混合模型训练的到人的皮肤颜色分布。用于皮肤和人脸检测。-A collection of Matlab scr ipts
Determining_lyapunov_exponents_from_a_time_series.
- 确定lyapunov指数的Matlab计算程序。-Lyapunov index to determine the Matlab program.
evolutionary_game_WSLS
- wsls在一个无标度网络上的进化博弈,迭代了20代,代数可更改-wsls in a scale-free network on the evolutionary game, iterative 20 generation, algebra can change
enigma
- The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to imp
matlab_Graphics
- matlab语言的句柄绘图可以对图形各基本对象进行更为细腻的修饰,可以产生更为复杂的图形,而且为动态图形的制作奠定了基础。-matlab language mapping can handle the basic graphics objects more delicate grooming, can generate more complex graphics, dynamic graphics and laid the foundation for the production.
Drawing
- Matlab各种绘图方法的相关算法大全及其简介-Matlab a variety of mapping methods and its correlation algorithm Daquan Profile
bdb
- 常用软件包,可以保存,做为日常函数调用,比较通用-Commonly used software packages, can be preserved as a day-to-day function call to compare GM
ExtendingMatlabusingJava
- 为了能结合Java和 Matlab两者的优点,构造功能更加强大的科学计算环境,对使用Java语言扩展Matlab 主开发环境 自身功能的关键技术进行了研究。首先介绍了使用 Java扩展 Matlab 的基本方法,在此基础上结合项目实践中对复杂图形用 户接口的需要,提出了一种在 Java 对象中通过 Matlab 接口对象访问当前Matlab会话的方法。给出了两个短小完整实例,可 用于进一步扩展与重用。-To be able to combine both Java and Matla
q
- matlab最常用命令 1.有关命令行环境的一些操作: (1) clc 擦去一页命令窗口,光标回屏幕左上角 (2) clear 从工作空间清除所有变量 (3) clf 清除图形窗口内容 (4) who 列出当前工作空间中的变量 (5) whos 列出当前工作空间中的变量及信息 或用工具栏上的 Workspace 浏览器