Highlight text using shortcuts
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi all,
Does anyone knows a way to rapidly highlight text parts in the matlab editor using colors or bold fond?
Regards, david
댓글 수: 0
답변 (1개)
Aniket
2025년 3월 6일
I am assuming you want to highlight text in editor and not the code. Text can be highlighted in Live Editor (.mlx) files using bold, italics and other formatting options. These can be customised using Preference Panel --> MATLAB --> Editor/Debugger --> Autoformatting. Standard keyboard shortcuts (Ctrl+B, Ctrl+I, etc.) can also be used for the same.
Ctrl+F (Find feature) can be used to search for specific text, and MATLAB will highlight all occurrences of that text.
I hope this answers your query!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!