资源简介
implement farthest point sampling in matlab
代码片段和文件信息
function y = clamp(xab)
% clamp - clamp a value
%
% y = clamp(xab);
%
% Default is [ab]=[01].
%
% Copyright (c) 2004 Gabriel Peyr?
if nargin<2
a = 0;
end
if nargin<3
b = 1;
end
y = max(xa);
y = min(yb);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 243 2014-02-12 12:52 Farthest Point Sampling\clamp.m
文件 87 2016-07-24 21:51 Farthest Point Sampling\compile.m
文件 1726 2016-07-25 13:47 Farthest Point Sampling\compute_saddle_points.m
文件 4770 2014-02-12 12:52 Farthest Point Sampling\config.h
文件 1040 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\all-wcprops
文件 1224 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\entries
文件 2 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\format
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 29 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\prop-ba
文件 12506 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 2564 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 3475 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 2080 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 2044 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 1502 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 2352 2014-02-12 12:52 Farthest Point Sampling\fheap\.svn\text-ba
文件 12506 2014-02-12 12:52 Farthest Point Sampling\fheap\fib.cpp
文件 2564 2014-02-12 12:52 Farthest Point Sampling\fheap\fib.h
文件 3475 2014-02-12 12:52 Farthest Point Sampling\fheap\fibpriv.h
文件 2080 2014-02-12 12:52 Farthest Point Sampling\fheap\fibtest.c
文件 2044 2014-02-12 12:52 Farthest Point Sampling\fheap\fibtest2.c
文件 1502 2014-02-12 12:52 Farthest Point Sampling\fheap\tt.c
文件 2352 2014-02-12 12:52 Farthest Point Sampling\fheap\use.c
文件 476 2014-02-12 12:52 Farthest Point Sampling\getoptions.m
文件 2999 2014-02-12 12:52 Farthest Point Sampling\imageplot.m
............此处省略23个文件信息
- 上一篇:跳频通信MATLAB程序
- 下一篇:最优控制 优化控制的matlab代码实现
相关资源
- 最优控制 优化控制的matlab代码实现
- 跳频通信MATLAB程序
- 电力系统负荷预测MATLAB程序 .m
- matlab自带的聚类算法
- matlab传递函数幅值,角度的计算----一
- 最大相关最小冗余MATLAB程序
- 信道均衡matlab代码
- 最简单的贝叶斯分类器演示Matlab程序
- 基于matlab的海浪模拟程序
- 信赖域算法matlab实现
- 双边滤波器 简洁matlab代码
- MATLAB的PUMA560机械臂的正逆解及应用举
- matlabRC电路实验仿真.pdf
- 基于不同调制方式16QAM、64QAM、QPSKOF
-
33637《MATLAB-Simuli
nk电力系统建模与仿 - 极限学习机matlab程序
- 计算机控制系统密闭空间的温湿度控
- matlab 极化码仿真sc、scl译码
- 通信系统实验.rar
- 关与隐马尔科夫hmm的程序,是用MATL
- 基于RSSI定位的matlab仿真程序
- 参数自适应差分进化算法
- Matlab写的教学优化算法!
- Matlab GUI 串口调试助手(window32位/64位
- 圆孔夫琅禾费衍射的Matlab实现
- MATLAB——符号矩阵加法
- MATLAB——基于粒子群算法的PID控制器
- matlab烟雾检测
- MATLAB程序
- 基于matlab的最小误差法的胸片分割系
评论
共有 条评论