claus becker

11211
Rank
2
Badges
290
Score
1 – 33 of 33

claus beckersubmitted aCommenttoSolution 1407810

our program didn't get approved until we forced b to be an integer with the int8 function

on 6 Jan 2018

claus beckersubmitted aCommenttoSolution 1396924

this works function a = checkerboard(n) b = ones(n,n); for i=2:2:n^2; b(i)=0; end a=b end

on 29 Dec 2017

claus beckersubmitted aCommenttoSolution 1396924

we are getting failed even though the code works

on 29 Dec 2017

claus beckerreceivedCommenterbadge forSolution 1394606

on 26 Dec 2017

claus beckersubmitted aCommenttoSolution 1394606

we wrote t = n*n s = 1:1:t u = mod(s, 2) a = reshape(u, [n, n]); which gives the right matrix in matlab. So, why did we get a fail? :O(

on 26 Dec 2017

claus beckerreceivedSolverbadge forSolution 1383379

on 17 Dec 2017

1 – 33 of 33