webread can't read the table of a website
Mostrar comentarios más antiguos
Hi, I want to read the table in the left of this website:
I'm using
a=webread("https://booleangenenetworks.math.iastate.edu/")
but the table is hiden inside the source code (line 153) so I can't get the content of the table.
"<table id="rowSelectTable0" onmousedown="toggleSelecting(true)" onmouseup="toggleSelecting(false)"></table>"
How should I get the table?
Thanks!
Respuesta aceptada
Más respuestas (1)
Steven Lord
el 19 de Dic. de 2025
0 votos
Are you trying to read in the data sets? If so I'd look at the "Download Dataset" link in the upper-right corner. Once you have that ZIP file the unzip command will let you access the files archived inside it.
Alternately, you may want to contact the authors and/or maintainers and ask them to help you access that information, if it's not in the ZIP file.
Categorías
Más información sobre JSON Format 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!