HTML Parsert Convert HTML file to a MATLAB structure

7 visualizaciones (últimos 30 días)
Peifu
Peifu el 18 de Ag. de 2014
Respondida: Walter Roberson el 7 de Jun. de 2015
Can MATLAB parse the HTML files into STRUCTURE? only can parse XMLs? How to read HTMLs? HTML Parser that can extracts * links. * paragraphs. * headings. * text of the page.
  2 comentarios
Varoujan
Varoujan el 7 de Jun. de 2015
I would like to know how to do this too ! I have been searching but can't find any method.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Jun. de 2015
Sometimes the best thing to do is use a different language. In particular you can install a utility such as a perl HTML->XML convertor and call upon it using the MATLAB perl() command.

Categorías

Más información sobre Adding custom doc en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by