필터 지우기
필터 지우기

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 CenterFile Exchange에서 2-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