Guess the Logic!
logic(1,1) = 0
logic(1,0) = 1
logic(1,2) = -3
logic(2,2) = 0
logic(2,3) = -5
logic(3,1) = 8
logic(3,2) = 5
logic(3,3) = 0
logic(4,1) = 15
logic(4,2) = 12
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers240
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2813 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1991 Solvers
-
Getting the indices from a matrix
719 Solvers
-
Find nearest prime number less than input number
1017 Solvers
-
Switch matrix to a column vector
374 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!