triangulateLOS
Triangulate multiple line-of-sight detections
Description
estPos = triangulateLOS(detections)detections. Angle-only detections are also known as
        line-of-sight (LOS) detections. For more details, see Algorithms.
[
        also returns estPos,estCov] = triangulateLOS(detections)estCov, the covariance of the error in target position.
        The function uses a Taylor-series approximation to estimate the error covariance.
Examples
Input Arguments
Output Arguments
Algorithms
Multiple angle-only or line-of-sight measurements result in lines in space. These lines
      might or might not intersect because of measurement noise. triangulateLOS
      uses a suboptimal linear least-squares method to minimize the distance of miss between
      multiple detections. The formulation makes these assumptions:
- All detections report measurements with approximately the same accuracy in azimuth and elevation (if measured). 
- The distances from the different sensors to the triangulated target are all of the same order. 
References
[1] Blackman, Samuel, and Robert Popoli. "Design and analysis of modern tracking systems." Norwood, MA: Artech House, 1999. (1999).
Extended Capabilities
Version History
Introduced in R2018b
![Figure contains an axes object. The axes object with xlabel x [m], ylabel y [m] contains 3 objects of type line. One or more of the lines displays its values using only markers These objects represent Sensor Positions, Angle-Only Detections, Triangulated Position.](../../examples/fusion/win64/TriangulateLineofSightMeasurementsFromThreeSensorsExample_01.png)