-
Storedata_circle.txt
program for drawing a circle in matlab
- 2013-09-12 23:25:34下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
xygg
相移光纤光栅计算的matlab仿真程序,值得参考啊(the matlab program of Phase shift fiber grating is worthy of reference.
)
- 2012-11-22 08:50:23下载
- 积分:1
-
a-MATLAB--program
利用电压电流泰勒展开,计算极限潮流分布,也可计算不同负荷情况下的潮流分布,只要改动负荷因数K的大小即可(Taylor voltage and current use to calculate the limit flow distribution, flow distribution can also be calculated under different load conditions, as long as the changes in the size of the load factor K can be)
- 2014-05-08 22:15:55下载
- 积分:1
-
dijkstra
Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path
- 2009-10-28 17:30:16下载
- 积分:1
-
miniproject
about mini Project of Cancer identification
- 2012-05-07 17:51:21下载
- 积分:1
-
IE-print
IE自打印插件,在IE5中可以使用Webbrowser控件的ExecWB方法来实现自动无提示打印,但在>IE6版本此方法已经无效,此IE插件为此而产生。
此插件也是调用IE内置的打印功能,相当于window.external.Print() -> ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_DONTPROMPTUSER,EmptyParam,EmptyParam)
仅此而已(IE print)
- 2014-01-02 17:22:14下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真 MATLAB程序
说明: 本书从MATLAB仿真的角度出发,系统地介绍了系统辨识与自适应控制的基本理论和方法。本书共6章,主要内容为:绪论、系统辨识、模型参考自适应控制、自校正控制(包括广义预测控制)、基于常规控制策略的自校正控制和非线性系统辨识与控制(包括神经网络和模糊控制)。书中每种算法都配有仿真实例、仿真程序、仿真结果以及对仿真结果的简要分析,以便于读者深入理解和运用基本理论和算法(From the perspective of MATLAB simulation, this book systematically introduces the basic theories and methods of system identification and adaptive control.
This book has 6 chapters, the main contents are: introduction, system identification, model reference adaptive control, self-tuning control (including generalized predictive control), self-tuning control based on conventional control strategies, and identification and control of nonlinear systems (including neural network)
And fuzzy control).
Each algorithm in the book is equipped with simulation examples, simulation programs, simulation results, and a brief analysis of the simulation results, so that readers can deeply understand and use basic theories and algorithms.)
- 2021-04-16 13:56:08下载
- 积分:1
-
Matlab2
与matalbe有关的视屏教程和具体的实例的讲解(Matalbe the Screen with tutorials and examples to explain specific)
- 2010-07-21 10:09:43下载
- 积分:1
-
fuzzykmeans
模糊k均值算法,将模糊理论和k均值聚类算法想结合。(fuzzykmeans clustering ,combine the fuzzy theoy and kmeans clustering.)
- 2011-09-04 13:19:01下载
- 积分:1