thanks I will try the method but the whole point is to convert multiple .cti files to .txt files as opening a single file can be done easily in notepad
How can I convert multiple .cti files to .txt files
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
demos serghiou
am 4 Aug. 2021
Kommentiert: Walter Roberson
am 7 Aug. 2021
Hi,
I have a large number of .cti files and I would like to convert all of them at the same time to .txt.
Thanks
Akzeptierte Antwort
Walter Roberson
am 4 Aug. 2021
See https://www.mathworks.com/matlabcentral/answers/161468-reading-undelimited-comma-numbers#answer_157856 for some code that converts at least one kind of .cti file.
See http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F for information on processing multiple files
6 Kommentare
Walter Roberson
am 7 Aug. 2021
MATLAB can read text files with .cti file extension, as text files (it has no special knowledge of their content.) For some of the tools you might need to tell MATLAB that the file is text. For example,
S = readlines('woofer8319_20210522.cti');
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!