How to get rid of green marker/arrow?
141 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!