different colours in title MATLAB 2020B
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zayd Islam
am 16 Mär. 2021
Kommentiert: Zayd Islam
am 16 Mär. 2021
how can i get the colours in my title to be those stated colours so the text 'Green/Healthy' in the actual colour green.
Thank You
0 Kommentare
Akzeptierte Antwort
David K.
am 16 Mär. 2021
strcat(['\color{green}Green/Healthy= ',num2str(Healthy),',\color{orange}/Infected= ',...
num2str(Infected),', \color{red}Red/Sick= ',num2str(Sick),', \color{blue}Blue/Recovered= ',...
num2str(Recovered)])
Please use the code entering functionality. The image makes it a lot harder for us than it needs to be.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Title finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!