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 years 前 | 1 个回答 | 0
