How do I get a specific point coordinate reading out of a plot?
The graph is plotted by:
z=1; for m=-10:2.5:30 for n=1:1000 [answer2(n,z),SignalLevel2(n,z)]=detectmodel2(db2amp(m),-5,5); end % of if z=z+1; end % of for
figure plot([-10:2.5:30],sum(answer2)./10,'k-x'); xlabel('Signal Level [dB]'); ylabel('Percent Detected');
Thanks, m

 채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 9월 19일

1 개 추천

In your figure, click menu Tools->Data Cursor, and then click any point on the curve.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2011년 9월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by