Command windows doesn't respond after entering a code.

Hi all,
This is probably a really basic mistake, but i couldn't find the solution on google.
I've encountered a problem in my command window.
after entering this:
>> A=[11 2 5 7 4 2 9];
>> groter=A>5
A really simple exercise in order to check which number in A is greater than 5, I got this in my history:
%-- 15/05/14 14:10 --%
Now the 2 arrows (>>) disappeared in the command window and it doen't respond to anything i type. I tried end like suggested a lot in loops, but I don't think this is a loop.
How can I solve this annoying thing?
Gr

 채택된 답변

per isakson
per isakson 2014년 5월 15일
편집: per isakson 2014년 5월 15일
What exactly did you enter?
.
I copy&paste
A=[11 2 5 7 4 2 9]; >> groter=A>5
including the characters, >>, to the command window and hit [Enter]. Matlab R2013a responded as you describe; the prompt ">>" did not appear. Cntr+C made Matlab return to its normal state.
I repeated this a few times.
.
Proposal: Restart Matlab and enter
A=[11 2 5 7 4 2 9]; % and press |Enter|
groter=A>5 % and press |Enter|
that should perform as expected
.
Conclusion: It seems as if the characters, ">>", in certain combinations confuses Matlab.

추가 답변 (1개)

Bertrand Egsbaek
Bertrand Egsbaek 2016년 4월 14일

0 개 추천

Hello, I have launched Matlab for the first time on my machine and I don't see the double arrows ">>" at all. Hence Matlab does not return anything. I have closed Matlab and relaunched it and it does not help. Do I need to parametrize anything? (I did not find any help on google or elsewhere).

댓글 수: 1

Please contact Mathworks Support for free installation assistance.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Help and Support에 대해 자세히 알아보기

질문:

2014년 5월 15일

댓글:

2016년 4월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by