logged out after a few minutes

2 views (last 30 days)
Carlos Faerman
Carlos Faerman on 24 Dec 2019
Answered: Walter Roberson on 24 Dec 2019
I am using the ONLINE version of Matlab:
Can I stay logged until the program finishes? As of now I get logged out after 55 minutes? Any way to set it up so that I can retrieve the results of my run. Thank you

Answers (1)

Walter Roberson
Walter Roberson on 24 Dec 2019
I am using the ONLINE version of Matlab:
Can I stay logged until the program finishes?
No.
Any way to set it up so that I can retrieve the results of my run.
Write your code in a way that saves intermediate results from time to time, and in a way that makes it easy for you to load partial results and continue.
In some cases you might be able to take advantage of a kind of program often called a "mouse jiggler" such ashttps://mouse-jiggler.en.lo4d.com/windows

Categories

Find more on Desktop in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!