Guess the Logic!
logic(1,1) = 2
logic(1,2) = 3
logic(2,1) = 5
logic(2,2) = 6
logic(1,3) = 4
logic(1,4) = 5
logic(3,1) = 10
Make a function logic(a,b) which will return value according to this logic.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers297
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2052 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
2890 Solvers
-
First non-zero element in each column
957 Solvers
-
245 Solvers
-
729 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