how to read data form website url

조회 수: 28 (최근 30일)
Pramod Ladva
Pramod Ladva 2018년 5월 10일
답변: Luis J Gilarranz 2019년 3월 2일
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
Rik
Rik 2018년 5월 10일
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 2018년 5월 10일
편집: per isakson 2018년 5월 10일
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."/>
...

댓글을 달려면 로그인하십시오.

답변 (1개)

Luis J Gilarranz
Luis J Gilarranz 2019년 3월 2일

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by