To remove the default ticket labels:
set(gca, ‘XTickLabel’, [])
edit decimals of ticket labels:
ytickformat(‘%.2f’)
edit names of axes:
ylabel(‘y name’)
xlabel(‘x name’)
To remove the default ticket labels:
set(gca, ‘XTickLabel’, [])
edit decimals of ticket labels:
ytickformat(‘%.2f’)
edit names of axes:
ylabel(‘y name’)
xlabel(‘x name’)