linkStatus
Status of link closure between first and last node
Syntax
Description
returns a matrix of logicals representing the link closure status history
linkstat = linkStatus(lnk)linkstat of each link in the vector link. The
rows of the matrix correspond to the link objects in link and the
columns correspond to the time sample.
Note
This calculation uses the standard free‑space path loss model (FSPL) when computing received power.
returns a column vector of status linkstat = linkStatus(lnk,timeIn)linkstat of each link in the vector
link at the specified datetime timeIn. Each
element of linkstat corresponds to a link in link.
If no time zone is specified in timeIn, the time zone is assumed to be
Coordinated Universal Time (UTC).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a