Matlab for循環畫圖加legend

x = 1:10; for i = 1:4 y = i*x; h = plot(x,y); hold on end legend(h([1,2,3,4]),'y1','y2','y3','y4')  在 for 循環中根據循環改變 legend,效果圖以下html 轉載於:https://www.cnblogs.com/qinghev/p/9974785.htmlpo
相關文章
相關標籤/搜索