필터 지우기
필터 지우기

Plot an isosurface of a function depending on three variables

조회 수: 2 (최근 30일)
Abdelmajid Ben yahya
Abdelmajid Ben yahya 2021년 5월 20일
댓글: Abdelmajid Ben yahya 2021년 5월 20일
Dear all,
I have a question about plotting a specific surface (in 3D) or line (in 2D). As i have a function f with three symbolic variables x,y, and z, f(x,y,z), I would like to plot the surface where the combination of variables gives a function value equal to zero. The range of the symbolic variables are known.
x = [10,50];
y=[5,100];
z=[100,300];
I already tried the "contourf" function, but i do not get the required result.
Does anybody have any suggestion ?
Thanks in advance.
  댓글 수: 2
KSSV
KSSV 2021년 5월 20일
How the function f(x,y,z) is defined? You have not shown us the function.
Abdelmajid Ben yahya
Abdelmajid Ben yahya 2021년 5월 20일
It is quit a large function. That is why I converted my specific question to a more general one.
If you want to see how the function looks you can find in attachment. The three variables are in my case a,b and h.
The boundaries of the three variables are the following:
a=[30,100]
h=[40,160]
b=[200,360]
Thank you for your fast respons.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by