blob: 99e9d338695af2fb666f8cf9d7e9a4f17b88bba0 (
plain)
1
2
3
4
5
6
7
8
|
//exmaple 9.7(a)//
clc
//clears the screen//
clear
//clears all existing variables//
a=bin2dec('0110')
//given initial state//
disp(a,'Modulus of presettable counter in given condition is:')
|