Guess the logic
logic(1) = 10
logic(2) = 20
logic(3) = 34
logic(4) = 52
Make a function which will return 'x' th term of sequence.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers363
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15780 Solvers
-
Swap the first and last columns
22525 Solvers
-
Return a list sorted by number of occurrences
2889 Solvers
-
Split a string into chunks of specified length
2055 Solvers
-
7102 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!
Nice