Import Tool
R2026bDescription
The Import Tool is an interactive tool to preview, select, and import data from saved files. Communications Toolbox™ adds capabilities to the Import Tool for loading data from TDMS files.
Using this tool, you can:
Preview data from TDMS file before you import it.
Select channels or channel groups to import.
Explore the TDMS file structure in a hierarchy view.
Generate reusable MATLAB® code that imports data from similar files.
For information about other capabilities of the Import Tool, see Import Tool.
Open the Import Tool
MATLAB Toolstrip: On the Home tab, in the Variable section, click Import Data.
MATLAB command prompt: Enter
uiimportoruiimport(filename), wherefilenameis a string scalar or character vector specifying the name of a TDMS file.
Examples
Programmatic Use
Tips
To reduce memory use, select required channels using the Select data to import section before you click Import.
Version History
Introduced in R2026b


