Main Content

getEmptyOutputs

Class: uav.SensorAdaptor
Namespace: uav

Return empty sensor outputs without sensor inputs

Since R2021a

Syntax

out = getEmptyOutputs(sensorObj)

Description

out = getEmptyOutputs(sensorObj) gets empty outputs when the sensor is not initialized using setup.

Input Arguments

expand all

UAV sensor object, specified as an object of a subclass of uav.SensorAdaptor.

Output Arguments

expand all

Empty sensor outputs, returned as a cell array of variables that matches the varargout output of the read function.

Version History

Introduced in R2021a