Feeds
提问
find the x value
i have three function part 1 : y=10 sqrt(x) + 20 x >= 8 part 2 : y=5x + 20 x <= x <= 8 part 3...
4 years 前 | 1 个回答 | 0
1
个回答提问
how can i find the x Value
I have this three line code, how can i define "x" value part1 = @(x) (x >= 5).*(10*sqrt(x) + 25); part2 = @(x) (x >= 0 & x <= ...
4 years 前 | 1 个回答 | 0
1
个回答提问
solving function from different formula
find x value from 3 different value of formula
4 years 前 | 1 个回答 | 0
