change axis of a plot
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
does anyone know how to do broken axis* ( 0--//---- ) and also how to obligate matlab automatically to write final x value and final y value in the plots i obtain?
*this plot is simply obtained with xy data obtained in laboratory.
thank you very much
0 commentaires
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 17 Nov 2012
Modifié(e) : Azzi Abdelmalek
le 17 Nov 2012
set(gca,'xtick',linspace(min(x),max(x),7),'ytick',linspace(min(y),max(y),7))
what do you mean by : how to do broken axis
6 commentaires
Azzi Abdelmalek
le 17 Nov 2012
Modifié(e) : Azzi Abdelmalek
le 23 Nov 2012
You can add two line manually with figure editor
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!