-
ma11
例子程序,学习matlab的号程序,可以运行的调试过了的。(Examples of procedures, the No. matlab learning process, the debugger can run over it.)
- 2007-09-08 16:57:15下载
- 积分:1
-
W09-0006
optimal location of capacitor in radial distribution system
- 2013-12-15 13:19:25下载
- 积分:1
-
sanMatlab
matlab与三维建模技术模拟实战经验交谈(the matlab and 3D modeling technology to simulate real-world experience conversation)
- 2012-11-14 18:25:17下载
- 积分:1
-
全面的定功率单环控制开源码
music高阶谱分析算法,主要是基于mtlab的程序,用MATLAB实现动态聚类或迭代自组织数据分析,搭建OFDM通信系统的框架,基于分段非线性权重值的Pso算法,采用加权网络中节点强度和权重都是幂率分布的模型。
- 2022-07-18 23:11:42下载
- 积分:1
-
ExactLinearization
非线性系统精确线性化的matlab工具箱,学习非线性的学者有用。(Exact linearization of nonlinear systems matlab toolbox, useful for scholars studying non-linear.)
- 2010-09-19 11:21:24下载
- 积分:1
-
ROC
houghtransform for circle detection in images.
- 2010-10-02 02:04:26下载
- 积分:1
-
a.m
test, this is only to learn ow to start.
- 2009-12-22 17:23:49下载
- 积分:1
-
function-binVector
functions usable for waterproof picture ! matlab code
- 2011-02-09 21:57:33下载
- 积分:1
-
FindZeroOfBesselj
Matlab 算法寻找Bessel函数的零点。(find the zero point of Bessel functions)
- 2017-11-10 16:35:43下载
- 积分:1
-
贝叶斯算法
load "iris.csv";tictraining_set = [iris(1:ceil(50*2/3),:); iris(51:50 + ceil(50*2/3),:); iris(101:100 + ceil(50*2/3),:)];%取每类的前2/3作为训练集 ceil用于提高效率test_set = [iris(ceil(50*2/3) + 1:50,:); iris(51 + ceil(50*2/3):100,:); iris(101 + ceil(50*2/3):150,:)];%取每类的后1/3作为测试集class1 = test_set(:,5);%记录类标,class1是一个行矩阵class1test_set(:,5) = 0;%便于计算准确度rows1 = find(training_set(:,5) == 1);%找出training_set(:,5) == 1的位置meanValue1 = mean(training_set(rows1,1:4));%计算一到四列的均值stdValue1 = std(training_set(rows1,1:4));%std(x) 算出一到四列的标准偏差。 x可以是一行的matrix或者一个多行matrix矩阵。如果只有一行,那么就是算一行的标准偏差,如果有多行,就是算每一列的标准偏差。rows2 = find(training_set(:,5) == 2);meanValue2 = mean(training_set(rows2,1:4));stdValue2 = std(training_set(rows2,1:4));rows3 = find(training_set(:,5) == 3);meanValue3 = mean(training_set(rows3,1:4));stdValue3 = std(training_set(rows3,1:4));pClass1 = size(rows
- 2022-02-12 17:10:24下载
- 积分:1