Effacer les filtres
Effacer les filtres

How can I plot the following

2 vues (au cours des 30 derniers jours)
Elias
Elias le 24 Oct 2013
Commenté : Elias le 26 Oct 2013
q = 1.602e-19;
k = 1.38e-23;
vD = -1.0:0.1:0.6; % Volatage increments
T = 125;
K = (T + 459.67) / 1.8; % Convoert Fahrenheight to Kelving
Io = 2.0e-6; % Micro Amps
iD = Io.*(exp(q.*vD/k.*K)-1);
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 24 Oct 2013
What do you want to plot? x-absis ? y-absis ?
Elias
Elias le 25 Oct 2013
Both I ploted three graphs. They all look the same.

Connectez-vous pour commenter.

Réponses (1)

xinyu
xinyu le 24 Oct 2013
What do you want to plot? vD VS. iD?
plot(vD,iD)
  3 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 25 Oct 2013
Elias, I think it's better to edit your question, put all the information needed there, instead of adding information in comment. Make your question as clear as possible, you will get the quickest answer.
Elias
Elias le 26 Oct 2013
Thank you

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by