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
3 件のコメント
採用された回答
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!