Problem 42844. Detect pair of equal values in a Matrix

A 2D matrix of 2 rows and N columns with random integer numbers.

    A = [3 1 2 4 6 6 7;
         7 3 2 1 5 2 4]

in this Matrix, 3rd column has a pair of the same number.

Function return will be true/false.

Solution Stats

82.11% Correct | 17.89% Incorrect
Last Solution submitted on Aug 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers66

Suggested Problems

More from this Author3

Problem Tags

Community Treasure Hunt

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

Start Hunting!