Effacer les filtres
Effacer les filtres

How can I convert multiple .cti files to .txt files

10 vues (au cours des 30 derniers jours)
demos serghiou
demos serghiou le 4 Août 2021
Commenté : Walter Roberson le 7 Août 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
  1 commentaire
demos serghiou
demos serghiou le 5 Août 2021
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

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 4 Août 2021
  6 commentaires
demos serghiou
demos serghiou le 7 Août 2021
Hi my previous comment was wrong. Here you can find the solution:
The answer is opening the cmd promt within the folder and by entering the ren *.* *.txt command
Then importing to matlab is easy
Walter Roberson
Walter Roberson le 7 Août 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');

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by