blob: 418b389061698c08bc7ab492ef06978b135aff5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
//example 4.5//
clc
//clears the screen//
clear
//clears all existing variables//
a=1.6;
//when output is LOW, inputs of all gates draw current individually//
i=5*a;
//input loading factor//
disp(i,'current being sourced when output is high (in mA) = ')
|