losAnalysis
R2026bDescription
Add-On Required: This feature requires the 3D Scenarios add-on.
An LOSAnalysis object represents a line-of-sight (LOS) analysis
that uses ray tracing to determine whether visibility exists between actors in a 3D
scenario.
Creation
Description
creates an LOS analysis between a source actor and one or more destination actors. The
analysis accounts for the 3D scene and the 3D actor models within the scenario. losA = losAnalysis(source,destination)
By default, the 3D models of the source actor and a given destination actor do not
obstruct the LOS path between the source and that destination. You can change this
behavior by setting the SourceSelfObstruction and
DestinationSelfObstruction properties.
sets writeable properties using one or more name-value arguments.losA = losAnalysis(source,destination,Name=Value)
Input Arguments
Name-Value Arguments
Output Arguments
Properties
Object Functions
Limitations
The accuracy of the LOSAnalysis object can be limited by floating-point
precision, particularly when the distance between the destination and a scene surface or actor
model is small compared to the distance between the destination and the source.
Version History
Introduced in R2026b