필터 지우기
필터 지우기

How can I plot the following

조회 수: 5 (최근 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 CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by