Home > freetb4matlab > general > unresamp2.m

unresamp2

PURPOSE ^

% Perform a uniform resampling of a planar curve.

SYNOPSIS ^

function [xs, ys] = unresamp2 (x, y, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn{Function File} {[@var{xs}, @var{ys}] =} unresamp2 (@var{x}, @var{y}, @var{n})
% Perform a uniform resampling of a planar curve.
% The arrays @var{x} and @var{y} specify x and y coordinates of the points of the curve.
% On return, the same curve is approximated by @var{xs}, @var{ys} that have length @var{n}
% and the distances between successive points are approximately equal.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003