Putting information on a imshow graph

1 visualizzazione (ultimi 30 giorni)
Brett Tierney
Brett Tierney il 31 Mar 2017
Risposto: Joseph Cheng il 31 Mar 2017
Hello, I am currently using imshow to display a matrix that continuously updates(for conways game). I am trying to add a tile to the displayed image. Is there a way to do this? If not, is there a function that i can use to display the matrix in a similar way so i can add the information? Thanks

Risposte (1)

Joseph Cheng
Joseph Cheng il 31 Mar 2017
there is a function called title()
x=rand(100,100);imshow(x),title('text')

Categorie

Scopri di più su Conway's Game of Life in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by