discontinuous x axis plot

39 visualizzazioni (ultimi 30 giorni)
mor levi
mor levi il 5 Ott 2020
Commentato: Adam Danz il 5 Ott 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 Commento
Adam Danz
Adam Danz il 5 Ott 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.

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by