Borrar filtros
Borrar filtros

Using MATLAB to obtain information from Chemicalize.com

1 visualización (últimos 30 días)
Camila Carvalho
Camila Carvalho el 21 de Jul. de 2020
Comentada: Walter Roberson el 22 de Jul. de 2020
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 comentarios
Camila Carvalho
Camila Carvalho el 22 de Jul. de 2020
How can I see if the company provides API?
Walter Roberson
Walter Roberson el 22 de Jul. de 2020
Do you have write permissions for the directory you are cd'd to?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by