how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
2 次查看(过去 30 天)
显示 更早的评论
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
采纳的回答
Seyedali Mirjalili
2017-2-12
Generally speaking, Matlab overwrites a plot when you draw something. If you with to draw multiple things, try to freeze the plot first. The commands is:
hold on
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!