Marking a particular point in existing plotted waveform

Hi, I need to mark a particular point in plotted waveform like if i have already plotted one sine wave, In that for a particular point x=0.05seconds and y=10, i need to plot. pls help me.
Thanks in advance..

 채택된 답변

Jan
Jan 2011년 6월 30일
The question is not getting clear to me. What about this:
hold on;
plot(0.05, 10, 'x')

댓글 수: 1

Hi,
If i take time in x-axis, x=[10 20 30 40 50 60 70 80 90];
and y=[0.001 .05 0.1 .16 .7 .8 .01 .5 .3];
after plotting this, i want to mark a point in y-axis at x=65;
Pls help me.
Thanks in advance

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

태그

Community Treasure Hunt

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

Start Hunting!

Translated by