Can I import Standard Data Format (SDF) files into MATLAB?

56 vues (au cours des 30 derniers jours)
Standard Data Format (SDF) files are formatted ASCII text files in which fields are delimited with a particular character (e.g., a space) and each record ends with a carriage return and/or line feed. I would like a built-in function that will easily import an SDF file into MATLAB just as CSVREAD reads a Comma-Separated Value (CSV) file into MATLAB.

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 21 Oct 2021
Modifié(e) : MathWorks Support Team le 21 Oct 2021
A single built-in function that is dedicated to the import of Standard Data Format (SDF) files is not available in core MATLAB.
To work around this issue, you can develop a function in MATLAB that will appropriately parse an SDF file. In particular, you can utilize the TEXTREAD or TEXTSCAN functions to read the formatted ASCII text file. For more information, please refer to the section of the MATLAB documentation entitled "Importing Text Data", in addition to the File I/O Guide:
MATLAB Central also has the ' 
 ' to enable reading of HP/Agilent/Keysight Standard Data Format (SDF) files within MATLAB.

Plus de réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by