Could there arise issues by running the same function in MATLAB pc and online at the same time?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Miquel
el 17 de Nov. de 2019
Comentada: Miquel
el 20 de Nov. de 2019
I have a function which I need to run with several distinct and huge variables. Running it in my pc and in Matlab online at the same time would save me a lot of time. However, I'm slightly afraid that there maight be issues arising which I don't notice if I do that. Is it safe?
My guess is that as long as I don't edit the function everything should be fine, as the workspaces are different. But I want to be sure in order not to screw anything up.
0 comentarios
Respuesta aceptada
Abhisek Pradhan
el 20 de Nov. de 2019
MATLAB Desktop and MATLAB Online will have separate workspace so will not interfere each other. Or even creating two instances of MATLAB on same PC would have separate workspace and would have no issue.
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Distance Learning Community
Ver también
Categorías
Más información sobre Startup and Shutdown 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!