Feeds
답변 있음
How can I add month labels to the x-axis of my plot?
For labelling the ticks as months, I came up with: set(gca, 'xtick', 1:13); set(gca,'xticklabel', {[ blanks(25) 'Jan'], [ ...
How can I add month labels to the x-axis of my plot?
For labelling the ticks as months, I came up with: set(gca, 'xtick', 1:13); set(gca,'xticklabel', {[ blanks(25) 'Jan'], [ ...
대략 13년 전 | 0


