필터 지우기
필터 지우기

Using MATLAB to obtain information from Chemicalize.com

조회 수: 1 (최근 30일)
Camila Carvalho
Camila Carvalho 2020년 7월 21일
댓글: Walter Roberson 2020년 7월 22일
Hello,
I want to obtain chemical properties from certain subtances from the website chemicalize.com. However, to access my account, I have to put login and password information. How can I automate this process using MATLAB?
For the login information, I used this code, but it keeps giving me the error
"Error using matlab.internal.webservices.HTTPConnector/copyContentToByteArray (line 396)
The server returned the status 419 with message "unknown status" in response to the request to URL
https://pass.chemaxon.com/login.
Error in readContentFromWebService (line 46)
byteArray = copyContentToByteArray(connection);
Error in webwrite (line 139)
[varargout{1:nargout}] = readContentFromWebService(connection, options);
Error in smilestocheminfo (line 4)
z = webwrite(url, options);"
Code:
url = 'https://pass.chemaxon.com/login';
options = weboptions('Username','username','Password','mypassword');
z = webwrite(url, options);
Please help!
  댓글 수: 6
Camila Carvalho
Camila Carvalho 2020년 7월 22일
How can I see if the company provides API?
Walter Roberson
Walter Roberson 2020년 7월 22일
Do you have write permissions for the directory you are cd'd to?

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by