Hariprasad Baburajan - MATLAB Cody - MATLAB Central

Hariprasad Baburajan

9360
Rank
3
Badges
610
Score
1 – 50 of 70

Hariprasad Baburajan received Promoter badge for Problem 18. Bullseye Matrix

on 18 Jun 2018

Hariprasad Baburajan submitted a Comment to Problem 9. Who Has the Most Change?

The following test case run by the test suite does not make any sense for my answer: %% a = [ 0 1 2 1; 0 2 1 1]; c = 1; assert(isequal(most_change(a),c)) %% % There is a lot of confusion about this problem. Watch this. a = [0 1 0 0; 0 0 1 0]; c = 2; assert(isequal(most_change(a),c)) % Now go back and read the problem description carefully. please check.

on 17 Jun 2018

1 – 50 of 70
Go to top of page