distLinScaling

Distance via linear scaling

Contents

Syntax

Description

dist=distLinScaling(x1, x2) returns the Eucliden distance between x1 and x2 based on interpolating x2 to match the length of x1.

Example

x1=rand(2, 20);
x2=rand(2, 10);
dist=distLinScaling(x1, x2, 1);

Top page   Next: detPlot.m   Prev:distLpNorm.m