producing colored letters in an if statement

1 次查看(过去 30 天)
Is there any way to display the warning ‘Do that’ in the below if statement in red colour so that it can stand out?
If
'Do that'
end
thanks
  1 个评论
Jan
Jan 2012-7-30
Do you mean inside the source code, when it is displayed in the editor? Or when printed to paper? Or displayed as strings in the command window? Or in a editable text field in a GUI?

请先登录,再进行评论。

采纳的回答

Daniel Shub
Daniel Shub 2012-7-30
编辑:Daniel Shub 2012-7-30
You can do this with Yair's FEX:cprintf. Once you download and install the tool, you can do
cprintf('red', 'Do That');
  3 个评论
Daniel Shub
Daniel Shub 2012-7-30
编辑:Daniel Shub 2012-7-30
@Walter, thank you
@Salva sorry about that, I got the syntax wrong. I edited the answer to the correct way.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by