-
matpower3.0b3
说明: 电力系统最优潮流程序,可以应用于电力市场下的最优潮流计算。适合电力系统专业的同仁使用(optimal power flow procedure can be applied to the electricity market under the optimal power flow calculation. Power systems for the professional colleagues use)
- 2005-09-10 20:16:21下载
- 积分:1
-
chapter15_0
svm 的参数优化,利用交叉验证法选择最优参数c g,最终提高训练集的分类准确率,更好的提高分类器性能(Svm parameter optimization, the use of cross-validation method to the optimal parameter c g, and ultimately improve the training set classification accuracy,better improve the classifier performance)
- 2017-05-23 20:38:38下载
- 积分:1
-
VCMatlab
matlab和VC++混合编程的详细教程,相信对大家一定会有帮助!(matlab and VC++ mixed programming detailed tutorial, I believe we must help!)
- 2010-10-26 14:55:02下载
- 积分:1
-
variable_Laplace2D
Heat Equation with variable coefficients. Solution of the heat equation using point gauss method
- 2013-08-05 21:34:02下载
- 积分:1
-
MMCqueue
In queueing theory, the M/M/c queue is a multi-server queueing model.[1] In Kendall s notation it describes a system where arrivals form a single queue and are governed by a Poisson process, there are c servers and job service times are exponentially distributed.[2] It is a generalisation of the M/M/1 queue which considers only a single server. The model with infinitely many servers is the M/M/∞ queue.
- 2013-05-05 22:20:14下载
- 积分:1
-
Rabaey---Digital-Integrated-Circuits-2e-(Prentice
imp book for cmos technology
- 2015-04-10 15:39:16下载
- 积分:1
-
matlab时频分析工具箱+安装方法+函数说明
matlab时频分析工具箱,分析信号时频特性。(Matlab time-frequency analysis toolbox, analysis of the time-frequency characteristics of the signal.)
- 2017-11-13 20:07:35下载
- 积分:1
-
RSana0909092
说明: 采用matlab编程求信号的hurst指数........(hurst parameter using matlab..........)
- 2010-04-26 22:22:47下载
- 积分:1
-
zuoye3_17
BT法、周期图法、以及Levinson-Durbin迭代算法的matlab代码,并且比较三者性能(BT method, periodogram, and the Levinson-Durbin iteration algorithm matlab code, and compare the three performance)
- 2011-07-16 11:03:38下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1