Colored values for cellular automatons

3 次查看(过去 30 天)
I am looking for a way to display the elements of my matrix as red and blue depending on if they are a 1 or 0. I'm fairly new to Matlab so I'm not sure if there is a way to color the actual matrix output in the command window or if I would have to use something like a colormap?
  2 个评论
Nora Khaled
Nora Khaled 2021-2-12
you mean print the matrix values with colored text?
Samuel Brewton
Samuel Brewton 2021-2-12
Yes. I've found a way to print a colored map but I was looking to also display colored text in the command window. (For collaboration reasons I cannot use cprintf)

请先登录,再进行评论。

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2021-2-13
pcolor or imagese
pcolor(mat_data);
colorbar
Set the colorbar properties as per your requirements

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by