Access details of dynamically-created web content in Matlab's browser
Mostrar comentarios más antiguos
Is there any way to access the properties of dynamically-created objects (specifically, an SVG canvas created via a D3.js script) that are rendered on load in the Matlab browser? Perhaps some way to diving into the web browser handle returned by web?
I currently deal with this by passing the .html file in question through phantomJS (wait for render to finish and extract the svg element to a file), but I'm hoping to find a solution that doesn't require end users to install phantomJS themselves.
Respuestas (1)
Kelly Kearney
el 5 de Dic. de 2016
Categorías
Más información sobre Web Services 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!