Putting information on a imshow graph

조회 수: 1 (최근 30일)
Brett Tierney
Brett Tierney 2017년 3월 31일
답변: Joseph Cheng 2017년 3월 31일
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

답변 (1개)

Joseph Cheng
Joseph Cheng 2017년 3월 31일
there is a function called title()
x=rand(100,100);imshow(x),title('text')

카테고리

Help CenterFile Exchange에서 Conway's Game of Life에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by