Borrar filtros
Borrar filtros

Plotting a complicated function

2 visualizaciones (últimos 30 días)
Jae-Woong
Jae-Woong el 21 de Nov. de 2013
Respondida: Grzegorz Knor el 21 de Nov. de 2013
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.

Respuestas (1)

Grzegorz Knor
Grzegorz Knor el 21 de Nov. de 2013
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')

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by