display different colors in command window, using command "disp" or similar
232 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Ronald Hartwig
2018 年 10 月 27 日
Apparently not. With more current version, simple things like cprintf and fprintf are not valid either.
回答 (2 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!