-
matlab-import-dxf
用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角(the script can offer start angle and end angle of an arc,which are unable to access in an earlier script dxf2coord_20.m 。)
- 2020-06-30 07:00:02下载
- 积分:1
-
fpc_v2
A MATLAB solver for minimizing ||x||1 + p||Ax-b||2(A MATLAB solver for minimizing ||x||1+ p||Ax-b||2)
- 2009-11-30 20:35:47下载
- 积分:1
-
k_nn_classifier
k-nn algorithm for classify
- 2011-01-05 06:16:07下载
- 积分:1
-
kse_test_matlab
Given a matrix with m rows and n cols (m points in R^n), use resampling and the Kolmogorov Smirnov test to score [0,1] all points (as potential outliers) in linear time.
This is an original algorithm that can be used for anomaly detection and general signal processing.
- 2013-05-26 22:10:16下载
- 积分:1
-
sousuosuanfa
深度优先搜索算法Matlab源码。。。。。
- 2010-08-20 21:35:13下载
- 积分:1
-
OptUPFCConDe2
说明: matlab在电力系统中的应用,基于UPFC仿真程序(matlab in power system applications, based on UPFC simulation program)
- 2008-10-18 21:22:30下载
- 积分:1
-
cdma
说明: cdma 通信系统的实验综合实验仿真结果分析 (cdma simulink of telecommunication)
- 2010-05-04 11:40:00下载
- 积分:1
-
RSC
本程序适用于论文Robust Sparse Coding for Face Recognition(this code is for Robust Sparse Coding for Face Recognition)
- 2013-08-30 21:38:14下载
- 积分:1
-
jiami
混沌系统加密解密 结合DNA编码的加减法操作(Chaotic system with DNA encoding the encryption and decryption operations of addition and subtraction)
- 2021-04-22 13:18:48下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1