-
zxkpca
核主成份分析提取特征值的方法 还不错 可以试试(kernel pca for the value)
- 2010-11-16 15:46:41下载
- 积分:1
-
full-AC-Newton-approach
牛拉法潮流程序,最经典的电力系统潮流计算matlab代码。有详细的注释和各个子函数的功能介绍。(full AC Newton approach)
- 2014-12-19 15:32:26下载
- 积分:1
-
基于某matlab地人脸识别源代码
说明: 基于直方图处理的MATLAB人脸识别算法(Matlab face recognition algorithm based on histogram processing)
- 2021-04-02 11:32:34下载
- 积分:1
-
svpwmvect
a simulation of the svpwm of two levels inverters
- 2010-07-28 23:36:54下载
- 积分:1
-
MatlabGaussPoint
高斯积分点计算程序Matlab编写的程序(Matlabgausspoint)
- 2009-06-05 19:31:00下载
- 积分:1
-
naive-bayesian-classifier
naive bayesian classifier in matlab
- 2011-02-09 19:50:05下载
- 积分:1
-
FIR
matlab fir滤波器程序 是一个列子 可以参考一下(matlab fir filter program can refer to a Liezi)
- 2011-06-04 18:16:59下载
- 积分:1
-
ptsymmetry
模拟光在具有PT-symmetry 的固体结构里的传播,这是当前一个非常前沿的研究领域(The analog light in the spread of the solid structure of the PT-symmetry, which is a very cutting-edge research areas)
- 2012-11-11 03:14:05下载
- 积分:1
-
移相全桥DC-DC控制电路仿真
说明: 移相全桥DC-DC控制电路仿真,可以自己调参数,变压器参数也可以设置。(The simulation of phase-shifting full bridge DC-DC control circuit can adjust parameters by itself, and the transformer parameters can also be set.)
- 2020-02-19 20:42:37下载
- 积分: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