-
matlabret
基于matlab的粗糙集工具箱,与网上可查的“matlab的粗糙集工具箱的设计”论文的软件(Matlab toolbox based on rough sets, and online to check the " matlab toolbox rough set design" paper software)
- 2010-09-26 16:03:49下载
- 积分:1
-
bispeci
与滤波器设计有关的matlab工具箱函数:bispeci.m(And filter design-related functions matlab toolbox: bispeci.m)
- 2008-06-24 14:08:53下载
- 积分:1
-
montec1d
simulation Monte Carlo 1d
- 2011-01-08 18:58:39下载
- 积分:1
-
wave_method_fault_location
本程序是利用单端电气量依据行波原理实现故障测距的程序,需要较高的采样率以提高精度。(This procedure uses traveling wave principle of the single-terminal electrical information in accordance with the procedure of fault location, it requires a higher sampling rate in order to improve accuracy.)
- 2020-08-17 14:58:22下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1
-
erreur(4algorithmes)
les 4 algorithmes standards de localisation en matlab
- 2015-02-16 20:57:51下载
- 积分:1
-
viterbi
移动通信系统中的维特比编码器的实现程序代码。(The codes of Viterbi Coder for mobile communication.)
- 2014-02-23 20:00:58下载
- 积分:1
-
Func_Ga
Finds a maximum of a function of several variables.
fmaxga solves problems of the form:
max F(X) subject to: LB <= X <= UB
- 2012-05-06 13:00:10下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1
-
pvsystem
光伏阵列的simulink模型,包含最大功率跟踪MPPT模型(simulink model of PV array contains the maximum power point tracking MPPT model)
- 2016-08-29 16:11:29下载
- 积分:1