Feeds
질문
Why do I get a graph that is symmetrical based on x=-2 when I draw a graph of y1=4*log((x+2))?
Here is my code and the graph x=(-10:10); y1=4*log((x+2)); plot(x,y1) hold on plot([-2,2],[0,0],'k-') plot([-10,6],[0,0],'...
5년 초과 전 | 답변 수: 2 | 0