-
PkgMyAntiAlias
一种比较好的抗锯齿算法
Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.
See attached screenshot for a demonstration. More examples included in the code, just run help myaa .
Curiosa:
For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do:
opts.figureSnapMethod = antialiased
publish( test.m ,opts)
However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.(A better anti-aliasing algorithm Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots.See attached screenshot for a demonstration. More examples included in the code, just run help myaa. Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish (test.m, opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.)
- 2008-08-14 22:53:13下载
- 积分:1
-
eigenvalue_computation
采用MATLAB语言变异的矩阵特征值计算程序,需要的下载吧(eigenvalue computation)
- 2015-01-15 17:34:16下载
- 积分:1
-
Matlab-FFT
数字信号处理 FFT的matlab实现 很好理解的资料(FFT matlab digital signal processing to achieve a good analysis of data)
- 2012-05-13 16:06:04下载
- 积分:1
-
Matlaboptimization
数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。(Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.)
- 2010-05-28 13:05:51下载
- 积分:1
-
MATLAB
蚁群算法在matlab下优化10个函数的方法。其中函数有单变量多峰值,单变量单峰值的,也有多变量多峰值的函数。(Ant colony algorithm in matlab optimization function 10. Which a single variable and multi-peak function, the single peak of a single variable, but also more variable multi-peak function.)
- 2012-05-22 10:39:15下载
- 积分:1
-
多重分形去趋势交叉相关性分析 DCCA
多重分形去趋势交叉相关性分析,分析时间序列,如股市变动价格,PM2.5数据,外币汇率等(Multifractal detrending cross correlation analysis and analysis of time series, such as stock market variable price, PM2.5 data, foreign currency exchange rate, etc.)
- 2020-06-28 12:20:01下载
- 积分:1
-
DrawHBezierSurface
绘制张量积H-Bezier曲面的matlab程序,不同于传统的Bezier曲面,H-Bezier曲面由纯双曲多项式定义。压缩包中,DrawHBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的H-Bezier曲面均适用。(Draw tensor product H-Bezier surfaces matlab program, unlike traditional Bezier surfaces, H-Bezier polynomial curve defined by pure hyperbolic. Compressed package, DrawHBezierSurf.m files can be run, where you can set control points and form factors, you can change the color of the control grid. Program for any m* n order H-Bezier surfaces are applicable.)
- 2016-06-06 20:45:45下载
- 积分:1
-
ica_demo_new
A wonderful ica toollbox about blind source separation for the beginners
- 2007-08-11 23:14:21下载
- 积分:1
-
face-thesis
face recognition thesis
- 2013-02-26 20:58:39下载
- 积分:1
-
GA
说明: 这本书描述了MATLAB遗传算法的特性和直接搜索工具箱,编程原理和使用方法。这本书分为九章。第一章到第四章介绍了遗传算法的基本知识,包括遗传算法的基本原理、编码、选择、交叉、变异、适应度函数、控制参数、约束处理,模式定理,改进遗传算法早熟收敛问题及其预防等等。第五章到第七章介绍MATLAB遗传算法工具箱英格兰谢菲尔德谢菲尔德大学,和使用方法,如何编写这个函数的一个示例使用遗传算法工具箱解决实际优化问题的MATLAB程序。(The book describes the characteristics of MATLAB genetic algorithm and direct search toolbox, programming principle and method of use. The book is divided into nine chapters. The first chapter to the fourth chapter introduces the basic knowledge of the genetic algorithm, including the basic principle of genetic algorithm, coding, selection, crossover, mutation, fitness function, control parameters, constraints, processing, schema theorem, improved genetic algorithm premature convergence problem and its prevention and so on. Fifth chapter to the seventh chapter introduces MATLAB genetic algorithm toolbox Sheffield in England at the university of Sheffield, and use a method, an example of how to write this function using MATLAB genetic algorithm toolbox to solve practical optimization problem.)
- 2014-10-13 09:51:03下载
- 积分:1