logged out after a few minutes
2 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
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
0 Comments
See Also
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!