how to shift the plotting graph?
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    

if i increase the x-axis, the graph will be different. 
0 commentaires
Réponses (1)
  Fabio Freschi
      
 le 10 Août 2021
        Not sure if it is what you want, but you can change the x-axis limits in this way:
set(gca,'xLim',[5 20])
to show the portion of the plot from x = 5 to x = 20
0 commentaires
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!

