Workspace empty after running script
Mostrar comentarios más antiguos
I teach a class with 30 students using MATLAB Online on identical computers all using Chrome, but I have one student whose workspace is always empty after running a script even though the script runs without errors and produces the correct output files. How is this scenario possible.? She has repeatedly closed and reopened MATLAB Online and it happens every week.
2 comentarios
Walter Roberson
el 28 de Sept. de 2022
Is it specific to that script or is it all scripts? If she puts a breakpoint at the last line is the workspace already empty and does it disappear immediately upon execution of the last line, or upon return from the script?
Is the content available by whos()? Is it just the variable browser that is affected?
Is there something odd about their username or the name of their directory, such as having an accented character or space in the folder name?
Kevin Terry
el 28 de Sept. de 2022
Movida: Walter Roberson
el 28 de Sept. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!