-
generatethecircle
Generate a great circle "trajectory" from [lat1,lon1] to [lat2, lon2].
% Resulting points will be seperated by approximately delta_ft feet.
% By default, delta_ft = 100 feet. All lat/lon inputs & outputs are in
% degrees.
(Generate a great circle trajectory from [lat1, lon1] to [lat2, lon2]. Resulting points will be seperated by approximately delta_ft feet. By default, delta_ft = 100 feet. All lat/lon inputs )
- 2007-12-20 00:12:40下载
- 积分:1
-
DrawCircle
画圆,,复杂背景下,圆心的中心定位,使用的是霍夫变换(Circle, complex background, the center of the circle' s center position, using a Hough transform)
- 2010-05-06 14:55:33下载
- 积分:1
-
simulink_sfcl-master
sfcl superconducting fault current limiter
- 2014-04-16 03:16:40下载
- 积分:1
-
PrinciplesofCommunicationSystemsSimulationwithWire
<通信系统仿真原理与无线应用>中文版电子书,超星格式的,全书采用matlab仿真,很经典的教材。(<Communication System Simulation Principle and wireless applications> Chinese version of e-books, Chaoxing format, the book using matlab simulation, it is classic material.)
- 2007-11-15 04:33:45下载
- 积分:1
-
RunningLM
matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。(using LEVENBERG MARQUARDT in matlab to compute convergence rate)
- 2009-04-28 15:26:36下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
AR2_P33
autoregresive model grade 2
- 2011-04-20 23:06:44下载
- 积分:1
-
BP
说明: 基于BP网络的字母识别MATLAB源程序,可以对给定的字母进行识别。(BP network based on letter recognition MATLAB source, you can identify a given letter.)
- 2011-06-06 11:29:24下载
- 积分:1
-
fullwave
MATLAB PROGRAM FOR FULL WAFE RECTIFIER
- 2014-09-20 12:24:55下载
- 积分:1
-
Spectrum-analysis
自己做的频谱分析仪,含有GUI界面,希望对打击有帮助。(Spectrum analysis)
- 2013-05-06 16:42:27下载
- 积分:1