a = 0.473e-3;
b = 636;
Eo = 1.12;
T = 300;
Eg = Eo-(a*(T^2)/(T+b));
t = 25:25:500;
Ega = 1.12-((0.473e-3)*(t.^2)/(t+636));
plot(t,Ega)
xlabel('temperature')
ylabel('energy band gap')
title('graph')
Eg

回答 (1 件)

madhan ravi
madhan ravi 2020 年 7 月 4 日

1 投票

./

2 件のコメント

Khor Chun Sheng
Khor Chun Sheng 2020 年 7 月 4 日
omg thank you so much man really appreaciate it , ive been looking for the answers for so long
Khor Chun Sheng
Khor Chun Sheng 2020 年 7 月 4 日
thankss

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

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2020 年 7 月 4 日

コメント済み:

2020 年 7 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by