-
untitled
MATLAB自己做的 好像有点问题 希望朋友们帮忙解决一下(matlab)
- 2010-05-13 14:43:53下载
- 积分:1
-
Untitled2
power flow by newton-aphson method
- 2011-07-17 04:03:13下载
- 积分:1
-
assignment1
MIT course- Introduction to Matlab
assignment 1
- 2013-09-18 01:35:59下载
- 积分:1
-
Image-Classification
本文实现了09年CVPR的文章Linear Spatial Pyramid Matching using Sparse Coding for Image Classification(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper
"Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
)
- 2013-09-22 19:16:03下载
- 积分:1
-
3
平方根法及改进的平方根法求解方程组问题分析(Square root method and the improved method of solving equations square root problem analysis)
- 2013-11-10 10:20:39下载
- 积分:1
-
read_bin
基于MATLAB的文件读取函数——read——bin文件(Function based on MATLAB file read- read- bin file)
- 2013-03-27 20:12:59下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
CCE
改代码使用CCE方法来实现数据挖掘中多示例学习的过程。(CCE implements the algorithm described in [1], where Gaussian kernel LibSVM [2] is used as the base learner for transformed feature vectors.)
- 2011-12-11 19:15:10下载
- 积分:1
-
fourier-optics-fresnel
菲涅尔衍射的卷积形式以及傅里叶变换形式,可以用matlab模拟出衍射斑(Fresnel diffraction convolution of the form as well as the form of the Fourier transform, can simulate the diffraction spots with matlab)
- 2012-11-30 18:41:01下载
- 积分:1
-
fitgoodness
说明: 计算拟合优度指标,包括残差平方和SSE、均方根误差RMSE检验、卡方χ2检验、判定系数R2检验(fit goodness test, including residual sum of squares SSE, root mean square error RMSE test, chi square chi square test and decision coefficient R2 test)
- 2021-03-03 13:01:54下载
- 积分:1