How can I automatically put the password of my account when using a python engine?

4 views (last 30 days)
I am using the python engine to run a matlab code, but everytime I run the program it asks for my account password. Is there a way to avoid this, maybe by sending the password directly when the engine object is created?

Answers (1)

Bo Li
Bo Li on 2 Mar 2017
What password are you referring to in your question? Is it password used to launch MATLAB? In that case, do you need to type the password each time MATLAB is launched?
  2 Comments
Diego Coronado
Diego Coronado on 2 Mar 2017
Yes, it is the password to launch MATLAB and yes I have to type the password each time Matlab is launched from the python code.
Bo Li
Bo Li on 2 Mar 2017
Do you need to type the password each time MATLAB is launched by double clicking on the icon?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!