-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
homer
HOMER(Hybrid Optimization Model for Electric Renewable,可再生能源互补发电优化建模)。HOMER是一个计算机模型,它简化了离网和并网对于远程的、独立的和分布式发电系统的评估选择的任务。HOMER优化和灵敏度分析算法,可以用来评估系统的经济性和技术选择的可行性,以及考虑技术成本的变化和能源资源的可用性。(HOMER (Hybrid Optimization Model for Electric Renewable, renewable energy and solar power generation optimization modeling). HOMER is a computer model that simplifies the task of off-grid and grid for remote, stand-alone and distributed generation systems to assess choice. HOMER optimization and sensitivity analysis algorithms can be used to select the feasibility of economic and technical assessment of the system, and to consider changes in the availability of technology costs and energy resources.)
- 2020-10-03 15:37:41下载
- 积分:1
-
pinghualvbo
用MATLAB实现对图形图像的处理,图像的平滑滤波。(Realized by MATLAB graphics image processing, image smoothing.)
- 2011-05-23 17:25:45下载
- 积分:1
-
hough_line_dect
matlab源码,实现利用霍夫变换的直线检测(matlab source code, line detection using Hough Transform)
- 2014-11-02 08:51:02下载
- 积分:1
-
apf
passive shunt active filter
- 2012-08-25 08:13:50下载
- 积分:1
-
xlswrite
xls to matlab, convert the .xls file to matlab workspace.
- 2012-01-18 09:40:48下载
- 积分:1
-
LP_MILP_in_MATLAB_Webinar
说明: 混合整数线性规划的例程,包括机组组合,资金流匹配等(Routine of Mixed Integer Linear Programming ,including unit commitment, capital flow matching,etc.)
- 2019-03-13 11:09:10下载
- 积分:1
-
simmg1k
Simulation of m/m/1/k type queuing process
- 2009-10-31 13:47:29下载
- 积分:1
-
RectangleDetection
基于hough算子的矩形检测,可用于车牌识别,pcb检测等等。(rectangle detection based on hough function.the techniques presented here interest for a number of applications such as building detection, pcb detection and so on)
- 2009-05-23 18:00:33下载
- 积分:1
-
xiao1svm
改进的育群算法,结合SVM用于语音识别,,识别率明显提高(Improved fertility swarm algorithm, combined with SVM for speech recognition)
- 2014-10-16 16:43:38下载
- 积分:1