필터 지우기
필터 지우기

How to show all martix entries and color some chosen values

조회 수: 1 (최근 30일)
Anastasiya
Anastasiya 2013년 6월 17일
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!

채택된 답변

Angus
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개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by