how do I add MATLAB prompt to command window?
Ältere Kommentare anzeigen
The Matlab Prompt (>>) doesn't appear in my command window. How do I add it?
thx in advance
3 Kommentare
Star Strider
am 18 Jul. 2020
What (if anything) appears instead?
Ozan Mirzanli
am 18 Jul. 2020
madhan ravi
am 22 Jul. 2020
Are we talking about the normal application in MATLAB or MATLAB Mobile or Online?
Akzeptierte Antwort
Weitere Antworten (2)
Sai Sathvika Daravath
am 23 Jun. 2021
0 Stimmen
license
1 Kommentar
Walter Roberson
am 23 Jun. 2021
No, if there were a problem with license, then the user would have had completely different symptoms.
Walter Roberson
am 23 Jun. 2021
0 Stimmen
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.
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!