필터 지우기
필터 지우기

Command line beginners help

조회 수: 6 (최근 30일)
1582251394
1582251394 2016년 10월 5일
답변: Walter Roberson 2016년 10월 5일
I'm really new to MATLAB and I keep running into the same problem. In the command line I'll be doing operations and ill lose the ">>" causing me to just type and not actually perform anything. How do I get back to the actual operation part of the command line, meaning how to I get ">>" to show up again?
  댓글 수: 1
James Tursa
James Tursa 2016년 10월 5일
What did you do to make the >> disappear? fprintf(etc) to the screen without a \n at the end? Or ...?

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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 10월 5일
That can happen if you are accidentally still in the middle of a control structure such as if, or you are accidentally still in the middle of building an array using [ or { . In those cases, underneath the command entry area the status will change to "Continue entering statement"
If you are stuck entering a statement and you want to abandon it, press control-C

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by