How can i print the value in gui of PSNR ?
2 ビュー (過去 30 日間)
古いコメントを表示
I have a project on digital image watermarking based on DCT algorithm. For the Image quality i check the PSNR of image and I want to print the value of PSNR in gui.
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 4 月 20 日
If it is to go into a graph then use text()
Otherwise use a uicontrol of style 'text', and set() the String property to the text you want to display.
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!