Workspace empty after running script
51 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kevin Terry
el 28 de Sept. de 2022
Comentada: Jonathan
el 20 de Feb. de 2023
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?
Respuesta aceptada
Vignesh Murugavel
el 3 de Oct. de 2022
It is my understanding that your student is using MATLAB Online on a chrome browser and while running scripts, the Workspace remains empty.
You can try different troubleshooting steps:
- Clear the browser cache and then reload MATLAB Online.
- Try another browser to check if the Workspace stays empty there as well.
1 comentario
Jonathan
el 20 de Feb. de 2023
Thank you so much. I was able to resolve the issue by clearing the browser cache.
Más respuestas (0)
Ver también
Categorías
Más información sobre Platform and License 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!