blob: 84a252f6fe1689b45cca0c4ae6a8ad22578e057f (
plain)
1
2
3
4
5
6
7
|
//example 3.9//
clc
//refreshes all variables//
clear
//clears the screen//
disp('Since all the other inputs are permanently tied to logic 1 level, a logic 0 at the inhibit input would produce a logic 1 at the output and a logic 1 at the inhibit input would produce a logic 0 at the output.')
//result//
|