Tuesday, 15 February 2011

Define Matlab Scatter Plot scale -



Define Matlab Scatter Plot scale -

i have next scatter graph:

as can see figure, i've defined graph each size of grid 5. guess grid follows interval of axis haven't quite figured out how alter (for illustration size 1), help appreciated!

the grid spacing determined tick marks on axes. set properties 'xtick' , 'ytick' of axes command spacing of grid, follows:

set(gca, 'xtick', [50:75]) set(gca, 'ytick', [52:2:75])

matlab scale axis scatter

No comments:

Post a Comment