How can I read an HTML file into MATLAB and discard the HTML tags?
Mostrar comentarios más antiguos
I have an HTML file that I would like to read into MATLAB. However, I would like to discard the HTML tags and keep only the text from the file.
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 17 de Oct. de 2017
Editada: MathWorks Support Team
el 19 de Mayo de 2023
0 votos
R2017b introduced this capability with the Text Analytics Toolbox.
1 comentario
Walter Roberson
el 22 de Oct. de 2017
That toolbox is new as of R2017b, and it also requires the Statistics and Machine Learning toolbox. If you already have the toolbox for other reasons then certainly use it, but if not then regexp() does fine.
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!