Putting information on a imshow graph
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Joseph Cheng
2017 年 3 月 31 日
there is a function called title()
x=rand(100,100);imshow(x),title('text')
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!