display different colors in command window, using command "disp" or similar

259 visualizzazioni (ultimi 30 giorni)
I want sections of my display to be in differnt colors. (Matlab 2009)
ex:
disp('Hello matlab Central!')
Is it possible to get that text in example red?
disp('Hello matlab Central','red')
Thanks
  1 Commento
Ronald Hartwig
Ronald Hartwig il 27 Ott 2018
Apparently not. With more current version, simple things like cprintf and fprintf are not valid either.

Accedi per commentare.

Risposte (2)

Chunguang LI
Chunguang LI il 20 Apr 2021
fprintf(2,'only red\n'); %2 for standard error.

Evgeny Pr
Evgeny Pr il 25 Gen 2013
Use cprintf function.
This is an undocumented feature!

Categorie

Scopri di più su Entering Commands in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by