how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2

조회 수: 11 (최근 30일)
how to plot multiple 3d functions in one graph for x=0,z=0,x=2y,x+2y+z=2
  댓글 수: 3
Faris Jalali
Faris Jalali 2017년 2월 13일
i am trying to calculate the volume .... Find the volume of the tetrahedron bounded by the planes x + 2y + z = 2, x = 2y, x = 0, and z = 0.
Faris Jalali
Faris Jalali 2017년 2월 13일
i need to know the shape and coordinate of the tetrahedron formed by these planes

댓글을 달려면 로그인하십시오.

채택된 답변

Seyedali Mirjalili
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
  댓글 수: 1
Faris Jalali
Faris Jalali 2017년 2월 13일
i am trying to calculate the volume .... Find the volume of the tetrahedron bounded by the planes x + 2y + z = 2, x = 2y, x = 0, and z = 0... i need to know the shape and coordinate of the tetrahedron formed by these planes

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by