![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34512170_1721900471853_DEF.jpg)
ragxyz
Followers: 0 Following: 0
Feeds
已回答
matlab code for half adder
A=input('enter the input'); B=input('enter the input'); sum=xor(A,B); carry=and(A,B); disp(sum); disp(carry);
matlab code for half adder
A=input('enter the input'); B=input('enter the input'); sum=xor(A,B); carry=and(A,B); disp(sum); disp(carry);
7 months 前 | 0