blob: a44b8ee452908eea36ed99cec3e3bcd8ceea4f84 (
plain)
1
2
3
4
5
6
7
|
//example 1.13(a)//
clc
//clears the screen//
clear
//clears already existing variables//
disp('If we connect one input of EX-NOR gate to 0 permanently, we observe that Y=A*0+A''*0''')
disp('thus, Y=A''')
|