photo

VARDIREDDY


Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am trying to implement a function mapping shown in attached image but not working, pls correct me
%{ my code not working ,pls correct me question: for i=0:1:15 output(A) '0000' 00 '0001' 01 '0010' ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


stroring binary string in array and perform operation using stored binary elements
i=0:1:15; d=dec2bin(i); s = d(2:end); output: d = 16×4 char array '0000' '0001' '0010' '0011' ...

거의 2년 전 | 답변 수: 1 | 0

1

답변