Is it possible to automate my login to my Mathworks account using MATLAB?
조회 수: 6 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!