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에 대해 자세히 알아보기

태그

질문:

2012년 12월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by