Matlab set the scale of figure

1. set(gca,'xtick',0:100:2500)        

             Function: Set the X axis coordinate range from 0 to 2500, the display interval is 100;        

2.set(gca,'ytick',0:100:2500)

              Function: Set the X axis coordinate range from 0 to 2500, the display interval is 100;  

Guess you like

Origin www.cnblogs.com/yibeimingyue/p/12689004.html