필터 지우기
필터 지우기

how can we plot it ?

조회 수: 1 (최근 30일)
8167
8167 2013년 10월 17일
답변: David Sanchez 2013년 10월 17일
equation = -0.4787 + 7.3246 * (3.14 * 0.05/x) +0.3963 * (3.14 * 0.05/x)^2 + 15.613 * (3.14 * 0.05/x)^3 +(1j * (266.265 * cot (0.05 * 3.14/x)- .4456 +17.0082 * (0.05 * 3.14/x)- 8.6793 * ((0.05 * 3.14/x)^2) + 9.60131 * ((0.05 * 3.14/x)^3)) =144.3
i need to plot frequency which is
f= 3*10^8/x
  댓글 수: 2
Walter Roberson
Walter Roberson 2013년 10월 17일
Is the "1j" intended to represent the imaginary constant? If so then is x itself intended to be a complex number, or is it expected that the imaginary portion will resolve to be 0 ?
8167
8167 2013년 10월 17일
and what if we ignore the ij and put the equation
-0.4787 + 7.3246 * (3.14 * 0.05/x) +0.3963 * (3.14 * 0.05/x)^2 + 15.613 * (3.14 * 0.05/x)^3 +((266.265 * cot (0.05 * 3.14/x)- .4456 +17.0082 * (0.05 * 3.14/x)- 8.6793 * ((0.05 * 3.14/x)^2) + 9.60131 * ((0.05 * 3.14/x)^3)) =144.3
f= 3*10^8/x

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2013년 10월 17일
If the "1j" is intended to represent the imaginary constant, then the equation has no real-valued solutions. The real part of the equation has a singularity at x = 0, at which it switches from always negative to always positive, no zero crossing.
  댓글 수: 1
8167
8167 2013년 10월 17일
yeah so can we plot it ?

댓글을 달려면 로그인하십시오.


David Sanchez
David Sanchez 2013년 10월 17일
You can not plot it. The lay out of your problem is not right. Your equation has zero crossing (=solution)according to Walter Roberson. What are you going to plot against what?

카테고리

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