Feeds
已回答
Plotting with full range in the axes
clf x=[0:3.5]; y=exp(x); plot(x,y,'ro') hold on y=log(x); plot(x,y,'b+') legend('exp(x)','log(x)') xlabel('x') ylabel('...
Plotting with full range in the axes
clf x=[0:3.5]; y=exp(x); plot(x,y,'ro') hold on y=log(x); plot(x,y,'b+') legend('exp(x)','log(x)') xlabel('x') ylabel('...
4 years 前 | 0
