How to open .SRT files?
Show older comments
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 Comments
Rik
on 5 Dec 2020
I only know srt as a subtitle format, which I a plain text format. Do you have a description of the format?
Ivan Mich
on 5 Dec 2020
Rik
on 5 Dec 2020
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
on 5 Dec 2020
Answers (1)
Cris LaPierre
on 5 Dec 2020
5 Comments
Ivan Mich
on 5 Dec 2020
Cris LaPierre
on 5 Dec 2020
Share your file. Attach it using the paperclip icon.
Cris LaPierre
on 5 Dec 2020
Edited: Cris LaPierre
on 5 Dec 2020
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
on 6 Dec 2020
Cris LaPierre
on 6 Dec 2020
Attach the file or we can't do much more to help you.
Categories
Find more on Text Data Preparation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!