How do I import a Variable I can see in the Chrome Developer Tool (Google Chrome) into Matlab Workspace?

2 次查看(过去 30 天)
I want to import variables continuously (probably created by JavaScript) from a very rapid changing website. The variables I can see in the Console of Chrome Developer Tool, I want to use for analysis in Matlab.
Would appreciate if anyone could help, Leon

采纳的回答

Guillaume
Guillaume 2016-10-8
Out of the box, this is not possible in matlab. Matlab does not have any function to parse dynamic webpages (only static ones).
You would have to implement your own javascript engine in matlab/mex/whatever or interface with one in order to do what you want. Either way, this is something that would require a lot of work, I'm afraid.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Google 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by