How to Plot a Complex Function

3 ビュー (過去 30 日間)
Phan
Phan 2015 年 7 月 9 日
コメント済み: Phan 2015 年 7 月 9 日
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!

採用された回答

Walter Roberson
Walter Roberson 2015 年 7 月 9 日
ezplot(' x + (x^3*((4*h)/exp(h^2) - 1/2))/3 + (x^2*h)/(h^4 + 1)-2=0')
  1 件のコメント
Phan
Phan 2015 年 7 月 9 日
Thank you so much!!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by