Guest User

Untitled

a guest
Oct 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. close all
  2. n=1;
  3. Is=10e-12;
  4. %Vd=0:10e-3:1;
  5. Vd=0.65:10e-3:0.75;
  6. Vt=26e-3;
  7. Id=Is.*(exp(Vd./Vt)-1);
  8. plot(Vd,Id,'LineWidth',2)
  9. grid
  10. legend('Corriente del diodo');
  11. xlabel('Voltaje V [V]')
  12. ylabel('Corriente I [A]')
Add Comment
Please, Sign In to add comment