フィルターのクリア

Plotting a complicated function

2 ビュー (過去 30 日間)
Jae-Woong
Jae-Woong 2013 年 11 月 21 日
回答済み: Grzegorz Knor 2013 年 11 月 21 日
Hello
I have to plot a equation which is
sqrt((2*(a+b))/(a*b)) - (1+sqrt(a))/sqrt(a) - (sqrt((2)/(b*(1+b))))*(1-b) = 1/sqrt(a) - (sqrt(2)*(1-a))/sqrt(a*(1+a)) -1
I have to plot b as a function of a.
I keep getting failed to plot this complicated function.

回答 (1 件)

Grzegorz Knor
Grzegorz Knor 2013 年 11 月 21 日
Use ezplot function:
ezplot('sqrt((2*(a+b))/(a*b)) - (1+sqrt(a))/sqrt(a) - (sqrt((2)/(b*(1+b))))*(1-b) = 1/sqrt(a) - (sqrt(2)*(1-a))/sqrt(a*(1+a)) -1')

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by