How to get rid of green marker/arrow?

조회 수: 147 (최근 30일)
Jakub Szekely
Jakub Szekely 2021년 11월 13일
편집: Rik 2022년 3월 2일
Hi,
I am quite new to matlab so I don't know about all this quirks and futures. But what sometimes really bothers me that while trying to do quickly something quickly on touchpad I add something to do code, like a marker, that I don't wanted to add and I cannot reverse before it was added... So I have to try clicking all over the place to get rid of it.
Well this one I cannot figure out how to get rid of (viz. attachment).
Any help on how to remove it would be much appreciated. It's very distracting.
Thank you

채택된 답변

Rik
Rik 2021년 11월 13일
편집: Rik 2022년 3월 2일
This looks like the pointer that indicates where your code execution has paused so you can step through the code. If so, you should see the stop button in the lint.
Edit: using the dbquit function will also stop the execution when paused in the debugger. Normally the command window will display 'K>>' instead of the usual '>>' (unless you changed these defaults).
  댓글 수: 3
Finn Hutchings
Finn Hutchings 2022년 3월 2일
what is the lint?
Finn Hutchings
Finn Hutchings 2022년 3월 2일
all good i found it

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by