display different colors in command window, using command "disp" or similar
古いコメントを表示
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 件)
Chunguang LI
2021 年 4 月 20 日
4 投票
fprintf(2,'only red\n'); %2 for standard error.
Evgeny Pr
2013 年 1 月 25 日
1 投票
This is an undocumented feature!
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!