Borrar filtros
Borrar filtros

how to read data form website url

29 visualizaciones (últimos 30 días)
Pramod Ladva
Pramod Ladva el 10 de Mayo de 2018
Respondida: Luis J Gilarranz el 2 de Mzo. de 2019
i tried using webread,but am getting below error Could not establish a secure connection to "www.mathworks.com". The reason is "error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed". Check your certificate file (C:\Program Files\MATLAB\R2016b\sys\certificates\ca\rootcerts.pem) for expired, missing or invalid certificates.
  2 comentarios
Rik
Rik el 10 de Mayo de 2018
Did you edit the certificates in some way?
In the mean time you could try to connect with http instead of https.
per isakson
per isakson el 10 de Mayo de 2018
Editada: per isakson el 10 de Mayo de 2018
Here (R2016a)
>> webread('https://www.mathworks.com')
returns
ans =
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="MathWorks develops, sells, and supports MATLAB and Simulink products."/>
...

Iniciar sesión para comentar.

Respuestas (1)

Luis J Gilarranz
Luis J Gilarranz el 2 de Mzo. de 2019

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by