how to read data form website url
22 ビュー (過去 30 日間)
古いコメントを表示
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
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
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
2019 年 3 月 2 日
The same problem has been reported (and solved) a few times before:
Cheers!
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!