photo

hardik pandya


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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); ...

3年以上 前 | 1 件の回答 | 0

1

回答