Is the LiveScript Editor Connected to the Base Workspace?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sean de Wolski
el 17 de Nov. de 2021
The red pause button is any execution, not just execution from the live editor.
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!