MATLAB won't run a code even when in directory containing the code
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Paul Safier
el 27 de Jul. de 2023
Comentada: Raymond Norris
el 31 de Jul. de 2023
I try to run a code initially from my home directory. Matlab states that the code exists in a specific folder and I should navigate to that folder OR add that folder to my path. Neither of these options works.
The permissions of the code in the folder is set to execute. As a test, I can run the code from the Linux prompt and it will execute (but of course fail because it's a Matlab code not a Linux executable). I just do this to prove executable status...
Images show the output. Any idea why Matlab would not run a code that is set to executable?
5 comentarios
Respuesta aceptada
Walter Roberson
el 27 de Jul. de 2023
generateNetbatchProfile is not a Mathworks-supplied function -- at least not that I can find documented or in any toolbox that I have installed. (I can't rule out something undocumented in Parallel Server)
I suspect that it might have been installed by other forces outside of Mathworks.
As such, you might need to
rehash toolboxcache
because MATLAB will normally ignore anything dropped into the toolbox directories that does not go through the regular installers.
4 comentarios
Más respuestas (0)
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!