Can I import Standard Data Format (SDF) files into MATLAB?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 27 Jun. 2009
Bearbeitet: MathWorks Support Team
am 21 Okt. 2021
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.
Akzeptierte Antwort
MathWorks Support Team
am 21 Okt. 2021
Bearbeitet: MathWorks Support Team
am 21 Okt. 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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!