problem when copying a plot line to another
Show older comments
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 Comments
Osama Al-Shalali
on 13 Feb 2020
Geoff Hayes
on 13 Feb 2020
Osamam - could you show us the code that you are using to copy the plot from one figure to the other?
Osama Al-Shalali
on 14 Feb 2020
Walter Roberson
on 14 Feb 2020
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
on 14 Feb 2020
Edited: Osama Al-Shalali
on 14 Feb 2020
Answers (0)
Categories
Find more on BFSK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
