I have, what I think might be a 'simple' problem. I know how to change the color of a MATLAB title. What I do not know, is how to use two different colors, at two different parts of the title.
For example, lets say the title of a figure said "Hello World". Then, I want the "Hello" to be in black, while the "World" to be in blue.
How to do this? Thank you.
You can use TeX markup to do that. Here's an example:
title(['Hello {\color{blue}World}']);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With