필터 지우기
필터 지우기

How can I draw equipotential surface?

조회 수: 7 (최근 30일)
A B
A B 2015년 12월 16일
답변: Mike Garrity 2015년 12월 16일
For example, we have a function
f(x,y,z) = (x * y) * exp(-r)/r
with r = sqrt(x^2+y^2+z^2).
Then I want to draw the equipotential surface of this function,
the surface that satisfies f(x,y,z) = 1 or f(x,y,z) = 0.5... and something else.
How can I do it?

채택된 답변

Mike Garrity
Mike Garrity 2015년 12월 16일
This post I wrote for the MATLAB Graphics blog explains the basic idea behind drawing implicit surfaces like this.

추가 답변 (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