You could try to manually set the tick labels yourself using sprintf: yt = get(gca, 'YTick'); set(gca, 'YTickLabel', sprintf('%.4f|', yt)) Try adding this ...
確定! 回上一頁