adding color in command-window output...

I use fprintf to report results in the command window. I know I can report errors or warnings, and they display in red or whatever.
I'd like a general tag for fprintf to select colorized text output. I haven't seen any option in the documentaion; is it possible?
Any help would be appreciated.

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 7 Sep. 2011

13 Stimmen

Built-in, the only way I know of is to make it red:
fprintf(2,'\nHello world\n')
use 2 as the fid.
However, Yair's cprintf claims to be able to do it.

1 Kommentar

Minh Vu
Minh Vu am 30 Mai 2023
After using this command, how can I reverse back to the original setting?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

Kip
am 7 Sep. 2011

Kommentiert:

am 30 Mai 2023

Community Treasure Hunt

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

Start Hunting!

Translated by