problem when copying a plot line to another
이전 댓글 표시
I am new to Matlab.
Can anyone help me with the problem when I copy the graph line of the BPSK to the plot of the BFSK, the pasted BPSK has wrong x-axis values. The red lline must cross the x-axis at 9.6.
thanks in advance for any help!

댓글 수: 6
Osama Al-Shalali
2020년 2월 13일
Geoff Hayes
2020년 2월 13일
Osamam - could you show us the code that you are using to copy the plot from one figure to the other?
Osama Al-Shalali
2020년 2월 14일
Walter Roberson
2020년 2월 14일
You are using a log y plot. It cannot cross the x axes, because crossing the x axes would be y=0 which would be infinitely far down because of the log scale.
I think he meant literally 'crossing' as in 'visually touching' the x-axis at 9.6, not to cross y=0
In my opinion, this is an issue on setting the minimum value for the y-axis (ymin). The values plotted in red line and blue stars look the same for me.
Osama Al-Shalali
2020년 2월 14일
편집: Osama Al-Shalali
2020년 2월 14일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 BFSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

