text in editor

1 次查看(过去 30 天)
Meghan Kazanski
Meghan Kazanski 2015-6-18
I am attempting to make specific elements in some matrices stand out in editor for ease of applying modifications to a corresponding surface. Is there some way to make these elements easier to recognize in terms of highlighting, changing their text color, bolding, or something of this sort? I am not looking for a modification of output text.
Thanks!

回答(1 个)

B.k Sumedha
B.k Sumedha 2015-6-18
Select the text which you want to highlight > right click > Insert Text Markup
  1 个评论
Meghan Kazanski
Meghan Kazanski 2015-6-18
I have tried this. For example, I want the 4th element of the 1st row to be easily found in editor by being bolded (or highlighted, font color changed, whatever is possible). Through Insert Text Markup, I am only able to get this in the editor:
Ax=[0 0 0 %% % * 0 *; .42 .46 .67 .92; 1.18 1.17 1.56 1.93; 1.72 2.18 2.60 2.76];
I would really just like that element highlighted or bolded in the editor window, such that this script looks more like this:
Ax=[0 0 0 0; .42 .46 .67 .92; 1.18 1.17 1.56 1.93; 1.72 2.18 2.60 2.76];

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by