How to show all martix entries and color some chosen values
2 ビュー (過去 30 日間)
古いコメントを表示
Dear all, I have a matrix with some suspicious entries (say huge numbers). I would like to show each value of an entry and color these suspicious numbers. The main idea is too see all matrix elements (real numbers), for example; [1 1 1;2 2 {100}(in red)]. Thanks!
0 件のコメント
採用された回答
Angus
2013 年 6 月 17 日
You can use the built-in fprintf to display red text output in the command window
fprintf(2,'hi there\n')
It is not very versatile though, I think your suspicious numbers would have to be a separate output that the rest of the matrix so it wont be a standard matrix display.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!