Make Function by finding logic from a given problem
logic(1) = 0
logic(2) = 2
logic(3) = 5
logic(4) = 9
Make a function logic(x) which returs value equivalent to 'x' th term
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers427
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15780 Solvers
-
Make a random, non-repeating vector.
11174 Solvers
-
Replace multiples of 5 with NaN
467 Solvers
-
Make a vector of prime numbers
965 Solvers
-
11354 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!