Add a title and axis labels to the graph using the title , xlabel , and ylabel functions. figure plot(x,y,'Color',[0,0.7,0.9]) title('2-D Line Plot') ...
確定! 回上一頁