display different colors in command window, using command "disp" or similar
Ältere Kommentare anzeigen
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 Kommentar
Ronald Hartwig
am 27 Okt. 2018
Apparently not. With more current version, simple things like cprintf and fprintf are not valid either.
Antworten (2)
Chunguang LI
am 20 Apr. 2021
4 Stimmen
fprintf(2,'only red\n'); %2 for standard error.
Evgeny Pr
am 25 Jan. 2013
1 Stimme
This is an undocumented feature!
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!