Info

This question is closed. Reopen it to edit or answer.

Specific data finding by the equation

1 view (last 30 days)
MD.MASHRAVI SHAMS
MD.MASHRAVI SHAMS on 31 Mar 2020
Closed: Walter Roberson on 31 Mar 2020
format long g
x= linspace(200,1400,10000000);
y= linspace(100,900,10000000);
z= linspace(7380,8046,10000000);
a=588545.909;
b=10167.688;
c=150;
T=a*x+b*y+c*z;
v=0.9*(T);
i need to know the values of x, y and z for which the T become 180800000 to 180900000? what will be the code. Its urgent.

Answers (0)

This question is closed.

Tags

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!