What is wrong with my equation?

4 views (last 30 days)
chris henkel
chris henkel on 19 Dec 2017
Commented: Star Strider on 19 Dec 2017
>> x = linspace(50e+12,150e+12,10);
>> y = 10-(12.1-10)*((2e+14)*(x))./((4*((x).^2))+(5e+12));
>> plot(x,y)
this should look like the first graph in the attachment...but doesn't...whats wrong?

Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!