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!

Réponses (1)

B.k Sumedha
B.k Sumedha le 18 Juin 2015

0 votes

Select the text which you want to highlight > right click > Insert Text Markup

1 commentaire

Meghan Kazanski
Meghan Kazanski le 18 Juin 2015
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];

Connectez-vous pour commenter.

Catégories

En savoir plus sur Entering Commands dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by