フィルターのクリア

How can I plot the following

2 ビュー (過去 30 日間)
Elias
Elias 2013 年 10 月 24 日
コメント済み: Elias 2013 年 10 月 26 日
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 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 24 日
What do you want to plot? x-absis ? y-absis ?
Elias
Elias 2013 年 10 月 25 日
Both I ploted three graphs. They all look the same.

サインインしてコメントする。

回答 (1 件)

xinyu
xinyu 2013 年 10 月 24 日
What do you want to plot? vD VS. iD?
plot(vD,iD)
  3 件のコメント
Azzi Abdelmalek
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.
Elias
Elias 2013 年 10 月 26 日
Thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by