livescript get stuck randomly
22 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I'm running a livescript for my analysis so I'm juggling back and forth to produce plot and other but from time to time, often after a bug, the script refuses to run neither section nor the full script.
The troubleshoot I've found is to close the livescript and open it again. It continues working even if I don't clean the variables after reopening it.
It's not an awfull problem but it is rather annoying so I was wondering if anyone else had this issue.
7 Commenti
Cris LaPierre
il 1 Nov 2021
When the command window is active, ctrl+C kills whate ever is running in the background. It does not stop execution of live scripts, but sometimes a background process can be runnign that is preventing the script from running.
Did you click in the command window first before using ctrl+C?
If so, this may be another issue. I would suggest contacing support, especially if you can identify a consitant set of steps that reproduce the issue.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!