Plot an isosurface of a function depending on three variables
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdelmajid Ben yahya
el 20 de Mayo de 2021
Comentada: Abdelmajid Ben yahya
el 20 de Mayo de 2021
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 comentarios
KSSV
el 20 de Mayo de 2021
How the function f(x,y,z) is defined? You have not shown us the function.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!