How to Plot a Complex Function

3 vues (au cours des 30 derniers jours)
Phan
Phan le 9 Juil 2015
Commenté : Phan le 9 Juil 2015
Dear all,
I have a complex function with 2 variables as follows: x + (x^3*((4*h)/exp(h^2) - 1/2))/3 + (x^2*h)/(h^4 + 1)-2=0
I wanna make a 2D plot with x on x-axis and h on y-axis. Does anyone know ways to do that?
Thank you so much!

Réponse acceptée

Walter Roberson
Walter Roberson le 9 Juil 2015
ezplot(' x + (x^3*((4*h)/exp(h^2) - 1/2))/3 + (x^2*h)/(h^4 + 1)-2=0')
  1 commentaire
Phan
Phan le 9 Juil 2015
Thank you so much!!!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by