blob: 032334dff75bd90cf3b940cb07f8862dc989d404 (
plain)
1
2
3
4
5
6
|
//example 7.4(c)//
clc
//clears the screen//
clear
//clears all variables//
disp('D7 is active. Since D7 has the highest priority, it will be encoded irrespective of the logic status of other inputs. Therefore, the output bits are A=0, B=0 and C=0')
|