equation with multiple X
Show older comments
I am trying to solve the following problem.
y = ((x.*20000)/(x+20000))/10000*2
where x goes from 1 to 20000 with 0.1 jumps.
But i do not get several y's, i only get one.
y = ((x.*20000)/(x+20000))/10000*2
y =
1.4247
i would like to plot the answers but that is a bit hard when i only get on y.
Hope someone knows where the problem could be.
Accepted Answer
More Answers (1)
vanja
on 17 Nov 2011
0 votes
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!