Karthik Raja Arumugam - MATLAB Cody - MATLAB Central

Karthik Raja Arumugam

19642
Rank
2
Badges
250
Score
1 – 50 of 55

Karthik Raja Arumugam submitted a Comment to Solution 402712

Test 5; a = [ 0 1 2 1; 0 2 1 1]; c = 1; a(1, :) = 0*.25+1*.10+ 2*0.05 + 1*0.01 = $ 0.21 a(2, :) = 0*.25+2*.10+ 1*0.05 + 1*0.01 = $ 0.26 so, output should be 2... Similarly, for Test 6 is wrong a(1, :) = $ .10; a(2, :) = $ .05; so output should be 1

on 12 Feb 2014

Karthik Raja Arumugam submitted a Comment to Solution 402540

Is there any way to avoid this for loop??

on 12 Feb 2014

Karthik Raja Arumugam submitted a Comment to Solution 402493

Can anyone please tell me how to reduce this size?

on 12 Feb 2014

Karthik Raja Arumugam received Commenter badge for Solution 402485

on 12 Feb 2014

Karthik Raja Arumugam submitted a Comment to Solution 402485

Can anyone tell me, how it can coded in size of 10???

on 12 Feb 2014

1 – 50 of 55
Go to top of page