M.C. - MATLAB Cody - MATLAB Central

M.C.

8862
Rank
4
Badges
660
Score
51 – 100 of 122

M.C. submitted Solution 660253 to Problem 74. Balanced number

on 24 Apr 2015

M.C. submitted Solution 660252 to Problem 74. Balanced number

on 24 Apr 2015

M.C. submitted Solution 660244 to Problem 74. Balanced number

on 24 Apr 2015

M.C. submitted Solution 660242 to Problem 74. Balanced number

on 24 Apr 2015

M.C. submitted Solution 660240 to Problem 74. Balanced number

on 24 Apr 2015

M.C. submitted a Comment to Problem 3095. Return fibonacci sequence do not use loop and condition version 2

Thanks Jan. I would have expected to receive the message "No fancy functions!" if was using something I shouldn't be. Here is my solution (which works in my matlab and doesn't appear to have anything "illegal"): function y = fib(x) [v,d] = eig([1 1; 1 0]); M = v*bsxfun(@times, [d(1,1).^(x-1);d(2,2).^(x-1)], v\[1;1]); y = uint8(M(2,:)); end

on 24 Apr 2015

M.C. submitted Solution 660177 to Problem 29. Nearest Numbers

on 24 Apr 2015

M.C. submitted Solution 660174 to Problem 29. Nearest Numbers

on 24 Apr 2015

M.C. submitted Solution 659539 to Problem 18. Bullseye Matrix

on 23 Apr 2015

M.C. submitted Solution 659538 to Problem 18. Bullseye Matrix

on 23 Apr 2015

M.C. submitted Solution 659537 to Problem 18. Bullseye Matrix

on 23 Apr 2015

M.C. submitted Solution 659536 to Problem 18. Bullseye Matrix

on 23 Apr 2015

M.C. submitted Solution 659534 to Problem 18. Bullseye Matrix

on 23 Apr 2015

M.C. submitted Solution 659529 to Problem 94. Target sorting

on 23 Apr 2015

M.C. submitted Solution 659528 to Problem 94. Target sorting

on 23 Apr 2015

M.C. submitted Solution 659527 to Problem 94. Target sorting

on 23 Apr 2015

M.C. submitted Solution 659432 to Problem 22. Remove the vowels

on 23 Apr 2015

M.C. submitted Solution 659431 to Problem 22. Remove the vowels

on 23 Apr 2015

M.C. submitted a Comment to Problem 3095. Return fibonacci sequence do not use loop and condition version 2

For some reason, I keep getting test suite errors: L 3 (C 29-33): Invalid syntax at 'error'. Possibly, a ), }, or ] is missing. L 3 (C 29-33): Invalid syntax at 'error'. Possibly, a ), }, or ] is missing.

on 23 Apr 2015

M.C. liked Solution 208665

on 23 Apr 2015

M.C. submitted Solution 659370 to Problem 20. Summing digits

on 23 Apr 2015

M.C. received Promoter badge for Solution 196340

on 23 Apr 2015

M.C. liked Solution 196340

on 23 Apr 2015

M.C. submitted Solution 658806 to Problem 106. Weighted average

on 23 Apr 2015

51 – 100 of 122
Go to top of page