Is the LiveScript Editor Connected to the Base Workspace?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a live script that does a bunch of stuff. After the script runs I have some variable from that script in the base workspace. Usually symfun objects if that makes a difference. I've noticed that if I then operate on that variable in the base workspace at the command prompt, for example something like
>> s(t) = simplify(s(t))
that the Live editor Stop button turns red while this command is executing.
Is that expected behavior and what does that mean?
0 Commenti
Risposte (1)
Sean de Wolski
il 17 Nov 2021
The red pause button is any execution, not just execution from the live editor.
Vedere anche
Categorie
Scopri di più su Whos 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!