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 CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by