Brian - MATLAB Cody - MATLAB Central

Brian

11412
Rank
3
Badges
470
Score
51 – 100 of 160

Brian submitted Solution 700830 to Problem 5. Triangle Numbers

on 14 Jul 2015

Brian submitted Solution 700829 to Problem 5. Triangle Numbers

on 14 Jul 2015

Brian submitted Solution 700637 to Problem 7. Column Removal

on 14 Jul 2015

Brian submitted Solution 700636 to Problem 7. Column Removal

on 14 Jul 2015

Brian submitted Solution 700590 to Problem 304. Bottles of beer

on 14 Jul 2015

Brian received Promoter badge for Problem 9. Who Has the Most Change?

on 14 Jul 2015

Brian submitted Solution 700196 to Problem 18. Bullseye Matrix

on 13 Jul 2015

Brian received Commenter badge for Solution 149588

on 13 Jul 2015

Brian submitted a Comment to Solution 149588

function m = timestables(n) for i=1:n for j=1:n m(i,j)=i*j; end end %apparently this doesn't work even though MatLab says it works for any size

on 13 Jul 2015

Brian submitted Solution 700168 to Problem 174. Roll the Dice!

on 13 Jul 2015

51 – 100 of 160
Go to top of page