Write text below the photo

2 次查看(过去 30 天)
Hello
Is it possible when we display a photo, in addition to the title at the bottom of the photo, to write content ??
For example, at the bottom of these photos I want to write the PSNR value
Thank you for your help

采纳的回答

Ameer Hamza
Ameer Hamza 2020-11-27
编辑:Ameer Hamza 2020-11-27
You can use xlabel to write something below the axes.
xlabel('PSNR')
Otherwise, you can also use text(), but this option is a bit more complicated.

更多回答(0 个)

类别

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

标签

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by