Create a line plot. Display tick marks along the x-axis at the values 0, 5, and 10. Then specify a label for each tick mark. x = linspace(0,10); y = x.
確定! 回上一頁