Is the LiveScript Editor Connected to the Base Workspace?
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Sean de Wolski
on 17 Nov 2021
The red pause button is any execution, not just execution from the live editor.
See Also
Categories
Find more on Whos 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!