help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Target Motion Analysis - Geometry Pkg


From: Thomas D. Dean
Subject: Re: Target Motion Analysis - Geometry Pkg
Date: Mon, 2 May 2016 13:24:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

I want to minimize a difference in lines.

From the previous TMA post, I have an array of lines,
BrgLines.

If I define

Tarray = (1:size(BrgLines,1))';
UnkLine = mean(BrgLines);

How do I minimize

pointOnLine(BrgLines,Tarray) - pointOnLine(UnkLine,Tarray)

by adjusting UnkLine and Tarray?

If UnkLine and Tarray have different number of rows, will this evaluation be stable? Doc says they 'should' have the same number of rows, not that they 'shall'.

Tom Dean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]