photo

hardik pandya


Last seen: 거의 4년 전 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); ...

대략 4년 전 | 답변 수: 1 | 0

1

답변