Can I disable the colored border around code in the Live Editor?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I like to use screenshots of code snippets in reports. The MATLAB Live Editor places a colored background and a border around blocks of code. Is there a way to disable this? I'll take anything - community mods, new versions of MATLAB.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/940589/image.jpeg)
1 件のコメント
Jacky Tsai
2022 年 3 月 25 日
Currently there is no option to change the code block border colors and background color. In addition to using plain script as pointed out below, you could also consider exporting the live script into an HTML file (toolstrip: Export => Export to HTML) and tweak the styling there. For example, replace all border colors with something like transparent. This may be useful especially if you have many code blocks throughout the live script.
採用された回答
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!