Problem 2338. Path calculation with polynomials
Let a vector x be the input to our function.
1. If a value of an input vector element x is lower than 0, set this value to 0.
2. If a value of an input vector element x is greater than 1, set this value to 1.
3. Calculate the polynomial of the limited input vector x (0 ... 1) with:
y = 10 * x^3 - 15 * x^4 + 6 * x^5
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers46
Suggested Problems
-
Increment a number, given its digits
680 Solvers
-
Remove the two elements next to NaN value
697 Solvers
-
Implement simple rotation cypher
1092 Solvers
-
349 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
893 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!