Feeds
질문
When I plot a function using the fplot command, for example sin(x), the fplot command keeps on displaying the linear graph y = x. How do I resolve this issue?
In function editor: # function A = practice(x) # A = sin(x); In Command Window: >> fplot('practice',[-10 10])
대략 10년 전 | 답변 수: 1 | 0
