Guess the Logic!
logic(1,1) = 1
logic(1,2) = 4
logic(1,3) = 9
logic(2,2) = 8
logic(2,3) = 27
logic(3,2) = 4
logic(3,3) = 9
logic(4,2) = 8
logic(5,3) = 9
Make a function logic(a,b) which will return value equivalent to logic

Solution Stats

550 Solutions

212 Solvers

Last Solution submitted on Apr 21, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Group


Problem Recent Solvers212

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!