problem when copying a plot line to another
Mostrar comentarios más antiguos
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 comentarios
Osama Al-Shalali
el 13 de Feb. de 2020
Geoff Hayes
el 13 de Feb. de 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
el 14 de Feb. de 2020
Walter Roberson
el 14 de Feb. de 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
el 14 de Feb. de 2020
Editada: Osama Al-Shalali
el 14 de Feb. de 2020
Respuestas (0)
Categorías
Más información sobre BFSK en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

