How to open .SRT files?
古いコメントを表示
Hello,
I have a question. How to open .SRT data file. ? I have columns and rows in this file.
I tried fopen or readtable but it is no use.
Could you help me?
4 件のコメント
Rik
2020 年 12 月 5 日
I only know srt as a subtitle format, which I a plain text format. Do you have a description of the format?
Ivan Mich
2020 年 12 月 5 日
Rik
2020 年 12 月 5 日
You will have to post an example if you want help. What have you tried so far yourself? You can start by reading the file to a Matlab variable as text. What would be your next step?
Ivan Mich
2020 年 12 月 5 日
回答 (1 件)
Cris LaPierre
2020 年 12 月 5 日
5 件のコメント
Ivan Mich
2020 年 12 月 5 日
Cris LaPierre
2020 年 12 月 5 日
Share your file. Attach it using the paperclip icon.
Cris LaPierre
2020 年 12 月 5 日
編集済み: Cris LaPierre
2020 年 12 月 5 日
I created an SRT file using the snippet you shared above. I saw the same error message, but it tells you what to do in order to use readtable on an unrecognized file type. Doing so loads my sample file as expected.
SRT = readtable("test.SRT","FileType","text")

Ivan Mich
2020 年 12 月 6 日
Cris LaPierre
2020 年 12 月 6 日
Attach the file or we can't do much more to help you.
カテゴリ
ヘルプ センター および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!