MATLAB ® labels the tick marks with the numeric values. x = linspace(-5,5); y = x.^2; plot(x,y) yticks([0 2 4 6 8 10 15 25]) ...
確定! 回上一頁