How can I plot the following
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
xinyu
2013-10-24
What do you want to plot? vD VS. iD?
plot(vD,iD)
3 个评论
Azzi Abdelmalek
2013-10-25
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!