matlab access variables created by Javascript
显示 更早的评论
I am using active control to embed a webpage with matlab(this webpage is locally saved).
% Open Actxcontrol.
handles.ie = actxcontrol('Shell.Explorer.2',[10 10 321 392 ]);
% Open default map.
path = '...';
file = '...';
Navigate(handles.ie,[path, file]);
but really no idea is there a way to access the varialbes in the javascript of the webpage?
Thanks in advance.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!