我试图在WolframAlpha中用PlotRange设置y轴的范围,但它不起作用。
下面是示例,如果我运行(在WolframAlpha中的输入栏中):
Plot[Tan[x], {x, 0, 10}, PlotRange -> Automatic]结果是:
Wolfram\Alpha不理解您的查询
为什么会这样呢?这个对你有用吗?
你知道如何解决它吗,或者最终如何设置y轴的范围?
谢谢
发布于 2020-01-14 10:21:01
Wolfram \Alpha不太使用严格的Mathematica /Wolfram语言语法。
尝尝这个,
plot tan(x), x=-0..10, y=-2..2https://stackoverflow.com/questions/59216297
复制相似问题