Jan - MATLAB Cody - MATLAB Central

Jan

7273
Rank
3
Badges
871
Score
101 – 150 of 150

Jan submitted a Comment to Solution 4105

I like the commented "y =(x*w.')/length(x)" more than the "shorter" solution.

on 28 Jan 2012

Jan submitted a Comment to Solution 8128

What about the detail "without using the find function"?!

on 28 Jan 2012

Jan submitted a Comment to Solution 10126

What about the detail "without using the find function"?!

on 28 Jan 2012

Jan submitted a Comment to Solution 1665

What about the detail "without using the find function"?!

on 28 Jan 2012

Jan submitted a Comment to Solution 8518

What about the detail "without using the find function"?!

on 28 Jan 2012

Jan submitted a Comment to Solution 4899

What about the detail "without using the find function"?!

on 28 Jan 2012

Jan submitted Solution 8561 to Problem 106. Weighted average

on 27 Jan 2012

Jan submitted Solution 8558 to Problem 106. Weighted average

on 27 Jan 2012

Jan submitted Solution 8556 to Problem 106. Weighted average

on 27 Jan 2012

Jan submitted a Comment to Problem 46. Which doors are open?

The description does not match the example: The point 3 should be "3. On the # trip down the alley, start with door # [and process every #-th door]".

on 27 Jan 2012

Jan submitted Solution 8517 to Problem 8. Add two numbers

on 27 Jan 2012

Jan received Promoter badge for Solution 2339

on 27 Jan 2012

Jan submitted a Comment to Solution 2339

This is faster and nicer than calling an external function to flip the direction.

on 27 Jan 2012

Jan submitted Solution 7434 to Problem 11. Back and Forth Rows

on 27 Jan 2012

Jan submitted Solution 7429 to Problem 109. Check if sorted

on 27 Jan 2012

Jan submitted Solution 7363 to Problem 12. Fibonacci sequence

on 27 Jan 2012

Jan submitted Solution 7320 to Problem 22. Remove the vowels

on 26 Jan 2012

Jan submitted Solution 7290 to Problem 41. Cell joiner

on 26 Jan 2012

Jan submitted Solution 7279 to Problem 41. Cell joiner

on 26 Jan 2012

Jan submitted Solution 7268 to Problem 35. Quote Doubler

on 26 Jan 2012

Jan submitted Solution 7253 to Problem 5. Triangle Numbers

on 26 Jan 2012

Jan submitted Solution 7248 to Problem 5. Triangle Numbers

on 26 Jan 2012

Jan submitted Solution 7245 to Problem 5. Triangle Numbers

on 26 Jan 2012

Jan submitted Solution 7242 to Problem 5. Triangle Numbers

on 26 Jan 2012

Jan submitted Solution 7213 to Problem 7. Column Removal

on 26 Jan 2012

Jan submitted a Comment to Solution 7097

To focus the power of Matlab, add these tests: assert(isequal(times2(Inf), Inf)) assert(isequal(times2(NaN), NaN)) assert(isequal(times2([]), [])) assert(isequal(times2(magic(3)), 2*magic(3)))

on 26 Jan 2012

Jan received Commenter badge for Solution 7097

on 26 Jan 2012

Jan submitted a Comment to Solution 7097

The test suite is weak. Please add: assert(isequal(times2(Inf), Inf)) assert(isequal(times2(NaN), NaN)) assert(isequal(times2([]), [])) assert(isequal(times2(magic(3)), 2*magic(3)))

on 26 Jan 2012

Jan received Solver badge for Solution 7097

on 26 Jan 2012

Jan submitted Solution 7097 to Problem 1. Times 2 - START HERE

on 26 Jan 2012

101 – 150 of 150
Go to top of page