figure set(gcf,'color','w'); plot(x,y1); grid on xlabel('x軸'); ylabel('y軸'); title('標題'); x_tick = [1:2:10]; set(gca,'xtick',x_tick); ...
確定! 回上一頁