John Valla
Followers: 0 Following: 0
Feeds
提问
Plot shows in legend but not in graph?
subplot(2,2,1); plot(x1,y1,'bs') hold on p1 = polyfit(x1,y1,35); f1 = polyval(p1,x1); plot(x1,f1,'--r') hold off legend ...
4 years 前 | 1 个回答 | 0
Followers: 0 Following: 0
提问
4 years 前 | 1 个回答 | 0