Faruk Kaplan - MATLAB Cody - MATLAB Central

Faruk Kaplan

28857
Rank
2
Badges
150
Score
1 – 22 of 22

Faruk Kaplan submitted a Comment to Solution 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 Kaplan received Commenter badge for Problem 7. Column Removal

on 4 Jun 2020

Faruk Kaplan submitted a Comment to Problem 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 Kaplan received Solver badge for Solution 2468867

on 4 Jun 2020

1 – 22 of 22
Go to top of page