how do I add MATLAB prompt to command window?
Mostrar comentarios más antiguos
The Matlab Prompt (>>) doesn't appear in my command window. How do I add it?
thx in advance
3 comentarios
Star Strider
el 18 de Jul. de 2020
What (if anything) appears instead?
Ozan Mirzanli
el 18 de Jul. de 2020
madhan ravi
el 22 de Jul. de 2020
Are we talking about the normal application in MATLAB or MATLAB Mobile or Online?
Respuesta aceptada
Más respuestas (2)
Sai Sathvika Daravath
el 23 de Jun. de 2021
0 votos
license
1 comentario
Walter Roberson
el 23 de Jun. de 2021
No, if there were a problem with license, then the user would have had completely different symptoms.
Walter Roberson
el 23 de Jun. de 2021
0 votos
You will not get the >> prompt if MATLAB is busy, or if MATLAB is waiting for you to finish a statement (such as if you are in the middle of a [ or { construction) . You will also not get the prompt if you are waiting at an input() statement.
You could try typing control-C at the command line to see if that gets you out of the mode you are in.
Another possibility is that MATLAB is busy trying to fetch something from disk, such as the list of files in the folders along the MATLAB path. There can be delays if there are disk problems or if you are using a network file system.
Categorías
Más información sobre Startup and Shutdown 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!