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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Axis Labels에 대해 자세히 알아보기

제품

릴리스

R2020b

태그

질문:

2020년 11월 27일

댓글:

2020년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by