photo

hardik pandya


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I am converting decimal to binary. Then backward filling the binary in x2 array
cinit=9; rem=dec2bin(cinit); rem=str2num(rem); length=numel(num2str(rem)) for i=1:1:length x2(i)=mod(rem,10); ...

4 years ago | 1 answer | 0

1

answer