Write text below the photo

2 views (last 30 days)
lech king
lech king on 27 Nov 2020
Commented: lech king on 27 Nov 2020
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

Accepted Answer

Ameer Hamza
Ameer Hamza on 27 Nov 2020
Edited: Ameer Hamza on 27 Nov 2020
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.

More Answers (0)

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!