How to open .SRT files?
Mostrar comentarios más antiguos
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 comentarios
Rik
el 5 de Dic. de 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
el 5 de Dic. de 2020
Rik
el 5 de Dic. de 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
el 5 de Dic. de 2020
Respuestas (1)
Cris LaPierre
el 5 de Dic. de 2020
5 comentarios
Ivan Mich
el 5 de Dic. de 2020
Cris LaPierre
el 5 de Dic. de 2020
Share your file. Attach it using the paperclip icon.
Cris LaPierre
el 5 de Dic. de 2020
Editada: Cris LaPierre
el 5 de Dic. de 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
el 6 de Dic. de 2020
Cris LaPierre
el 6 de Dic. de 2020
Attach the file or we can't do much more to help you.
Categorías
Más información sobre Text Data Preparation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!