怎么把两张图画在一起?
maple吧
全部回复
仅看楼主
level 1
pandawarrior 楼主
我要用maple画两条曲线,它们有共同的定义域,我想把它们画在一起进行比较,应该用什么指令呢?
2010年05月10日 09点05分 1
level 0
plot([f(x), g(x)], x=0..1)
试试看
2010年05月10日 11点05分 2
level 1
pandawarrior 楼主
回复:2楼
谢谢~
2010年05月16日 04点05分 3
level 0
plots[display]((图形1, 图形2....), 参数项);
2010年06月09日 02点06分 4
level 14
with(plots):
g1:=plot():
g2:=plot():
display(g1,g2);
注意:前三句末尾是冒号,最后一句是分号。plot3d同理。
2015年01月07日 07点01分 5
非常感谢!一晃都快五年了。
2015年01月11日 12点01分
@pandawarrior 挖坟贴啊。楼主现在咋样
2016年01月20日 02点01分
@北极星🌟 博士快毕业了
2016年05月24日 12点05分
回复 pandawarrior :热泪盈眶啊,楼主竟然回复了[泪]
2016年05月24日 15点05分
1