Why doesn't my graph show?

조회 수: 3 (최근 30일)
chris henkel
chris henkel 2017년 12월 19일
댓글: Michal Dobai 2017년 12월 19일
>> x = 50e+12: 10e+12: 150e+12;
>> y = (7.9)*(((2e+14)*x)./((4*x.^2)+(5e+12)));
>> plot(x,y)
i need this to plot like the first plot in my attachment...why doesnt it?
  댓글 수: 9
Michal Dobai
Michal Dobai 2017년 12월 19일
Assuming your formula for y is correct, you can just change your x to:
x = *-50e+12*: 10e+12: 150e+12; %(or even -150E+12)
..and it suddenly looks more like in your assignment. But this is not really MATLAB question, it's more like a physics question and unfortunately I can't help you with that 'physics' part.
Michal Dobai
Michal Dobai 2017년 12월 19일
Also, please avoid posting duplicate questions in future. You can always edit your original question, when you want to add some new information, or write a comment.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by