webread could not be determined IP adress

4 views (last 30 days)
Julio Castro
Julio Castro on 13 Dec 2022
Answered: Nikhil on 19 Dec 2022
I'm having since two weeks problems using webread to get data from an URL. I can open the URL using the MATLAB browser, but if I use webread doesn't works and show the code :
Error using webread (line 122)
The IP address of "xxx.xxx.x.xx" could not be determined.
Previously it worked without problems. this happens for any url read.
  4 Comments
Julio Castro
Julio Castro on 14 Dec 2022
Thank you very much !!
it worked using:
options = weboptions( 'CertificateFilename' , '' " );
webread(url, options)
I've tried both https and http, and it worked both ways.

Sign in to comment.

Answers (1)

Nikhil
Nikhil on 19 Dec 2022

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!