how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
2 views (last 30 days)
Show older comments
Faris Jalali
on 12 Feb 2017
Commented: Faris Jalali
on 13 Feb 2017
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
3 Comments
Accepted Answer
Seyedali Mirjalili
on 12 Feb 2017
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
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!