Usually when you print a string in MATLAB:
disp(\'this will print black letters\')
Can it be printed in color instead?
In MATLAB Central-File, I find this function: cprintf
I hope this solve your question.