Faruk Kaplan

20675
Rank
2
Badges
150
Score
1 – 22 of 22

Faruk Kaplansubmitted aCommenttoSolution 1640010

function a = checkerboard(n) b=ones(n); for i=1:n for j=1:n if (mod(i+j,2)) b(i,j)=0; end end end a=b end Phillippe seems like crack-brained with being "leading solutioner".

on 4 Jun 2020

Faruk KaplanreceivedCommenterbadge forProblem 7. Column Removal

on 4 Jun 2020

Faruk Kaplansubmitted aCommenttoProblem 7. Column Removal

Why this is not working? B = A ( : , ~=n) I know logic operator needs something~=n but I cannot decide how to correct it? Also, I can write if statement in a for loop but its size is huge.

on 4 Jun 2020

Faruk KaplanreceivedSolverbadge forSolution 2468867

on 4 Jun 2020

1 – 22 of 22