Main Content

show

Display plots for inspection of UAV logs

Since R2020b

Description

show(mapper,data) generates all the plots stored in the flight log signal mapping object using the data from an imported flight log. For a list of preconfigured signals and plots, see Predefined Signals and Predefined Plots.

show(mapper,data,timeStart) plots all data starting at the given start time.

show(mapper,data,timeStart,timeEnd) plots all data within the interval [timeStart timeEnd] inclusive.

show(___,PlotsToShow=plotNames) plots data using any of the previous syntaxes with plot names specified as a string array. These plot names are listed in mapper.AvailablePlots

plotStruct = show(___) returns the plots as a structure of plot names and figure handles.

Input Arguments

collapse all

Flight log signal mapping object, specified as a flightLogSignalMapping object.

Data from flight log, specified as a table, ulogreader object, or other custom option. The data is fed directly into the plot functions specified when you call updatePlot.

Initial time stamp for signal to extract, specified as a duration object.

Final time stamp for signal to extract, specified as a duration object.

Output Arguments

collapse all

Figured of individual plots, returned as a structure of plot names and associated figure handles.

More About

collapse all

Version History

Introduced in R2020b