Amit Jakubowitz - MATLAB Cody - MATLAB Central

Amit Jakubowitz

3496
Rank
7
Badges
1058
Score
1 – 50 of 90

Amit Jakubowitz received Community Group Solver badge for Basics - Rounding

on 19 Sep 2021

Amit Jakubowitz submitted a Comment to Problem 713. Find the maximum number of decimal places in a set of numbers

hi my code works for tests 1 3 4 but not for test 2, can anyone help me? here is my code: function y = find_max_sigdec(x) how_much_dec=[0]*[length(x)]; for i=1:length(x); count=0; while x(i)~=round(x(i)) x(i)=x(i)*10; count=count+1; end how_much_dec(i)=count end y=max(how_much_dec) end

on 18 Sep 2021

Amit Jakubowitz received CUP Challenge Master badge

on 8 Sep 2021

Amit Jakubowitz received Community Group Solver badge for Basics on Vectors

on 8 Sep 2021

Amit Jakubowitz received Introduction to MATLAB Master badge

on 7 Sep 2021

1 – 50 of 90
Go to top of page