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년 초과 전 | 0
