how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Faris Jalali
il 12 Feb 2017
Commentato: Faris Jalali
il 13 Feb 2017
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
3 Commenti
Risposta accettata
Seyedali Mirjalili
il 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!