different colours in title MATLAB 2020B

9 ビュー (過去 30 日間)
Zayd Islam
Zayd Islam 2021 年 3 月 16 日
コメント済み: Zayd Islam 2021 年 3 月 16 日
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

採用された回答

David K.
David K. 2021 年 3 月 16 日
The Add Title page has the answer to this.
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.
  1 件のコメント
Zayd Islam
Zayd Islam 2021 年 3 月 16 日
David you are a lifesaver aplogies for the pictures and not the code this was my first time asking a question

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTitle についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by