discontinuous x axis plot

39 visualizaciones (últimos 30 días)
mor levi
mor levi el 5 de Oct. de 2020
Comentada: Adam Danz el 5 de Oct. de 2020
how do I cut the part between 50 to 80? is there a short way to do so? I need it to be one graph with // in the dead range
  1 comentario
Adam Danz
Adam Danz el 5 de Oct. de 2020
This topic has come up lots of times in the forum. Search for it on the forum and in File Exchange (see Jon's answer below) to get some suggestions. Common approaches are
  • Alter the x-data so that there's less distance between clusters of data and then change the XTickLabels to reflect the true x-values within each cluster of data.
  • Create two horizontally contiguous axes that allows your to maintain the real x-values and doesn't require you to mess around with the XTickLabels.
  • Under some circumstances, setting the XScale to log may be sufficient.

Iniciar sesión para comentar.

Respuestas (1)

Jon
Jon el 5 de Oct. de 2020
I don't think there is a MATLAB command for this but there are many file exchange submissions that should help you

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by