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

9 Ansichten (letzte 30 Tage)
rafael1506
rafael1506 am 15 Mai 2019
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

Antworten (0)

Kategorien

Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by