📄 perform_curve_resampling.m.svn-base
字号:
function c1 = perform_curve_resampling(c, s, mode, interp_type)
% perform_curve_resampling - resample a curve
%
% c1 = perform_curve_resampling(c, n, 'nbpts', intep_type);
% or
% c1 = perform_curve_resampling(c, s, 'dist', intep_type);
%
% Where 'n' is the new number of point in the curve,
% and 's' is the curvilinear absice between two points.
%
% For 'interp_type', see the 'method' parameter in 'help interp1'.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -