How to draw an analysis graph using PSNR and embedding capacity value?

1 回表示 (過去 30 日間)
Kumar Thapa
Kumar Thapa 2022 年 7 月 4 日
回答済み: Beeta Edwin 2022 年 7 月 19 日
I have an average PSNR value of 54.56 dB and total embedding capacity of 405,111 bits. I wanted to plot an anlysis graph using these values. I want to plot the graph like this.
In this graph, there are 4 methods, so it has 4 lines. In my case I want to draw only one line graph which represent the mentioned data.
According to my data value,
capacity = 405111;
thePsnr = 54.56;
plot(capacity,thePsnr,'bo-');
from the above code, it is obivous that I got this graph. But how to get the graph as mentioned above? It would be a great help if you could provide related source.

回答 (1 件)

Beeta Edwin
Beeta Edwin 2022 年 7 月 19 日
how to simulate a 3D reservoir model

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by