-
ginput2
Do you still use GINPUT to graphically select points on current axes with the mouse? Try this one!
With GINPUT2 you can also:
1. ZOOM: in, out (double-click)!
2. PAN: when dragging!
3. DELETE: last selected point!
4. PLOT: while selecting! (optional, just input the line style!)
5. SCALE or GEOREFERENCE images! (optional, just input: true)
So, besides of selecting points in a more precise way (zooming) you can DIGITIZE(!!!) lines with the last two options, by simply using:
>> ginput2(true, .k )
Enjoy it!
- 2010-02-17 07:17:07下载
- 积分:1
-
moeadmatlab11Nov2010
在基于分解的多目标优化算法(MOEA/D)的基础上加入差分算法,并且对于权重矢量的计算资源进行动态分布(Decomposition-based multi-objective optimization algorithm (MOEA/D) of the basis of the difference algorithm, and the weight vector for the dynamic distribution of computing resources)
- 2011-09-06 14:36:00下载
- 积分:1
-
prog.m
k nearest neighbor algorithm for matlab
- 2013-04-09 01:34:55下载
- 积分:1
-
TSFNN
此源码是关于TS模糊神经网络的matlab源代码,已经运行过。(This source is on TS fuzzy neural network matlab source code, has been run over.)
- 2020-09-20 08:07:52下载
- 积分:1
-
DME_signal
DME测距仪信号,利用MATLAB生成,可以作为GNSS的脉冲干扰( DME signal generated utilize MATLAB)
- 2021-04-16 17:58:54下载
- 积分:1
-
fpfh
说明: fpfh MATLAB实现DDDDDDDDDDDDDDDD(may this code help to you)
- 2020-06-18 08:40:01下载
- 积分:1
-
一个简单的PID控制中的应用
应用背景这是一个简单的PID控制系统,它是利用Simulink模块建模关键技术这个模型是用来分析一个PID控制器的阶跃响应。
- 2022-03-21 08:52:18下载
- 积分:1
-
feature vector creation
在模式识别和机器学习中,特征向量是表示某个对象的数值特征的n维向量。机器学习中的许多算法需要对象的数字表示,因为这样的表示便于处理和统计分析。当表示图像时,特征值可能对应于图像的像素,而当表示文本时,特征可能是文本的出现频率
- 2023-08-19 20:00:03下载
- 积分:1
-
DFNN
动态模糊神经网络程序,可以运行。参考书为伍世虔动态模糊神经网络(Dynamic fuzzy neural network program, you can run. Reference books for the Wu Shi Qian dynamic fuzzy neural network)
- 2009-12-04 21:06:36下载
- 积分:1
-
spgl1-1.8
该算法可以有效解决BPDN,BP以及Lasso问题( SPGL1 is a Matlab solver
for large-scale one-norm regularized least squares. It is designed to
solve any of the following three problems:
1. Basis pursuit denoise (BPDN):
minimize ||x||_1 subject to ||Ax- b||_2 <= sigma,
2. Basis pursuit (BP):
minimize ||x||_1 subject to Ax = b
3. Lasso:
minimize ||Ax- b||_2 subject to ||x||_1 <= tau,)
- 2013-10-29 10:46:03下载
- 积分:1