• 大小: 50KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: Matlab
  • 标签: matlab  

资源简介

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-base\fib.cpp.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\fib.h.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\fibpriv.h.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\fibtest.c.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\fibtest2.c.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\tt.c.svn-base

     文件         29  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\prop-base\use.c.svn-base

     文件      12506  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\fib.cpp.svn-base

     文件       2564  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\fib.h.svn-base

     文件       3475  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\fibpriv.h.svn-base

     文件       2080  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\fibtest.c.svn-base

     文件       2044  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\fibtest2.c.svn-base

     文件       1502  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\tt.c.svn-base

     文件       2352  2014-02-12 12:52  Farthest Point Sampling\fheap\.svn\text-base\use.c.svn-base

     文件      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个文件信息

评论

共有 条评论