필터 지우기
필터 지우기

Is it possible to automate my login to my Mathworks account using MATLAB?

조회 수: 9 (최근 30일)
Brad
Brad 2015년 8월 8일
편집: Brad 2015년 11월 23일
In reading several posts, it appears that passing a username and password to a secure WEB site is possible. But it also appears there are multiple approaches that may/may not work. So what I'm attempting to do is come up with a somewhat standard approach to automating the login process to secure WEB sites where the user views a WEB site with fields for a username and password (no popup windows).
I'm starting with Mathworks own login URL:
https://www.mathworks.com/accesslogin/login.do?uri=/accesslogin/myAccount.do
I'm also using MATLAB R2015a, which contains several new functions pertaining to REST Web Service interfaces - which may/may not be applicable to what I'm trying to accomplish.
Is it feasible to automate the login process using only MATLAB functions? If so, how?
If not, is there some industry standard approach to accomplishing this?
Thank you.

답변 (1개)

Abhishek Pandey
Abhishek Pandey 2015년 8월 10일
Hello Brad,
I understand that you want to automate logging in to MathWorks account using MATLAB.
You can do this using the “webread” function. I believe you can put your username and password fields using “weboptions”. The following link contains information that might be useful to you.
I hope this helps!
- Abhishek
  댓글 수: 1
Brad
Brad 2015년 8월 10일
Abhishek, I thought this was the case also. Perhaps I am executing the functions out of order, but when I direct MATLAB to Mathworks own login URL I get tot he login page, but no further.

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

카테고리

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