-
Matrix-Checking-Functions
Matlab Functions for determining if certaion matrix is:
1) Symmetric
2) Lower/Upper triangular (Unit/Strictly/Non-Strictly)
3) n-Banded
4) (Strictly) Diagonally Dominant
5) Isn t it positive definite
- 2012-10-21 03:36:20下载
- 积分:1
-
Matlab_NR
电力系统稳态潮流程序,极坐标和直角坐标程序(Power system steady trend procedures, polar and rectangular coordinates program)
- 2012-10-28 20:17:26下载
- 积分:1
-
PSO改进粒子群算法优化BP神经网络的权值,建立BP神经网络
改进粒子群算法优化BP神经网络的权值,建立BP神经网络(Improved PSO algorithm optimizes the weights of BPneural networks to establish the neural networks.)
- 2015-10-05 09:54:26下载
- 积分:1
-
binomia
binomia的PDF&CDF繪圖直接打開檔案RUN即可,生成圖像另有顏色標記(binomia the drawing of PDF & CDF can directly open the file RUN to generate the image and another color marker)
- 2009-12-02 20:02:09下载
- 积分:1
-
Circuit-Analysis-with-MATLAB
用matlab做电路分析。介绍了matlab分析静态电路、动态电路、无源器、有源器件的方法,有众多例程。一共两本,上下册(Circuit analysis using matlab to do. Describes the methods matlab static circuit analysis, dynamic circuits, passive, active devices, there are many routines. A total of two, upper and lower volumes)
- 2014-08-12 22:02:51下载
- 积分:1
-
Home-Security-System-
主要是家庭安全系统的matlab程序,供大家更好的学习和了解家庭安全系统的搭建(Home security systems are mainly matlab program for everyone to build a better understanding of learning and home security systems)
- 2015-03-17 17:31:42下载
- 积分:1
-
1-s2.0-S1568494612003845-main.pdf
Adaptive directed mutation for real-coded genetic algorithms
- 2015-03-26 14:15:10下载
- 积分:1
-
randraw
能够产生多达50种分布的随机变量(Nakagami,Rayleigh,Poisson...).(Able to generate as many as 50 kinds of distribution of random variables (Nakagami, Rayleigh, Poisson ...).)
- 2008-04-28 15:12:36下载
- 积分:1
-
Digital-Signal-Processing-Tutorial
说明: 数字信号处理教程:MATLAB释义与实现/数字信号处理教程:MATLAB释义与实现(
Digital Signal Processing Tutorial: MATLAB Interpretation and Implementation/digital signal processing tutorial: MATLAB Interpretation and Implementation)
- 2011-03-19 20:37:31下载
- 积分:1
-
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