필터 지우기
필터 지우기

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

조회 수: 10 (최근 30일)
demos serghiou
demos serghiou 2021년 8월 4일
댓글: Walter Roberson 2021년 8월 7일
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
demos serghiou
demos serghiou 2021년 8월 5일
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

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2021년 8월 4일
  댓글 수: 6
demos serghiou
demos serghiou 2021년 8월 7일
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 2021년 8월 7일
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');

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by