필터 지우기
필터 지우기

Implicit function 2D plot

조회 수: 2 (최근 30일)
T S Singh
T S Singh 2018년 11월 9일
댓글: madhan ravi 2018년 11월 9일
I am trying to plot a function of the form
y=f(x,y)
That is y as a function of x. Any help?
Thanks

답변 (1개)

madhan ravi
madhan ravi 2018년 11월 9일
편집: madhan ravi 2018년 11월 9일
fimplicit(@(x,y) x.^2 - y.^2 - 1)
fplot(@(x) sin(x))
syms x y
f(x, y) = sin(x + y)*sin(x*y);
ezplot(f)
  댓글 수: 8
T S Singh
T S Singh 2018년 11월 9일
Can I take "dm" (say m=linspace(0,3,1000)) the independent variable and calculate the corresponding "a" (dependent variable) and plot??
madhan ravi
madhan ravi 2018년 11월 9일
yes

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

카테고리

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