How to get the source code from a website into matlab?

Hi,
I want to get the source code from a website, for example google.com. webread doesn't work for me, because Matlab is blocked by Windows Firewall, and I am not able to make an exception for that.
So therefore I tried via actxserver, especially:
h = actxserver('internetexplorer.application');
h.Navigate('https://www.google.com')
But how can a retrieve the source code? Thanks in advance

답변 (0개)

카테고리

도움말 센터File Exchange에서 Write COM Applications to Work with MATLAB에 대해 자세히 알아보기

제품

릴리스

R2015b

질문:

2019년 5월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by