Is the LiveScript Editor Connected to the Base Workspace?
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?
Answers (1)
Sean de Wolski
on 17 Nov 2021
0 votes
The red pause button is any execution, not just execution from the live editor.
1 Comment
Paul
on 17 Nov 2021
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!