xabparam: Estimate the parameters 'a' and 'b' of a first-order...

Description Usage Arguments Examples

Description

Estimate the parameters a and b of a first-order acceleration model a + b * t.

Usage

1
xabparam(tstart, tend, ustart, uend, xstart, xend)

Arguments

tstart

time in seconds, a number

tend

time in seconds, a number

ustart

speed, a number

uend

speed, a number

xstart

location, a number

xend

location, a number

Examples

1
xabparam(0, 18.59797, 92.4, 0, 0, 1397.045)

cartools documentation built on May 1, 2019, 10:40 p.m.