how do I add MATLAB prompt to command window?
이전 댓글 표시
The Matlab Prompt (>>) doesn't appear in my command window. How do I add it?
thx in advance
댓글 수: 3
Star Strider
2020년 7월 18일
What (if anything) appears instead?
Ozan Mirzanli
2020년 7월 18일
madhan ravi
2020년 7월 22일
Are we talking about the normal application in MATLAB or MATLAB Mobile or Online?
채택된 답변
추가 답변 (2개)
Sai Sathvika Daravath
2021년 6월 23일
0 개 추천
license
댓글 수: 1
Walter Roberson
2021년 6월 23일
No, if there were a problem with license, then the user would have had completely different symptoms.
Walter Roberson
2021년 6월 23일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!