Julio - MATLAB Cody - MATLAB Central

Julio

2045
Rank
8
Badges
1365
Score
51 – 100 of 162

Julio received Quiz Master badge for Solution 99359

on 11 Jul 2012

Julio submitted a Comment to Problem 774. Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4

In row 3, the element 4 is not less than 4 but less than or equal to 4 or greater than or equal to 4. This is the reason for removing this row.

on 20 Jun 2012

Julio received Puzzler badge

on 18 Jun 2012

Julio submitted Solution 99354 to Problem 7. Column Removal

on 17 Jun 2012

Julio liked Solution 98793

on 16 Jun 2012

Julio liked Solution 98420

on 16 Jun 2012

Julio submitted Solution 98092 to Problem 8. Add two numbers

on 13 Jun 2012

Julio submitted Solution 98070 to Problem 34. Binary numbers

on 13 Jun 2012

Julio submitted Solution 40080 to Problem 53. Duplicates

on 13 Feb 2012

Julio submitted a Comment to Solution 38585

Even you!

on 13 Feb 2012

Julio submitted Solution 37975 to Problem 74. Balanced number

on 12 Feb 2012

Julio submitted Solution 37974 to Problem 74. Balanced number

on 12 Feb 2012

Julio submitted Solution 37939 to Problem 94. Target sorting

on 12 Feb 2012

Julio submitted a Comment to Solution 37925

yes of course. Leading solution: function b = matInc(a) [b aa] = ndgrid(1:max(a), a); b(b > aa) = 0; end regards,

on 12 Feb 2012

51 – 100 of 162
Go to top of page