-
econ_solution
说明: the trellis diagram solution
- 2010-10-07 20:31:30下载
- 积分:1
-
Opt_Golden
黄金搜索算法求在区间【a,b】上的最优解(Golden search algorithm for the interval [a, b] on the optimal solution)
- 2011-10-24 20:33:32下载
- 积分:1
-
two
液压伺服 系统二次型最优控制器设计提供了了相应的matlab算法结构。具有一定的研究价值(Hydraulic servo system quadratic optimal controller is designed to provide corresponding matlab algorithm structure of it. Have certain research value
)
- 2012-01-03 11:11:50下载
- 积分:1
-
crack
matlab2010a的安装方法,单机安装及局域网服务器安装(matlab2010a installation method, installation of stand-alone installation and LAN Server)
- 2010-10-21 16:58:27下载
- 积分:1
-
3
编写的灰关联算法 MATLAB实现简单代码(The preparation of the gray relational algorithm simple MATLAB code)
- 2009-05-23 09:02:40下载
- 积分:1
-
gural40t.m
calculate the response of gulralp cmt-40 seismometer
- 2011-01-22 21:52:25下载
- 积分:1
-
DCDchopperControl
DCDC chopper control
- 2011-12-12 20:24:23下载
- 积分:1
-
Biosignal-and-Biomedical-Image-Processing---MATLA
this is an e-book for signal processing based on matlab
- 2012-11-18 10:19:07下载
- 积分:1
-
dongtaiguihua
用动态规划求解最短路问题的MATLAB程序。需输入带权邻接矩阵,输出为最短路径和最短路长。(Dynamic Shortest Path Problem Solver of the MATLAB program. Required to enter the weighted adjacency matrix, the output for the shortest path and shortest path length.)
- 2009-10-14 15:38:50下载
- 积分: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