blob: a5735c12b883a6e1d18f5a86ddf5c6c9b27b06eb (
plain)
1
2
3
4
5
6
7
8
9
|
//example 7.1//
clc
//clears the screen//
clear
//clears all variables//
close
//closes all other window//
disp('Given products can be identified by the MUX diagram given. Variable A and B are chosen as selection line. C is given as one of the inputs.')
disp('Q = A''B''C'' + A''BC + AB''C'' + ABC'' + ABC')
|