how to set the negative values on a diagram to zero
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
hello all, 
could you kindly advise me how to set a limit on a diagram.
As you may see on the diagram that i have plotted, the orange graph tends to show negative value.
I wish to set a limit on the y-axis to zero, so that there are no more negative value appearing on the diagram.

0 Commenti
Risposte (1)
  Star Strider
      
      
 il 7 Giu 2020
        One approach: 
figure
plot( ... )
ylim([0, max(ylim)])
if you only want to limit the y-axis range.  
0 Commenti
Vedere anche
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!

