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 Center および File ExchangeParticle & Nuclear Physics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by