px4MATFilestitcher
Combine multiple MAT-files retrieved from SD card into a single MAT-file
Since R2020b
Add-On Required: This feature requires the UAV Toolbox Support Package for PX4 Autopilots add-on.
Description
px4MATFilestitcher()
combines all MAT-files, starting with the same
file name in the current folder in MATLAB®, into a single MAT-file. The function identifies the first part of the file
name that is common for a specific run, and then combine those files in the order determined
by the numeric characters present at the end of their file names.
px4MATFilestitcher(
combines all
MAT-files, starting with the same file name in the folder specified using the full folder
path. The function identifies the first part of the file name that is common for a specific
run, and then combine those files in the order determined by the numeric characters present
at the end of their file names.folderpath
)
Examples
Input Arguments
Version History
Introduced in R2020b