西 齐 - MATLAB Cody - MATLAB Central

西 齐

2212
Rank
3
Badges
1304
Score
1 – 50 of 124

西 齐 submitted Solution 6060733 to Problem 41. Cell joiner

on 5 Jul 2021

西 齐 submitted Solution 6055518 to Problem 2573. Flipping

on 4 Jul 2021

西 齐 submitted Solution 6055383 to Problem 46773. PIN code

on 4 Jul 2021

西 齐 received Commenter badge for Problem 44375. Missing five

on 29 Jun 2021

西 齐 submitted a Comment to Problem 44375. Missing five

function y = dec2missing5(x) vec=[]; for i=1:15000 ele=num2str(i); for j=1:length(ele) if ele(j)=='5' ele=''; break; end end vec=[vec str2num(ele)]; end y=vec(x); end why my solution is wrong???

on 29 Jun 2021

1 – 50 of 124
Go to top of page