Different color for different parts of MATLAB title -


i have, think might 'simple' problem. know how change color of matlab title. not know, how use 2 different colors, @ 2 different parts of title.

for example, lets title of figure said "hello world". then, want "hello" in black, while "world" in blue.

how this? thank you.

you can use tex markup that. here's example:

title(['hello {\color{blue}world}']); 

Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -